]> git.madduck.net Git - etc/mailfilter.git/commitdiff

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
authormartin f. krafft <madduck@seamus.madduck.net>
Tue, 14 Aug 2007 14:02:31 +0000 (16:02 +0200)
committermartin f. krafft <madduck@seamus.madduck.net>
Tue, 14 Aug 2007 14:02:31 +0000 (16:02 +0200)
spamassassin/user_prefs

index 13b19bf65ab6206cc6d7dab4b777a9693961d23f..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
@@ -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