From 322100aeab1b45ec8a573f61b2d5577410377b36 Mon Sep 17 00:00:00 2001 From: yamaoka Date: Fri, 3 Jan 2003 13:43:19 +0000 Subject: [PATCH] Synch with Oort Gnus. --- lisp/ChangeLog | 1 + lisp/spam.el | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 0232585..a946a2a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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 diff --git a/lisp/spam.el b/lisp/spam.el index 4b9f0ec..2c82858 100644 --- a/lisp/spam.el +++ b/lisp/spam.el @@ -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) -- 1.7.10.4