Hi Tom
I found what it should be set to . . .
line 33-34 // Find local hostname (could also use gethostname() on 5.3+) $localhost = php_uname('n’);
so it should read
$headers['Message-ID'] = '<' . md5(uniqid(time())) . '@' . $localhost . '>’;
if someone could update the svn with this fix, would be much appreachated :-D
Simon
On 15 May 2014, at 19:00, Tom Laermans tom.laermans@powersource.cx wrote:
Hrm, looks like my grep skills failed me this morning. I'll take a look later today. Thanks for looking at this!
Simon Smith simonsmith5521@gmail.com wrote:
Hi All,
i think i found the bug :-D
includes/alerting/email.inc.php -> line 93
$headers['Message-ID'] = '<' . md5(uniqid(time())) . '@' . $params['localhost'] . '>’;
$params isn’t set anywhere within the file !?
anybody have an idea what it should actually be set to?
regards
Simon
On 15 May 2014, at 12:45, Tom Laermans tom.laermans@powersource.cx wrote:
Wut?
On 15/05/2014 08:45, Nikolay Shopik wrote:
That's is observium using some loosy script to generate mails
On 15.05.2014 3:56, Simon Smith wrote:
Hi,
i have noticed when the Observium is sending alerts to me, our mailcleaner is blocking them,
one reason is because the Message-ID is invalid or corrupted when it was sent !?
for some reason seeing the Message-ID is being seen and sent as
msgid=<cb0e6df8f4186cc23b4ba07c8bb65af4@>
i got this information from my sendmail mail.log file and our mailcleaner logs too
is this a bug in sendmail or the observium?
regards
Simon
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium