On Mon, 27 May 2002 the voices made Eric Vielet write:

> I'm new to spamassassin (installed for half an hour, soon 3 real spam
> mails blocked !! Great job !!), and i wonder if there're tools to make
> statistics, such as number of mails blocked, on which criteria, for which
> user ...
> I didn't find anything in the docs/FAQS/Helps ?

 Personall I'm using something like this in procmail:

:0
* ! ^X-Spam-Flag: *Yes
   {  }
   :0E
      {
      :0ch:
         | ${HOME}/.procmail/spam.pl
      :0hc:
         | gzip --best >>${HOME}/.procmail/logs/`date +%y%m`-spam-heads.gz
      }

 There's of course a lot more to it, but that's the logging; spam.pl just
update two counters (one daily and one montly; both showing whenever I login).
 Since I've got the report in the header the gzippedfiles contains everything
needed if I want to check what happened; but no "this shows everything that's
happened"-logging.


        /Tony
-- 
# Per scientiam ad libertatem! // Through knowledge towards freedom! #
# Genom kunskap mot frihet! =*= (c) 1999-2002 [EMAIL PROTECTED] =*= #
-- Random epigram: (1/8)
Q."What's the difference between a rounder and a crossroader".
A."None, neither wants to give the sucker an even break".


_______________________________________________________________

Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm

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

Reply via email to