[Mimedefang] Spamassassin rewrite_subject is not consider

David F. Skoll dfs at roaringpenguin.com
Wed Jun 5 20:17:21 EDT 2002


On Wed, 5 Jun 2002 Alain.Lavoie at ec.gc.ca wrote:

>  When i put rewrite_subject to 1 or 0 the result is the same, it does
>  nothing.

That's correct; MIMEDefang does not use any of the SpamAssassin
message-modification routines.  If you want to tag the message, you
have to do it yourself in mimedefang-filter, something like this:

if (... message is spam ... ) {
	# ...
	action_change_header("Subject", "*** SPAM *** $Subject");
	# ...
}

Regards,

David.




More information about the MIMEDefang mailing list