
hz at hzlabs
Mar 14, 2005, 10:44 PM
Post #3 of 3
(1411 views)
Permalink
|
Hi, >> >> i am using "MailErrorsTo" to get infos from scripts, >> that have been crashed on the production web server. >> >> .. >> PerlSetVar MailHost localhost >> PerlSetVar MailFrom webmaster [at] hzlabs >> PerlSetVar MailErrorsTo webmaster [at] hzlabs >> .. >> >> Mailer: exim 4.x >> >> Problem: The mails do not have a date, which would be >> very helpfull in same situations. >> >> Did i miss something or does MailErrorsTo never set a date? >> > > When I use this feature, there is an SMTP date which is displayed > in my mail client. When is this not sufficient? > There is no date in the mails i receive. In the mails headers is no "Date:" field - see below. But there is a "Delivery-date:" field. One mail client (mulberry) shows no date at all, thunderbird shows some kind of default date (1.1.1970). But may be some mailers use this "Delivery-date:" if there is no "Date:" field? So i guess i have to change something in the mail servers configuration to set the date. But anyway, my problem is solved, because I can look for the "Delivery-date:" to see when the error has happened. Thank you! Helmut [ASP-Error Mail] Return-path: <webmaster [at] unsinn> Envelope-to: webmaster [at] hzlabs Delivery-date: Mon, 14 Mar 2005 17:01:32 +0100 Received: from p508072b8.dip0.t-ipconnect.de ([80.128.114.184] helo=rosa) by mail.hzlabs.de with esmtpa (Exim 4.43) id 1DAs0Z-0006Mo-K0 for webmaster [at] hzlabs; Mon, 14 Mar 2005 17:01:32 +0100 Received: from localhost ([127.0.0.1] helo=localhost.localdomain) by rosa with esmtp (Exim 4.43) id 1DAs0f-0000SK-W2 for webmaster [at] hzlabs; Mon, 14 Mar 2005 17:01:38 +0100 Subject: Apache::ASP Errors for /unsinn/zeit/main.asperl From: webmaster [at] unsinn To: webmaster [at] hzlabs MIME-Version: 1.0 Content-Type: text/html Content-Length: 15086 Status: RO X-UID: 1300 X-Keywords: GLOBAL: /unsinn/zeit FILE: /unsinn/zeit/main.asperl .... --------------------------------------------------------------------- To unsubscribe, e-mail: asp-unsubscribe [at] perl For additional commands, e-mail: asp-help [at] perl
|