From: yamaoka Date: Mon, 2 Feb 2004 21:53:59 +0000 (+0000) Subject: Synch to No Gnus 200402022001. X-Git-Tag: t-gnus-6_17_4-quimby-~1090 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=38449704ecdcf78c19fe5ae755a36c2d56258d27;p=elisp%2Fgnus.git- Synch to No Gnus 200402022001. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 1baec53..e046476 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2004-02-02 Teodor Zlatanov + + * spam.el (spam-list-of-checks): added spam-use-BBDB-eclusive to + the list of checks + 2004-01-31 Jesper Harder * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid diff --git a/lisp/spam.el b/lisp/spam.el index eb9c8b2..fe25c0f 100644 --- a/lisp/spam.el +++ b/lisp/spam.el @@ -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)