From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <27d6e365c210506165ccd3d21a91875f@tombob.com> To: 9fans@cse.psu.edu Subject: Re: [9fans] question on mail/setup.bayes and existing pipeto Date: Tue, 25 Apr 2006 15:11:54 +0100 From: Robert Raschke In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Topicbox-Message-UUID: 45f345ca-ead1-11e9-9d60-3106f5b1d025 I wrote around Mon Apr 24 14:38:36 BST 2006: > I want to start using the bayes filtering for spam. I also have a > pipeto for splitting apart my incoming mail stream according to > mailing list (and such) like this: [...snip...] I think I've figured out how to do this. After I ran setup.bayes, I had a new pipeto and my old one in pipeto.0. By changing my standard bayes pipeto from [...snip...] if(isspam) spool-tagged-spam if not spool /mail/box/$USER/mbox exit 0 to [...snip...] if(isspam) spool-tagged-spam if not pipe /mail/box/$USER/pipeto.0 $* exit 0 I get my old behaviour back. Robby