X-Git-Url: https://git.donarmstrong.com/?p=spamassassin_config.git;a=blobdiff_plain;f=lists%2Fuser_prefs;h=232918046ea7a5686515974b097049cf94540d16;hp=1ffe214d726ac61c4256e689d5a28fefa50defe5;hb=200327097f4eed73372ce2e950e03ab87adf1e94;hpb=3f736d226a8a6ff89836579af0761e68bb3c012b diff --git a/lists/user_prefs b/lists/user_prefs index 1ffe214..2329180 100644 --- a/lists/user_prefs +++ b/lists/user_prefs @@ -47,7 +47,7 @@ use_pyzor 1 bayes_auto_learn_threshold_nonspam -4 bayes_auto_learn_threshold_spam 27 -subscriber_file /var/list/whitelist/dist +subscriber_file /var/list/uniq-subscribers ################################################################ @@ -109,9 +109,22 @@ include common/scores header EXINNEN From =~ /schilling\@fokus\.fraunhofer\.de/i score EXINNEN 2.3 -header LDO_WHITELIST eval:check_for_subscriber() -description LDO_WHITELIST Subscribed to the whitelist +header LDO_WHITELIST eval:check_for_subscriber('/var/list/uniq-subscribers') +describe LDO_WHITELIST Subscribed to the whitelist score LDO_WHITELIST -5 header XXXPRON subject =~ /\bxxx\b/i score XXXPRON 8.0 + +header __MENTORSRFS1 ToCc =~ /debian-mentors\@lists\.debian\.org/ +header __MENTORSRFS2 subject =~ /\bRFS\b/ +meta MENTORSRFS (__MENTORSRFS1 && __MENTORSRFS2) +describe MENTORSRFS This mail might be a request for sponsorship on mentors +score MENTORSRFS -0.3 + +header __DEVELITP1 ToCc =~ /debian-devel\@lists\.debian\.org/ +header __DEVELITP2 subject =~ /\bITP:\b/ +meta DEVELITP (__DEVELITP1 && __DEVELITP2) +describe MENTORSRFS This mail might be an ITP on d-devel +score MENTORSRFS -0.3 +