postfix-users January 2011 archive
Main Archive Page > Month Archives  > postfix-users archives
postfix-users: Content Filter problem

Content Filter problem

From: Paul Enlund <paul_at_nospam>
Date: Mon Jan 31 2011 - 12:56:28 GMT
To: postfix-users@postfix.org

Hi

I have a problem with a custom C coded post queue content filter
which on rare occasions dies with signal 6 due to corrupted free() pointers.
This always results in an immediate bounce of the message.

I would like the offending message to stop in the deferred queue so I can
examine
the message and debug the content filter problem. How can I achieve this?
I have tried -o soft_bounce=yes in the smtpd options but this does not
defer the message
and it is bounced immediately

I am using Debian postfix 2.5.5-1

Regards Paul Enlund