From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/4437 Path: news.gmane.org!not-for-mail From: Ted Zlatanov Newsgroups: gmane.emacs.gnus.user Subject: Re: copy article + send through spamassassin Date: Tue, 08 Feb 2005 14:17:18 -0500 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Message-ID: <4nll9yvp35.fsf@lifelogs.com> References: <1105734653.edecb0be8ad67be307be2bd7a8292901@teranews> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1138670352 23233 80.91.229.2 (31 Jan 2006 01:19:12 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 31 Jan 2006 01:19:12 +0000 (UTC) Original-X-From: nobody Tue Jan 17 17:33:46 2006 Original-Path: quimby.gnus.org!newsfeed1.e.nsc.no!news.tele.dk!news.tele.dk!small.news.tele.dk!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail Original-Newsgroups: gnu.emacs.gnus Original-X-Trace: individual.net SPf+kBK4QeQKrHUQqrSNUwDCUpxurjeEcG6o+8ruJxJrzNV84p 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" User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (gnu/linux) Cancel-Lock: sha1:KXa69oQDfE58JZj0CoAfNBtEZws= Original-Xref: bridgekeeper.physik.uni-ulm.de gnus-emacs-gnus:4578 Original-Lines: 24 X-Gnus-Article-Number: 4578 Tue Jan 17 17:33:46 2006 Xref: news.gmane.org gmane.emacs.gnus.user:4437 Archived-At: On Fri, 14 Jan 2005, newsposting@haslup.com wrote: > Wondering if anyone does anything similar to this: > > I've got spamassassin + procmail dropping spam into a spool file which > gnus picks up. Every now and then I go into that group and do a spot > check to make sure I don't have any ham. > > When I do, I'd like to easily move that message to my main mail spool, > but at the same time run it through spamassassin -d (to remove the > spam markup) and mark it as unread. > > Is there a mechanism for this that exists already, or should I just > start writing some elisp? I know all the pieces are there, just > couldn't find something that did it all... I do this all the time, using spam.el. See my configuration example in the Gnus manual from CVS. I find it more efficient to move articles to a training group and then process them in batch because of my slow IMAP server, but certainly on-the-fly processing as you suggest is possible. Ted