[Mimedefang] add_recipient followed by stream_by_domain

David F. Skoll dfs at roaringpenguin.com
Fri Apr 30 06:56:30 EDT 2010


Shridhar wrote:

> I have a situation where I have to add some recipients first using
> add_recipients() function and then stream_by_domain.

That won't work (as you discovered).

Calling stream_by_domain discards the original message and mails
out copies.  You need to call add_recipients *after* streaming.

-- David.



More information about the MIMEDefang mailing list