At 05:48 PM 10/14/03 -0400, xavier wrote:

Hi,

I'm using spamassassin 2.55 (willing to upgrade if necessary)
I receive mails which already may have been filtered through
spamassassin. (from sf.net, for example)

My mta scans every mail i receive, possibly overriding
any spam tag already set.

Is there a way to change the tags spamassassin adds ?

I'm not sure if it's supported in 2.55, but in 2.60 you should be able do this with the clear_headers and add_headers config options.


#first, wipe out all the headers, note that X-Spam-Checker-Version won't wipe.
clear_headers

#now re-add the normal headers, but with our own naming "MyOrg" added

#add X-Spam-Myorg-Flag
 add_header spam MyOrg-Flag _YESNOCAPS_

#add X-Spam-Myorg-Status
add_header all MyOrg-Status _YESNO_, hits=_HITS_ required=_REQD_ tests=_TESTS_ autolearn=_AUTOLEARN_ version=_VERSION_


#add X-Spam-Myorg-Level
 add_header all MyOrg-Level _STARS(*)_




------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. SourceForge.net hosts over 70,000 Open Source Projects. See the people who have HELPED US provide better services: Click here: http://sourceforge.net/supporters.php _______________________________________________ Spamassassin-talk mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/spamassassin-talk

Reply via email to