[Mimedefang] SA Question

David F. Skoll dfs at roaringpenguin.com
Tue Oct 22 14:50:01 EDT 2002


On Tue, 22 Oct 2002, Jeff Grossman wrote:

> That should work for you.  Remember, you are adding the header, not changing
> it.

Actually, it might be better to use action_change_header.  The way milter
works, if a header doesn't exist, action_change_header adds a new one.
This can prevent you from having multiple X-Spam-Score headers added
as the mail traverses multiple MIMEDefang installations.

If you're really pedantic, you'll use:

	action_delete_all_headers("X-Spam-Score");
	action_add_header("X-Spam-Score", "blah blah blah...");

Regards,

David.




More information about the MIMEDefang mailing list