]> git.madduck.net Git - etc/mailfilter.git/blobdiff - spamassassin/user_prefs

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

cannot use bayes_path with spamc, so use symlinks instead on the filesystem
[etc/mailfilter.git] / spamassassin / user_prefs
index 3ddf363a285de28edaa89a8c96f10a7e7fd581de..7aa67c5c3bf36321ebd5aa016231689be130d9b1 100644 (file)
@@ -44,7 +44,7 @@ report_safe_copy_headers X-Greylist
 
 rewrite_header SUBJECT
 
-bayes_path ~/.var/spamassassin/bayes
+#bayes_path ~/.var/spamassassin/bayes
 bayes_auto_learn 1
 bayes_ignore_header X-Original-To
 bayes_ignore_header X-Original-To-Saved #
@@ -54,6 +54,7 @@ bayes_ignore_header X-Been-There
 bayes_ignore_header X-Delivered-To
 bayes_ignore_header X-Greylist
 bayes_ignore_header X-Virus-Scanned
+bayes_ignore_header X-Virus-Status
 bayes_ignore_header X-CRM114-Status
 bayes_ignore_header X-CRM114-CacheID
 bayes_ignore_header X-CRM114-Notice
@@ -80,7 +81,7 @@ add_header all Relays-Untrusted _RELAYSUNTRUSTED_
 #add_header all Relays-External _RELAYSEXTERNAL_
 
 # the local host
-trusted_networks 127.
+#trusted_networks 127.
 # madduck.net
 trusted_networks 130.60.75.72 82.197.162.59 213.203.238.82
 # debian: gluck master murphy spohr rietz
@@ -141,7 +142,7 @@ meta L_drug_ws_obfu (__L_rp_drug_ws1 + __L_rp_drug_ws2 + __L_rp_drug_ws3 + __L_r
 score L_drug_ws_obfu 3
 
 # http://marc.info/?t=118544884300001&r=1&w=2
-rcore BAYES_60 0.0001 0.0001 1.5 1.5
+score BAYES_60 0.0001 0.0001 1.5 1.5
 score BAYES_80 0.0001 0.0001 2.5 2.5
 score BAYES_95 0.0001 0.0001 4.0 4.0
 score BAYES_99 0.0001 0.0001 5.0 5.0