From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/7569 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: Mon, 19 Jun 2006 10:47:33 -0400 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Message-ID: References: <874pyhftqu.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 1150731693 23909 80.91.229.2 (19 Jun 2006 15:41:33 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 19 Jun 2006 15:41:33 +0000 (UTC) Original-X-From: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Mon Jun 19 17:41:28 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 1FsLsO-0004Yr-7X for gegu-info-gnus-english@m.gmane.org; Mon, 19 Jun 2006 17:41:20 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FsLsN-0001qO-JO for gegu-info-gnus-english@m.gmane.org; Mon, 19 Jun 2006 11:41:19 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!headwall.stanford.edu!newsfeed.news2me.com!newsfeed.icl.net!newsfeed.freenet.de!news.albasani.net!not-for-mail Original-Newsgroups: gnu.emacs.gnus Original-Lines: 57 Original-X-Trace: 4qcClB7lv7BOfK6UCaOXc3ejAL8Poseahi/d0dJ/7k2hYsu73eI7m2UfS3ThzqiNjML9Q1YhlS8NW4PEHgl0xWGmqYXLkaobLXju011UT0BdJIEL6tV9boqEi2quWE7H Original-X-Complaints-To: abuse@albasani.net Original-NNTP-Posting-Date: Mon, 19 Jun 2006 14:47:34 +0000 (UTC) X-User-ID: ko11bV739jQ7OsLlqvd+z+EsukAibP+vN/1m4VCvLuU= 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:yl7pRLP8CyUR2ZGn4YOxxITBAew= User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.50 (gnu/linux) X-NNTP-Posting-Host: iXAxfJaeDOHDVTY2MOqb+yqXfWIMq9vP31TOIPD2yDI= Original-Xref: shelby.stanford.edu gnu.emacs.gnus:77752 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:7569 Archived-At: On 19 Jun 2006, hadronquark@gmail.com wrote: > Since procmail settings are causing my mail to be "split" into spam > folders (nnmaildir) after processing by spamassassin, would the split > functons in spam.el have any purpose? Sure. You could apply additional filters to the SA run. > I'm really going around in circles trying to figure out the best way of > configuring spamassassin with procmail and then gnus. Any help greatly > appreciated. The delivery for that setup should be: incoming mail to procmail to SA to nnmaildir to spam.el (if you want) for extra splitting Then the read cycle would be 1) enter SPAM group (all unread messages are spam by default) mark any messages as ham exit SPAM group (spam and ham processing and destinations are applied here) 2) enter non-SPAM group (same as above, except unread messages are not spam by default, so you mark messages as spam manually) So the setup consists of: a) set up SPAM and non-SPAM groups (this is done with `G c' or `G p' or gnus-parameters) b) set up spam and ham processing (these are functions to be run on spam and ham, e.g. sa-learn for SA), if wanted c) set up spam and ham destinations (for spam/ham messages on group exit), if wanted I personally prefer destinations to processing, because I have a slow IMAP server so it's faster to move messages and then batch-process them, but it's up to you. I hope that helps. More introductory information can be found at http://lifelogs.com/spam and in the Gnus manual. Ted