On Thu, 18 Aug 2011 14:36:47 +0200 Ingalill <[email protected]> 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. _______________________________________________ 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

