https://bz.apache.org/SpamAssassin/show_bug.cgi?id=8266
Bill Cole <billc...@apache.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |billc...@apache.org Status|NEW |RESOLVED Resolution|--- |INVALID --- Comment #2 from Bill Cole <billc...@apache.org> --- This behavior is normal. GTUBE is designed to be an absolute override that *always* triggers the 'spam' detection of a filter. The default configuration of SpamAssassin assures that if a message contains GTUBE it will be considered spam. It is supposed to be a test of fundamental functionality: if SA does not mark GTUBE as spam, it's broken. You can locally override the scores, priorities, and shortcircuiting parameters of the relevant rules as you like to change this, e.g. if you want domain-wise welcomelist/whitelisting to override everything else, you can give the relevant rules implementing the list high negative scores, high priority, and make them shortcircuit. If you want to discuss how to do that in more depth, please use the SpamAssassin Users mailing list. Obviously you should not include the literal GTUBE string in email that you wish to be delivered. (Ever.) If you have some need to absolutely exempt some source of mail from SpamAssassin even in the face of GTUBE mail, you should probably just use whatever tools your MTA provides to simply bypass SA for that source. SA is a waste of effort for mail that you can be sure that you want. -- You are receiving this mail because: You are the assignee for the bug.