> Can anyone give me pointers on how I could easily count the spam that is 
> filtered by spam assassin.
> Whether I can write a small perl script, or do some shell scripting or 
> anything to basically increment a text file counter by one for each spam 
> which is filtered.

Assuming you are saving it to a spambox then:

  grep -c '^From ' spambox

Bob

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

Reply via email to