]> git.donarmstrong.com Git - spamassassin_config.git/blobdiff - lists/user_prefs
correct the path to the uniq-subscribers
[spamassassin_config.git] / lists / user_prefs
index d3b1c1c4c49e367c635dedd0ddd195b921a23933..3bd5091c6fb20ae0aba6666b06a4880600565f7f 100644 (file)
@@ -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
 
 
 ################################################################
@@ -116,9 +116,15 @@ 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
+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
+