John said:
>> Received: from [EMAIL PROTECTED] by ns by uid 99 with qmail-scanner-1.21
>>      (clamdscan: 0.70. spamassassin: 2.63.   Clear:RC:1(127.0.0.1):.
>>      Processed in 0.044786 secs); 27 апр 2004 23:02:10 -0000
>> ----

<snip>
This is how the date is created in our added Received line:

   /* This creates an RFC 822 date */
   $date = date('D, j M Y H:i:s ', mktime()) . $this->timezone();

And this is how the Received header is build:

   $header[] = "Received: from $received_from" . $rn;
   $header[] = "        (SquirrelMail authenticated user $username);" .
   $header[] = "        by $SERVER_NAME with HTTP;" . $rn;
   $header[] = "        $date" . $rn;

As you see we do not create int date formats so the problem isn't
SquirrelMail.

A date in a local format is creatd with setlocale and strftime and we do
not use them.


Regards,

Marc Groot Koerkamp.




-------------------------------------------------------
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g.
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id149&alloc_id�66&op=click
--
squirrelmail-users mailing list
List Address: [EMAIL PROTECTED]
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id)95
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users

Reply via email to