On Die, 2009-09-29 at 16:09 -0500, Cliff Hayes wrote: > How does using stream_by_recipient compare with using filter_recipient?
If there is more than 1 recipient, stream_by_recipient() plain simply resubmits that mail for each recipient separately (via `sendmail` - IIRC you can find that function in mimedefang,pl). And (usually) these mails go through the whole mail checking process again (as if the original sender sent them that way). And after that, the original mail is discarded (where all these log messages come from). [ Fullquote deleted ] Bernd -- Firmix Software GmbH http://www.firmix.at/ mobil: +43 664 4416156 fax: +43 1 7890849-55 Embedded Linux Development and Services _______________________________________________ NOTE: If there is a disclaimer or other legal boilerplate in the above message, it is NULL AND VOID. You may ignore it. Visit http://www.mimedefang.org and http://www.roaringpenguin.com MIMEDefang mailing list [email protected] http://lists.roaringpenguin.com/mailman/listinfo/mimedefang

