From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/7568 Path: news.gmane.org!not-for-mail From: Ted Zlatanov Newsgroups: gmane.emacs.gnus.user Subject: Re: spamassassin and gnus Date: Mon, 19 Jun 2006 10:51:11 -0400 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Message-ID: References: <8764iyrrrw.fsf@gmail.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1150731689 23896 80.91.229.2 (19 Jun 2006 15:41:29 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 19 Jun 2006 15:41:29 +0000 (UTC) Original-X-From: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Mon Jun 19 17:41:29 2006 Return-path: Envelope-to: gegu-info-gnus-english@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FsLsU-0004Zm-0y for gegu-info-gnus-english@m.gmane.org; Mon, 19 Jun 2006 17:41:26 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FsLsT-0001x2-EK for gegu-info-gnus-english@m.gmane.org; Mon, 19 Jun 2006 11:41:25 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!multikabel.net!feed20.multikabel.net!newsfeed.freenet.de!news.albasani.net!not-for-mail Original-Newsgroups: gnu.emacs.gnus Original-Lines: 22 Original-X-Trace: Xg0thMwDHbVEaikVIIJdKB7Wrox3UDyFgM/kafU6hCrlREdC2vGaAqsqRxGR5OcxrMlMUk54ALZ3+KEl35UCm50/gBWO17klfEsLwG8pbGWFM8CCTi7pSOY6UHapQOwA Original-X-Complaints-To: abuse@albasani.net Original-NNTP-Posting-Date: Mon, 19 Jun 2006 14:51:12 +0000 (UTC) X-User-ID: iT6Lb8MyF7dwXxEzazh/ZDCx+vydJkqjN7/wIU0uNjY= X-Face: bd.DQ~'29fIs`T_%O%C\g%6jW)yi[zuz6; d4V0`@y-~$#3P_Ng{@m+e4o<4P'#(_GJQ%TT= D}[Ep*b!\e,fBZ'j_+#"Ps?s2!4H2-Y"sx" Cancel-Lock: sha1:VR2VP+PmPvcG2vEKJ1xlDg5NBk0= User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.50 (gnu/linux) X-NNTP-Posting-Host: X6j2AbNosMPwwoPgMNNL5gQyT/D81afy3CSTx1o9a3A= Original-Xref: shelby.stanford.edu gnu.emacs.gnus:77753 Original-To: info-gnus-english@gnu.org X-BeenThere: info-gnus-english@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Announcements and discussions for GNUS, the GNU Emacs Usenet newsreader \(in English\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Errors-To: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.gnus.user:7568 Archived-At: On 18 Jun 2006, hadronquark@gmail.com wrote: > I have spamc talking to spamd and procmail then moving spam to special > spam folders depending on the newly added spamassassin headers. > > How to mark mail as not spam though? ... > I seem unable to find documentation on how to alter this and mark mails > as spam and not spam inside the gnus interface. It's done with marks. You can set up custom marks for spam and ham; by default there's only one spam mark ($), while ham has several marks. `G c' on any group will show you the list of marks, which you can customize per group/topic or with gnus-parameters. As for driving SA to do the right thing, if you use the spam.el SA backend, it will pick the options properly for you. If you do it manually, you probably want to use the sa-learn script on the messages. Ted