[Mimedefang] Bounce and redirect, what am I doing wrong

David F. Skoll dfs at roaringpenguin.com
Tue Aug 10 07:27:11 EDT 2004


On Mon, 9 Aug 2004, Tory Blue wrote:

> This should work, as the docs say that action_bounce does not discard the
> message. So what this below is doing, is

action_bounce prevents delivery of the message, so it won't work.
If you want to return a failure code to the sender *and* still deliver
the message somewhere, the only way is to re-mail the message in a separate
invocation of Sendmail (being sure to detect the re-mailed message in your
filter and not bounce that too!)

Regards,

David.



More information about the MIMEDefang mailing list