Hi,
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:
rfork ne
/bin/upas/filter $1 $2 \
'.*lua-bounces.*' /mail/box/rtr/lua \
'.*owner-erlang-questions.*' /mail/box/rtr/erlang \
'.*9fans-bounces.*' /mail/box/rtr/plan9 \
'bootes' /mail/box/rtr/fossil \
Do I replace the bayesian pipeto line
spool /mail/box/$USER/mbox
with the upas/filter above? Or is there a different recommended way?
Thanks for any advice,
Robby