1830207 Members
3118 Online
109999 Solutions
New Discussion

How to add disclaimer

 
SOLVED
Go to solution
Sachin_48
Occasional Advisor

How to add disclaimer

Hi You all

I am in some problem I have to add disclaimer on all outgoing mails of my linux mail server.
I am using sendmail for smtp .

I am also using IMSS (windows 2000) for the spam protection .

Pls help me as soon as possible.


Regards
Sachin Rajput
2 REPLIES 2
Ivan Ferreira
Honored Contributor

Re: How to add disclaimer

I think that MIMEDefang can do the job:

http://www.mickeyhill.com/mimedefang-howto/

"Another common use of filter_end is the insertion of boilerplate text into a message. The append_text_boilerplate and append_html_boilerplate functions append text to the first text/plain or text/html part found in the message. These functions would be added inside the existing filter_end:"

append_text_boilerplate($entity, "All information contained in " .
"this email is confidential and may be used by the intended " .
"recipient only.", 0);
Por que hacerlo dificil si es posible hacerlo facil? - Why do it the hard way, when you can do it the easy way?
Vipulinux
Respected Contributor
Solution

Re: How to add disclaimer