Bob Proulx wrote:
> > Can anyone give me pointers on how I could easily count the spam that is 
> > filtered by spam assassin.
> 
> Assuming you are saving it to a spambox then:
> 
>   grep -c '^From ' spambox

(not very precise if you have lines beggining with From in the body, and
I would still use grep -c '^From:' for better results...)

try grepmail instead :

grepmail -r . ~/Mail/spam


-- 
        Cyril Chaboisseau

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

Reply via email to