
21 Oct
2003
21 Oct
'03
12:30 p.m.
On Tuesday 21 October 2003 14:31, Wiktor Wodecki wrote:
hmm, you're right, it's not in cvs try this:
$Param{Header} .= "X-Powered-By: OTRS - Open Ticket Request System (http://otrs.org/)\n"; $Param{Header} .= "Message-ID: <".time().".".rand(999999)."\@$Self->{FQDN}>\n"; } $Param{Header} .= "Date: ".strftime("%a,%e %b %Y %H:%M:%S %z", localtime(time))."\n";
in Email/Sendmail.pm
if you use something different, patch SMTP, should be similar
Thank you, I did patch SMTP.pm and the Date header is now present. It seems that my problem was that I didn't add the line in the proper place. Anyway your line has a small bug: after "%a," before "%e" there should be a blank space. Mihai