I need to scan a set of archived mbox files for spam, mark the messages appropriately, and save them in a second mbox file. Should the following command do what I want?
spamassassin --mbox <mbox >scanned.mbox I'm currently running spamc/spamd and know that works strictly one message at a time, but don't understand the ins and outs of using SA to process bulk files. I've read through the man pages and online documentation but didn't see an explicit answer to this question. Apologies for wasting bandwidth if I should have seen it. Martin Gregorie