]> git.donarmstrong.com Git - spamassassin_config.git/blobdiff - lists/user_prefs
new functionality of the eval test
[spamassassin_config.git] / lists / user_prefs
index a94ff15cbac73c4f01e1893c6b314641241e76b1..232918046ea7a5686515974b097049cf94540d16 100644 (file)
@@ -47,6 +47,8 @@ use_pyzor             1
 bayes_auto_learn_threshold_nonspam  -4
 bayes_auto_learn_threshold_spam      27
 
+subscriber_file /var/list/uniq-subscribers
+
 
 ################################################################
 # SARE-rules (http://www.rulesemporium.com/rules.htm)
@@ -103,3 +105,26 @@ include common/sare/99_sare_fraud_post25x.cf
 include common/common_spam
 include common/list_specific
 include common/scores
+
+header EXINNEN From =~ /schilling\@fokus\.fraunhofer\.de/i
+score EXINNEN 2.3
+
+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
+