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

Reply via email to