Re: [exim] Adding disclaimer with exim-4

Αρχική Σελίδα
Delete this message
Reply to this message
Συντάκτης: Mar Matthias Darin
Ημερομηνία:  
Προς: EXIM Official Maillist
Αντικείμενο: Re: [exim] Adding disclaimer with exim-4
Hello,

Jens Strohschnitter writes:

> I need to add disclaimer to any outgoing mail. I've found all the
> discussions about that thema, but in germany we have to add a
> disclaimer to any mail since 01.01.2007 :-(


Are you in need of modifying the body or the header of the message?

If you are looking to add the disclaimer to the header, then something like
this can be used:

  warn    condition     = ${if !def:h_X-ContactInfo:}
          message       = X-ContactInfo: Put your contact info here. 



Hope this helps.