OT: Exim rewriting
    grant beattie 
    mailscanner at grunta.com
       
    Wed Jun 21 14:17:30 IST 2006
    
    
  
On Wed, Jun 21, 2006 at 12:50:24PM +0200, sysadm wrote:
> Dear all
> I am tired of people sending mails not following the (RFC-2822) Some 
> companies does not ad the DATE: header in their newsletters/mails. 
> However I cannot just delete those mails. I have tried to contact those 
> companies without any luck. I have decided to ad the DATE header in my 
> MTA (exim), if it does not exist already, but how do I do that ?
put something like this in your data acl:
  warn  add_header = Date: $tod_full
        condition  = ${if !def:h_Date: {1}}
grant.
    
    
More information about the MailScanner
mailing list