[Mimedefang] quarantineproblem

David F. Skoll dfs at roaringpenguin.com
Fri Aug 19 09:04:20 EDT 2011


On Thu, 18 Aug 2011 14:36:47 +0200
Ingalill <face at far-galaxy.net> wrote:

> But if i quarantine the message with

> action_quarantine_entire_message();

> all the changes are lost, why don't mimedefang save the header
> changes with this function?*

Any header, etc. changes that you make are not done to the original message.
They merely request (using the Milter library) that Sendmail make the changes
after the filter has finished.

action_quarantine_entire_message() *always* quarantines the original unmodified
message.  If you don't want this, you have to regenerate a new message yourself
and save it somewhere.

Regards,

David.



More information about the MIMEDefang mailing list