Because it's marked as spam but it has less than "kill" score...
Peter
Fair enough.

Why not learn at spam / non-spam from the quarantined messages?
If the messages are tagged as spam, they will be moved to quarantine.

You can then grep through the spam files and search for a common string, eg score.

e.g
# cd /amavis/virusmails
#
# ls -la | grep "spam" | grep "Mar  8" | awk '{print $9}' | xargs zgrep -i "score="



Reply via email to