Re: [exim] Adding disclaimer with exim-4

Startseite
Nachricht löschen
Nachricht beantworten
Autor: Mar Matthias Darin
Datum:  
To: EXIM Official Maillist
Betreff: 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.