[Mimedefang] Splitting a message into multiple messages?

Steffen Kaiser skmimedefang at smail.inf.fh-bonn-rhein-sieg.de
Fri Mar 6 01:48:19 EST 2009


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Thu, 5 Mar 2009, Chris Nowak wrote:

> Is there any way to duplicate the message so a copy goes to test1 at test.com
> with its tag and goes the other way the other tag?  (or should I just stick
> with one tag?)

If you can ask that question, it is probably the best way to use the "or 
should I" branch ;-)

Because MIMEDefang kicks in during SMTP time, the message is processed 
just once regardless of the number of recipients. If you want to modify 
the message per recipient, you can use the functions:

+ stream_by_recipient / stream_by_domain
+ resend_message (you need to delete recipients you resend the message 
to or discard the current one, as stream_by_* do)

both functions have their pros and cons; basically, both ways resubmit the 
message into the sendmail queue and you have control over the recipients 
of the new message(s). However, you should not reject a message after 
resubmitting to avoid backscatter.

The second way is handy, if you want to split just a few recipients, but 
requires some more handling, e.g. I don't know what happens, if you remove 
all recipients from a message within MIMEDefang, but accept it.

Bye,

- -- 
Steffen Kaiser
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iQEVAwUBSbDHNdlJzF6z/k3SAQIWXwgAppjpEXGAoTcG6Jt8VHmV7FZEpsJ+q1Om
EAeBzmGyb4ZeOpnahW5+UhZqgc0i3+9v4H5GUQMd34DFgl2OeahA+O0IsT6MX9B9
Tk7f3F+8e+5q3tkE2r6RedV4oqa+2/TtG8WXikBtv4M7CzdWmw0gqvdmZPoE64Bu
C52j8aD1237Kv5DNS8Pz+EW5pGfn/PkzCdOpF+iOuOcyLAfrXRVRMruz1glSv1xe
RjqqUYfsh9EgZhQWUjL3C4+Hr6xxRWuUtNFspYF6HzzLsExwnJTpoJX1T6l1tHC/
IWbBcOlRE35S9Xcml4itpDTOKVXZAx2Fh62jQ15NnRdyWeaBdVq6Cw==
=P9y4
-----END PGP SIGNATURE-----



More information about the MIMEDefang mailing list