James Peacock <[EMAIL PROTECTED]> wrote:
> Any ideas on how to apend footers to all outgoing mail, I have seen some
> solutions using cat to append a message, but this will not work with
> multipart messages, so is there a definitive solution?
It's been discussed many times on the list. I seem to recall most of these
discussions ending with a note that multipart messages would be difficult to
handle; you'd have to write a program (in Perl, Python, etc) to disassemble
the messages, determine which part(s) to add the footer to, reassemble the
messages, and pass them on from there. Of course, you also have to be careful
not to modify signed/encrypted parts, etc.
Charles
--
-----------------------------------------------------------------------
Charles Cazabon <[EMAIL PROTECTED]>
GPL'ed software available at: http://www.qcc.sk.ca/~charlesc/software/
Any opinions expressed are just that -- my opinions.
-----------------------------------------------------------------------