Valerion wrote:Spamassassin can either flag mail as spam (usually between 5 and 15) or outright drop it (larger than 15). It can flag by setting a new header in the mail, or by changing the subject.
Spamass-milter on my machine is responsible for dropping mail. If you pass it a "-r 15" it will drop from a score of 15 or upwards. So have it flag by inserting a header, remove the -r 15, and put a rule in your mailbox to auto-file all messages flagged as spam to a different folder. Or you can use Outlook's built-in mechanisms here, though I haven't really played with that.
But in my /etc/sysconfig/spamass-milter, all have been comment:
### Override for your different local config
#SOCKET=/var/run/spamass.sock
### Default parameter for spamass-milter is -f (work in the background)
### you may add another parameters here, see spamass-milter(1)
#EXTRA_FLAGS="-m -r 15"
Should I un-comment or is there any other files I can config?