question about milter software

Patrick gibblertron at gmail.com
Fri May 25 17:31:32 UTC 2012


I think you'll find Postfix to be much more modern and easy to work
with for that kind of message rewriting.

But what you're looking for is pretty complicated when you start
having to deal with multipart messages; the messages have to be
completely processed and separated into respective parts, and then
once the rich part is found, you've got to parse the HTML and insert
the footer into the right spot, and then recompile the message. And if
the message is plain text only, you can't insert HTML and have it be
displayed as such. In short, I doubt you'll have much success in doing
this well. It would be better to configure this in the email client
and lock that down somehow.

Patrick


On Fri, May 25, 2012 at 6:21 AM, Wojciech Puchar
<wojtek at wojtek.tensor.gdynia.pl> wrote:
> Does anyone know milter software (or maybe anything else) to add to sendmail
> that can rewrite outgoing mail and add HTML footer automatically?
>
> Please do not tell me about how stupid HTML mail is at all - i know it, it
> is not my idea.
>
> thanks
> _______________________________________________
> freebsd-questions at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-unsubscribe at freebsd.org"


More information about the freebsd-questions mailing list