hi,
the default values are
% grep -i user_in_whitelist /usr/share/spamassassin/50_scores.cf
score USER_IN_WHITELIST -100.000
score USER_IN_WHITELIST_TO -6.000
% grep -i user_in_blacklist /usr/share/spamassassin/50_scores.cf
score USER_IN_BLACKLIST 100.000
score USER_IN_BLACKLIST_TO 10.000
black
Hi,
I'd like to modify a couple of rules which match a specific criteria or
contain special character-sequences from a plugin. I just started
creating plugins from my old sa-patches and don't know yet if I can
implement everything into modules or if I have to patch the source (I'd
prefer a plugin