Re: [AMaViS-user] Log Analyzer

2005-09-18 Thread Mark Martinec
Matt,

 I need a program that can analyze three separate mail logs (one from
 relay1, one from relay2, and one from relay3) and generate statistics on
 them.

 I know there was an amavis program that is no longer maintained, and
 someone sent me a patched version of something which I couldn't get
 working.  Is there a good log analyzer out there?  I don't necessarilly
 need graphs, just statistics (1000 spam messages blocked, 25 passed, etc.
 etc.)

Not exactly what you are asking for, but such raw statistics is reported
by amavisd-agent, for all processed mail since amavisd start:

ContentBadHdrMsgs   166  2/h0.4 % (InMsgs)
ContentBannedMsgs15  0/h0.0 % (InMsgs)
ContentCleanMsgs   9947146/h   23.4 % (InMsgs)
ContentSpamMsgs   30726452/h   72.2 % (InMsgs)
ContentVirusMsgs   1700 25/h4.0 % (InMsgs)
InMsgs42554626/h  100.0 % (InMsgs)

  Mark


---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. 
Download it for free - -and be entered to win a 42 plasma tv or your very
own Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
AMaViS-user mailing list
AMaViS-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amavis-user
AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/howto/


Re: [AMaViS-user] Log Analyzer

2005-09-18 Thread Dale Walsh


On Sep 18, 2005, at 02:17 PM, Mark Martinec wrote:


Matt,



I need a program that can analyze three separate mail logs (one from
relay1, one from relay2, and one from relay3) and generate  
statistics on

them.

I know there was an amavis program that is no longer maintained, and
someone sent me a patched version of something which I couldn't get
working.  Is there a good log analyzer out there?  I don't  
necessarilly
need graphs, just statistics (1000 spam messages blocked, 25  
passed, etc.

etc.)



Not exactly what you are asking for, but such raw statistics is  
reported

by amavisd-agent, for all processed mail since amavisd start:

ContentBadHdrMsgs   166  2/h0.4 % (InMsgs)
ContentBannedMsgs15  0/h0.0 % (InMsgs)
ContentCleanMsgs   9947146/h   23.4 % (InMsgs)
ContentSpamMsgs   30726452/h   72.2 % (InMsgs)
ContentVirusMsgs   1700 25/h4.0 % (InMsgs)
InMsgs42554626/h  100.0 % (InMsgs)

  Mark


Another one to consider.

http://www.daleenterprise.com/amavis-stats

I took this over this project, will be public in a day or so, I'll  
send a link to the list.


-- Dale



---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. 
Download it for free - -and be entered to win a 42 plasma tv or your very

own Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
AMaViS-user mailing list
AMaViS-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amavis-user
AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/howto/


[AMaViS-user] Log Analyzer

2005-09-16 Thread Matt Juszczak

Hi all,

I need a program that can analyze three separate mail logs (one from 
relay1, one from relay2, and one from relay3) and generate statistics on 
them.


I know there was an amavis program that is no longer maintained, and 
someone sent me a patched version of something which I couldn't get 
working.  Is there a good log analyzer out there?  I don't necessarilly 
need graphs, just statistics (1000 spam messages blocked, 25 passed, etc. 
etc.)


Any ideas would be appreciated :) Thanks!

-Matt


---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. 
Download it for free - -and be entered to win a 42 plasma tv or your very

own Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
AMaViS-user mailing list
AMaViS-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amavis-user
AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/howto/


RE: [AMaViS-user] Log Analyzer

2005-09-16 Thread amavis
 I need a program that can analyze three separate mail logs 
 (one from relay1, one from relay2, and one from relay3) and 
 generate statistics on them.
 
 I know there was an amavis program that is no longer 
 maintained, and someone sent me a patched version of 
 something which I couldn't get working.  Is there a good log 
 analyzer out there?  I don't necessarilly need graphs, just 
 statistics (1000 spam messages blocked, 25 passed, etc. 
 etc.)
 
 Any ideas would be appreciated :) Thanks!
 

Its not clear exactly what statistics you are looking for, nor what scripts
you have rejected, but the amavis script that comes for the latest versions
of logwatch does some simple stats.  I created a patch that produced a
couple of the lines - I don't recall if that has yet been merged into the
logwatch stream.  If this is what you want, and your lines took differently,
let me know off list and I'll send the patch to you.  Example below
(truncated):

 - amavis Begin  

 9229 messages checked and passed.
 37 virus infected messages were found.
 998 spam messages were found.
 947 DSNs intentionally not sent (spam level exceeds DSN cutoff level).
 928 messages destined for quarantine intentionally not quarantined (spam
level exceeds quarantine cutoff level).
 
 Viruses Detected:
HTML.Phishing.Pay-35: 1 Times(s)  From:
   [EMAIL PROTECTED] [xx.97.189.220]  1 Time(s)
 



---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. 
Download it for free - -and be entered to win a 42 plasma tv or your very
own Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
AMaViS-user mailing list
AMaViS-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amavis-user
AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/howto/