Ville Herva <[EMAIL PROTECTED]> wrote:
> [...]
> That's clever. That requires one to create procmail recipe
> beforehand, though.
Hmm.. You originally wrote:
>>> Is there a way to batch process a mailbox with SpamAssassin
>>> (sort it to ham and spam)?
What did you have in mind to do the actual sorting if *not* procmail? SA will
TAG the messages, but not actually sort them.
I think you'll want to create a "sorting" procmailrc if you're not setting up
one site-wide, then just call it via:
formail -s procmail spamsort.cf < mbox.old
This would work for a one-time job.
- Bob