Re: Statistics and log analyzers for SpamAssassin that work on Exim 4.84

2016-01-05 Thread John Hardin
On Tue, 5 Jan 2016, Martin Gregorie wrote: On Tue, 2016-01-05 at 11:13 -0500, Reinier Carmona Lizana wrote: I am looking a tool to get stats about spamassassin but I cant find nothing to work with Exim 4.84 on a Debian 8 server. I am reading about it (https://wiki.apache.org/spamassassin/StatsA

Re: Statistics and log analyzers for SpamAssassin that work on Exim 4.84

2016-01-05 Thread Martin Gregorie
On Tue, 2016-01-05 at 11:13 -0500, Reinier Carmona Lizana wrote: > I am looking a tool to get stats about spamassassin but I cant find > nothing to work with Exim 4.84 on a Debian 8 server. I am reading > about it (https://wiki.apache.org/spamassassin/StatsAndAnalyzers) but > all this scripts ar

Re: Statistics and log analyzers for SpamAssassin that work on Exim 4.84

2016-01-05 Thread jpff
I run exim on Debian whezzy (self built), and just made a perl script to record numersof rejects total and bt category(spamassassin, clam, zen ist, relay etc) but it depends on my log messages in exim configuration. Not hard (and I do nt know perl) On Tue, 5 Jan 2016, Reinier Carmona Lizana w

Re: Statistics and reporting

2006-10-25 Thread Michael Schwartzkopff
Hi, I do it with SNMP. net-snmp offers you the logmatch config option. It searches the logfile (i.e. /var/log/mail) for regexp. MRTG does the rest and gives you really nice graphs. Mail me personally for some example of a graph showing - accepted - RBL (spamhaus) - greylisting - SPAM from spamas

Re: Statistics and reporting

2006-10-25 Thread Sipos Gabor
use some PERL, it's really simple. Took me 1 day from scratch to create monthly stats from an amavis-new log file, including virus counting and spam ratios. Gabor Sipos > Anyone have any suggested statistics suites I can use for reporting at > the MTA level and from within spamassassin? Would be

Re: Statistics and reporting

2006-10-24 Thread Nigel Frankcom
On Wed, 25 Oct 2006 14:24:55 +1000, Christopher Martin <[EMAIL PROTECTED]> wrote: >Anyone have any suggested statistics suites I can use for reporting at >the MTA level and from within spamassassin? Would be great to be able to >present some metrics on total mail statistics and then compare what

RE: Statistics and reporting

2006-10-24 Thread Brown, Josh
>-Original Message- >From: Christopher Martin [mailto:[EMAIL PROTECTED] >Sent: Tuesday, October 24, 2006 9:25 PM >To: Users @ Spam Assassin Mailing List >Subject: Statistics and reporting > > Anyone have any suggested statistics suites I can use for reporting at the MTA level and from with

RE: Statistics and reporting

2006-10-24 Thread Millan, Raul
assin Mailing List Subject: Re: Statistics and reporting Christopher Martin wrote: > Anyone have any suggested statistics suites I can use for reporting at > the MTA level and from within spamassassin? Would be great to be able > to present some metrics on total mail statistics and the

Re: Statistics and reporting

2006-10-24 Thread Christopher Martin
Christopher Martin wrote: Anyone have any suggested statistics suites I can use for reporting at the MTA level and from within spamassassin? Would be great to be able to present some metrics on total mail statistics and then compare what portion of that is spam, and how many are being caught/qu

Re: Statistics from logfile to SQL

2005-12-15 Thread mouss
Matthew Yette a écrit : If you do large volumes of email, expect to have a table with millions upon millions of records, the w-illions of records take less space than the x-illions of messages to which they correspond. and slow access times :( and the access time will be less than that of:

Re: Statistics from logfile to SQL

2005-12-15 Thread Mike Jackson
If you do large volumes of email, expect to have a table with millions upon millions of records, and slow access times :( The altered script I'm using outputs spam/ham total summaries for each user, and spam/ham message hits for each rule. In a properly built database, that shouldn't be too t

Re: Statistics from logfile to SQL

2005-12-15 Thread Matthew Yette
If you do large volumes of email, expect to have a table with millions upon millions of records, and slow access times :( On 12/15/05 12:48 PM, "Mike Jackson" <[EMAIL PROTECTED]> wrote: >> I have been trying to find a script which would allow me to copy data >> from spamd logfile to MySQL databa

Re: Statistics from logfile to SQL

2005-12-15 Thread Mike Jackson
I have been trying to find a script which would allow me to copy data from spamd logfile to MySQL database. It would be usefull, since then I could provide datailed statistics to my users. Does anybody know a way to do it or I will just have to write a small script myself? Has anyone probably don

Re: Statistics for Spamassassin / Spam

2005-08-11 Thread Claude Kries
Matt Kettler wrote: Claude Kries wrote: Hi there, it would be nice to hear of some statistical tools you are using, to analyze how much spam SA filtered during a period of some time. Any out ther? Maybe some generating nice HTML output or something? There's some misc mrtg scripts out there

Re: Statistics for Spamassassin / Spam

2005-08-11 Thread Claude Kries
Matt Kettler wrote: Claude Kries wrote: Hi there, it would be nice to hear of some statistical tools you are using, to analyze how much spam SA filtered during a period of some time. Any out ther? Maybe some generating nice HTML output or something? There's some misc mrtg scripts out there

Re: Statistics for Spamassassin / Spam

2005-08-10 Thread Matt Kettler
Claude Kries wrote: > Hi there, > > it would be nice to hear of some statistical tools you are using, to > analyze how much spam SA filtered during a period of some time. > > Any out ther? Maybe some generating nice HTML output or something? There's some misc mrtg scripts out there, which use MR

Re: statistics help needed

2004-10-26 Thread Michael Barnes
On Fri, Oct 08, 2004 at 03:49:08PM -0700, Justin Mason wrote: > I've been considering possible improvements to how we figure out what > rules are effective. > > Currently we use the S/O ratio and hit-rate of each individual rule, in > other words, if a rule hits a lot of spam, and little nonspam,

Re: statistics help needed

2004-10-11 Thread Justin Mason
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Scott A Crosby writes: > On Fri, 08 Oct 2004 15:49:08 -0700, [EMAIL PROTECTED] (Justin Mason) writes: > > > However, that doesn't take in account the situation where multiple rules > > are hitting mostly the same mail; for example, like this: > > > >

Re: statistics help needed

2004-10-11 Thread Scott A Crosby
On Fri, 08 Oct 2004 15:49:08 -0700, [EMAIL PROTECTED] (Justin Mason) writes: > However, that doesn't take in account the situation where multiple rules > are hitting mostly the same mail; for example, like this: > > S1 S2 S3 S4 S5 H1 H2 H3 H4 H5 > RULE1: x x x x

Re: statistics help needed

2004-10-09 Thread Joe Emenaker
Justin Mason wrote: S1 S2 S3 S4 S5 H1 H2 H3 H4 H5 RULE1: x x x x RULE2: x x x x RULE3: x x x RULE4: x (S1-S5 = 5 spam mails; H1-H5

Re: Statistics

2004-09-23 Thread Justin Mason
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Dan Mahoney, System Admin writes: > On Wed, 22 Sep 2004, David Brodbeck wrote: > > > Dan Mahoney, System Admin wrote: > > > >> Hey all, > >> > >> In the process of trying to track statistics in SpamAssassin (and other > >> programs), and I'm thinki

Re: Statistics

2004-09-23 Thread Dan Mahoney, System Admin
On Wed, 22 Sep 2004, David Brodbeck wrote: Dan Mahoney, System Admin wrote: Hey all, In the process of trying to track statistics in SpamAssassin (and other programs), and I'm thinking the easiest way is to have syslog write to a FIFO that another program will read (or write to a pipe, but I'm no