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. _______________________________________________ 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

