From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/7573 Path: news.gmane.org!not-for-mail From: Ted Zlatanov Newsgroups: gmane.emacs.gnus.user Subject: Re: Spam quation : procmail v spam.el using spamassassin. Date: Tue, 20 Jun 2006 11:51:24 -0400 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Message-ID: References: <874pyhftqu.fsf@gmail.com> <87r71lyz64.fsf@mail.europe.de> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1150821670 28702 80.91.229.2 (20 Jun 2006 16:41:10 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 20 Jun 2006 16:41:10 +0000 (UTC) Original-X-From: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Tue Jun 20 18:41:10 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 1FsjHo-0001qY-Cf for gegu-info-gnus-english@m.gmane.org; Tue, 20 Jun 2006 18:41:08 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FsjHn-000432-VN for gegu-info-gnus-english@m.gmane.org; Tue, 20 Jun 2006 12:41:08 -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: 34 Original-X-Trace: XmekqcfRiUaEKqUje64w3i23j3uxB8vdP64+r9p3XoOZk/yC+kB07t+RtNX6u5TLFt4D+ytMw/KbebdWCT9lOxu1WYC3dn6BnTyS5ShhJ+s/lcJs0pPSsB8469jF1BZc Original-X-Complaints-To: abuse@albasani.net Original-NNTP-Posting-Date: Tue, 20 Jun 2006 15:51:26 +0000 (UTC) X-User-ID: wHi7HRS9QwhphbaZ8EOk1jwln7vH+xaXfVsgYzoL+/g= 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:QC/dCejXuBxIXi1BurtDJsuhL8w= User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.50 (gnu/linux) X-NNTP-Posting-Host: IvNBuZE60bLbJFzhPEIe0HJYuyVebRXnhxodcTveXAg= Original-Xref: shelby.stanford.edu gnu.emacs.gnus:77757 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:7573 Archived-At: On 19 Jun 2006, hadronquark@gmail.com wrote: > It is a help : if only to calm me down and think more logically - > sometimes it can all be a bit confusing :( Especially with this new > default spam process which has replaced spamassassin - it wasnt > immediately clear to me wither this spam.el was compatible with > spamassassins x-headers etc etc. It's meant to be general (with SA support among others), and the manual tries to explain that. Did you find the manual section about spam.el hard to follow? If so, it would be helpful if you pointed out problems or gave us suggestions so we can improve it. > Maybe one last answer (which may or may not be in manuals) : I use > posting styles to maintain different email folders - is it trivial (before I > start wasting time trying) to configure spam.el to move the "mark as NOT > spam" to the correct procmail populated maildirs in gnus? [ ham == NOT spam ] You can move ham articles automatically out of spam groups. You need to classify that group as a spam group with `G c' and the rest is automatic. There can be multiple ham destinations per group. When you exit the group, ham messages will be copied or moved to the ham destinations (moved to the last one and copied to all the others) and processed with the ham processors you've defined (none by default). You can also define a ham destination of nil (leave in place) or 'respool (send back to the split-fancy process). All of this can be customized with `G c'. Ted