(spam-use-blacklist): oops, should be nil by default
authorTeodor Zlatanov <tzz@lifelogs.com>
Fri, 3 Jan 2003 12:50:14 +0000 (12:50 +0000)
committerTeodor Zlatanov <tzz@lifelogs.com>
Fri, 3 Jan 2003 12:50:14 +0000 (12:50 +0000)
lisp/ChangeLog
lisp/spam.el

index 0232585..a946a2a 100644 (file)
@@ -7,6 +7,7 @@
        (spam-fetch-field-from-fast): fast fetching of the "from" field
        from (gnus-data-list)
        (spam-summary-prepare-exit): works completely now
+       (spam-use-blacklist): oops, should be nil by default
 
 2003-01-03  Jesper Harder  <harder@ifa.au.dk>
 
index 4b9f0ec..2c82858 100644 (file)
@@ -95,7 +95,7 @@ The regular expression is matched against the address."
   :type 'boolean
   :group 'spam)
 
-(defcustom spam-use-blacklist t
+(defcustom spam-use-blacklist nil
   "Whether the blacklist should be used by spam-split."
   :type 'boolean
   :group 'spam)