info-gnus-english
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: gmane spam-report


From: Reiner Steib
Subject: Re: gmane spam-report
Date: Tue, 07 Sep 2004 20:50:15 +0200
User-agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3.50 (gnu/linux)

On Tue, Sep 07 2004, Andrey Slusar wrote:

> ,----[ gnus.el ]
> | (require 'spam)
> | (require 'spam-report)
> | (setq spam-report-gmane-use-article-number nil) ;; using local newsserver
> | (setq gnus-spam-process-newsgroups
> |     '(("^gmane\\." (spam spam-use-gmane))))
> `----
>
> It's not worked correctly - i am marked articles as spam and spam report
> not sended to gmane site - Gnus writes "Article expired and moved to nil.

I would recommend to use the customize interface for the spam
settings.  At least use customize until you are sure that you know the
correct value.  When I enter your example, I get:

,----[ C-h v gnus-spam-process-newsgroups RET ]
| gnus-spam-process-newsgroups's value is 
| (("^gmane\\."
|   ((spam spam-use-gmane))))
| 
| *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.
`----

Note the additional pair of parenthesis.  ==>

(setq gnus-spam-process-newsgroups
      '(("^gmane\\."
         ((spam spam-use-gmane)))))

Bye, Reiner.
-- 
       ,,,
      (o o)
---ooO-(_)-Ooo---  |  PGP key available  |  http://rsteib.home.pages.de/

reply via email to

[Prev in Thread] Current Thread [Next in Thread]