SpamAssassin USER_IN_WELCOMELIST
by mfoley from LinuxQuestions.org on (#6MM2S)
Regarding SpamAssassin using USER_IN_WELCOMLIST instead of USER_IN_WHITELIST, in my email X-Spam-Report I get:
Code:* -0.0 USER_IN_WELCOMELIST User is listed in 'welcomelist_from'whereas with the USER_IN_WHITELIST I would get:
Code:* -100 USER_IN_WHITELIST DEPRECATED: See USER_IN_WELCOMELISTThe -100 was apparently the 'default' score for USER_IN_WHITELIST. Is there no such default for USER_IN_WELCOMLIST? The default appears to be 0.0. Do have to explicitly set a score in local.cif or does enabling "shortcircuit USER_IN_WELCOMLIST on" take care of that?
BTW - not being a perl expert, how would I determine that 'plugin Mail::SpamAssassin::Plugin::Shortcircuit' is enabled?
Code:* -0.0 USER_IN_WELCOMELIST User is listed in 'welcomelist_from'whereas with the USER_IN_WHITELIST I would get:
Code:* -100 USER_IN_WHITELIST DEPRECATED: See USER_IN_WELCOMELISTThe -100 was apparently the 'default' score for USER_IN_WHITELIST. Is there no such default for USER_IN_WELCOMLIST? The default appears to be 0.0. Do have to explicitly set a score in local.cif or does enabling "shortcircuit USER_IN_WELCOMLIST on" take care of that?
BTW - not being a perl expert, how would I determine that 'plugin Mail::SpamAssassin::Plugin::Shortcircuit' is enabled?