Re: [Exim] Exim 3.34 - adding signitures to outgoing mail

Etusivu
Poista viesti
Vastaa
Lähettäjä: Nico Erfurth
Päiväys:  
Vastaanottaja: Jamie Nudds
Kopio: exim-users
Aihe: Re: [Exim] Exim 3.34 - adding signitures to outgoing mail
Jamie Nudds wrote:
> Hi All
>
> I have been asked to see if it is possible to automatically add a company
> wide signature on all outgoing e-mail generated by our employees. i.e a
> master "text" that is automatically appended to the bottom of all e-mail.
>
> Ahh do it via MUA's I here you cry... well that is what I said. However
> it was deemed that users would not update their personal signatures.
>
> Anyway any help/pointers would be great.


I hope it's not one of these disclaimers:
http://www.goldmark.org/jeff/stupid-disclaimers/


You can use a transport_filter in your smtp-transport
http://www.exim.org/exim-html-3.30/doc/html/spec_9.html#IDX592
to modify the message before the transport is done.

ciao