Re: [exim] Adding disclaimer with exim-4

Page principale
Supprimer ce message
Répondre à ce message
Auteur: Mar Matthias Darin
Date:  
À: EXIM Official Maillist
Sujet: 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.