* spam-report.el (spam-report-gmane-regex): docstring fix. From
authorTeodor Zlatanov <tzz@lifelogs.com>
Thu, 1 May 2003 17:47:29 +0000 (17:47 +0000)
committerTeodor Zlatanov <tzz@lifelogs.com>
Thu, 1 May 2003 17:47:29 +0000 (17:47 +0000)
Jon Ericson <Jon.Ericson@jpl.nasa.gov>

* gnus.el (gnus-install-group-spam-parameters): docstring fix.
From Jon Ericson <Jon.Ericson@jpl.nasa.gov>

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

index 463a592..30ab94c 100644 (file)
@@ -1,5 +1,11 @@
 2003-05-01  Teodor Zlatanov  <tzz@lifelogs.com>
 
+       * spam-report.el (spam-report-gmane-regex): docstring fix.  From
+       Jon Ericson <Jon.Ericson@jpl.nasa.gov>
+
+       * gnus.el (gnus-install-group-spam-parameters): docstring fix.
+       From Jon Ericson <Jon.Ericson@jpl.nasa.gov>
+
        * gnus-registry.el (gnus-registry-fetch-extra) 
        (gnus-registry-store-extra, gnus-registry-group-count): new functions
        (gnus-registry-fetch-group, gnus-registry-delete-group) 
index 4ec9990..421c1f9 100644 (file)
@@ -1875,8 +1875,7 @@ Only applicable to non-spam (unclassified and ham) groups.")
    "*Groups in which to automatically process spam or ham articles with
 a backend on summary exit.  If non-nil, this should be a list of group
 name regexps that should match all groups in which to do automatic
-spam processing, associated with the appropriate processor.  This only makes sense
-for mail groups."
+spam processing, associated with the appropriate processor."
    :variable-group spam
    :variable-type '(repeat :tag "Spam/Ham Processors" 
                           (list :tag "Spam Summary Exit Processor Choices"
index 46884c4..0d4c3e2 100644 (file)
   "Spam reporting configuration.")
 
 (defcustom spam-report-gmane-regex nil
-  "String matching Gmane newsgroups if wanted, e.g. \"^nntp+.*:gmane.\"
-This is probably handled better with group/topic parameters."
+  "Regexp matching Gmane newsgroups, e.g. \"^nntp\\+.*:gmane\\.\"
+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
   :group 'spam-report)