whitelists should not be t by default
authorTeodor Zlatanov <tzz@lifelogs.com>
Fri, 18 Oct 2002 14:38:40 +0000 (14:38 +0000)
committerTeodor Zlatanov <tzz@lifelogs.com>
Fri, 18 Oct 2002 14:38:40 +0000 (14:38 +0000)
lisp/spam.el

index e12df84..4f2e6cb 100644 (file)
@@ -62,7 +62,7 @@
 (defvar spam-use-blacklist t
   "True if the blacklist should be used.")
 
-(defvar spam-use-whitelist t
+(defvar spam-use-whitelist nil
   "True if the whitelist should be used.")
 
 (defvar spam-use-blackholes nil