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 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
are outdated or dont work with exim. My scenario are 3 servers with Debian
8.02 with Exim 4.84+Clamav 0.98.7+Spamassassin 3.4.0-6 .
I would prefer a report like this or better by email and not a graphic report:
Total messages : 400
Clean : 197
Spam : 203
Spam percentage : 50.7%
Average spam score : 13.23
Average clean score : -3.64
teergrubed : 28
average score : 22.11
total scantime : 16 sec.
tossed (/dev/null) : 26
average score : 21.92
total scantime : 262 sec.
rejected : 136
average score : 10.41
total scantime : 920 sec.
accepted spam : 13
average score : 6.15
total scantime : 72 sec.
clean mail : 197
average score : -3.64
total scantime : 1698 sec.
Top 5 clean mail recipients
1. ema...@domain2.nl 35
2. ema...@domain1.nl 34
3. ema...@domain3.nl 22
4. ema...@domain2.nl 19
5. ema...@domain1.nl 17
Top 5 spam recipients
1. ema...@doamin1.nl 103
2. ema...@doamin2.nl 55
3. teergrubed 26
4. ema...@domain1.nl 10
5. ema...@domain5.nl 7
Anyone have any experience? I would appreciate any help or suggestions. Excuse
my English, but its not my native language. Cheers