----- Original Message -----
> From: "Sebastian Nielsen via mailop" <mailop@mailop.org>

> Why is it a problem? The server ignores commands that it don't have capability
> for anyways.
> 
> Only wonkiness of Samsung Mail (same in Microsoft Outlook), I have noticed, is
> that new email happens to arrive in the middle of the inbox if the sending
> server has its date incorrectly set. (EXTREMELY irritating if the server is 
> off
> by more than a day or similar).
> 
> So I do this in my SMTP server to correct the date of all incoming emails:
> 
>  accept
>    remove_header = date
>    add_header = Date: $tod_full
> 
> What it does, is deleting the header "Date:" and then adds a new header 
> "Date:"
> with the actual server time of MY server.

I don't have 5322 swapped in just now, but doesn't rewriting that header
violate it?  That header is supposed to be attached by the originating MUA,
and I don't *think* transit MTAs are permitted to rewrite it...

Cheers,
-- jra
-- 
Jay R. Ashworth                  Baylink                       j...@baylink.com
Designer                     The Things I Think                       RFC 2100
Ashworth & Associates       http://www.bcp38.info          2000 Land Rover DII
St Petersburg FL USA      BCP38: Ask For It By Name!           +1 727 647 1274
_______________________________________________
mailop mailing list
mailop@mailop.org
https://list.mailop.org/listinfo/mailop

Reply via email to