David T-G wrote:

DT> You have to get the messages to spamassassin, but it's my understanding
DT> that it will properly accept and handle multiple messages (if that's not
DT> the case, someone please correct me in a hurry!).  That part is covered
DT> with the same -r option.


Nope, SpamAssassin deals with only one message at a time.  You will need to give
it a single message at a time for it to be happy and work correctly.

If you're using mbox mailboxes, you can easily use the formail program from the
procmail distribution to break up the mailbox into individual messages:

<mbox formail -s spamassassin -r

If you're using a maildir, then it's easier:

for i in *;spamassassin -r < $i;done

If you're using somethink like mbx, you're on your own ;)

C


_______________________________________________________________
Hundreds of nodes, one monster rendering program.
Now that's a super model! Visit http://clustering.foundries.sf.net/

_______________________________________________
Spamassassin-talk mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/spamassassin-talk

Reply via email to