(spam-list-of-checks): added spam-use-BBDB-eclusive to
authorTeodor Zlatanov <tzz@lifelogs.com>
Mon, 2 Feb 2004 20:01:33 +0000 (20:01 +0000)
committerTeodor Zlatanov <tzz@lifelogs.com>
Mon, 2 Feb 2004 20:01:33 +0000 (20:01 +0000)
the list of checks

lisp/ChangeLog
lisp/spam.el

index 1baec53..e046476 100644 (file)
@@ -1,3 +1,8 @@
+2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
+
+       * spam.el (spam-list-of-checks): added spam-use-BBDB-eclusive to
+       the list of checks
+
 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
 
        * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
index 86ab22e..43b047e 100644 (file)
@@ -963,6 +963,7 @@ Respects the process/prefix convention."
     (spam-use-regex-body               .       spam-check-regex-body)
     (spam-use-whitelist                .       spam-check-whitelist)
     (spam-use-BBDB                     .       spam-check-BBDB)
+    (spam-use-BBDB-exclusive           .       spam-check-BBDB)
     (spam-use-ifile                    .       spam-check-ifile)
     (spam-use-spamoracle               .       spam-check-spamoracle)
     (spam-use-stat                     .       spam-check-stat)