On Wed, 10 Sep 2014 10:59:16 -0300 "M. Rodrigo Monteiro" <fale...@rodrigomonteiro.net> wrote:
> > Option 2 is to accept the message unfiltered, split it into > > multiple copies, and remail each copy so it can be scanned > > per-recipient. > How can I do it? It depends on the MTA you're using. If you use one that supports milter, you can use MIMEDefang to do it. If you are processing the mail with procmail or some non-milter-supporting MTA, then I have no idea... you probably will have to write something custom to do it. Regards, David.