Moin, moin ...

"Toto Gamez" <[EMAIL PROTECTED]> wrote:

>is there any way I could put a note or advertisement to all outgoing
>mail in Sendmail. 

Yes ...
http://www.sendmail.org/faq/section3.html#3.35

Q3.35 -- How do I add a footer/signature to all (outgoing) e-mail
messages?
Date: October 9, 2000 
Updated: August 1, 2001 
Updated: May 16, 2002 
This is quite complicated. At first sight it might be simple: just
"cat" some text (taken from a file or whatever) to the end of an
e-mail message passing through sendmail. However, there is a big
problem: what about structured e-mail messages, i.e., MIME messages?
These can be arbitrarily complex and just "cat"ting a footer to the
end of the body can break the MIME structure. (A MIME aware MUA will
just not show such a footer, so it's pretty useless in any case.) But
signed messages (think: PGP) will break. Another problem is the
character set used by the mime part to which the disclaimer is added
needs to match the actual character set of the disclaimer itself.
Hence, there is no easy solution to this problem! 

If you know enough about MIME and some C programming, then take a look
at sendmail 8.11 and libmilter/README. It now offers the functionality
to achieve this goal. However, it is unsupported by sendmail.org!
Please don't ask us questions about libmilter. (However, we will fix
bugs!) 

Some open source milters are capable of adding footers, e.g.
MIMEDefang. 

kind regards

Martin Mewes

-- 
Novacote Flexpack, Hamburg - IT/IS-Department - Germany
PGP-key: http://www.mamemu.de/key.asc
Key has been sent to: europe.keys.pgp.com
Fingerprint: 40CF EF71 E891 E551 CBE1  4C99 BD1C C879 F568 1F23



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to