* spam-report.el (spam-report-gmane-regex): Fix customization type.
authorKatsumi Yamaoka <yamaoka@jpl.org>
Thu, 7 Aug 2003 05:02:03 +0000 (05:02 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Thu, 7 Aug 2003 05:02:03 +0000 (05:02 +0000)
* spam.el (spam-blackhole-good-server-regex): Ditto.

lisp/ChangeLog
lisp/spam-report.el
lisp/spam.el

index 28d1f20..fe581ba 100644 (file)
@@ -11,6 +11,8 @@
        * message.el (message-archive-note): Ditto.
        (message-subscribed-address-file): Ditto.
        (message-user-fqdn): Ditto.
+       * spam-report.el (spam-report-gmane-regex): Ditto.
+       * spam.el (spam-blackhole-good-server-regex): Ditto.
 
        * gnus-start.el (gnus-save-killed-list): Fix last change.
        * message.el (message-courtesy-message): Ditto.
index 0d4c3e2..288a05e 100644 (file)
@@ -39,7 +39,8 @@
 If you are using spam.el, consider setting gnus-spam-process-newsgroups 
 or the gnus-group-spam-exit-processor-report-gmane group/topic parameter 
 instead."
-  :type 'regexp
+  :type '(radio (const nil)
+               (regexp :format "%t: %v\n" :size 0 :value "^nntp\+.*:gmane\."))
   :group 'spam-report)
 
 (defcustom spam-report-gmane-spam-header 
index 769217b..6f34ab0 100644 (file)
@@ -244,7 +244,8 @@ All unmarked article in such group receive the spam mark on group entry."
 
 (defcustom spam-blackhole-good-server-regex nil
   "String matching IP addresses that should not be checked in the blackholes"
-  :type 'regexp
+  :type '(radio (const nil)
+               (regexp :format "%t: %v\n" :size 0))
   :group 'spam)
 
 (defcustom spam-face 'gnus-splash-face