]> git.pld-linux.org Git - packages/cacti-template-mail_statistics.git/blame - more-matches.patch
- increase cache time (but be lower than 5m cacti poll interval)
[packages/cacti-template-mail_statistics.git] / more-matches.patch
CommitLineData
f84f4efa
ER
1--- cacti-template-postfix-0.1/fetch_mail_statistics.pl 2005-12-19 15:52:35.000000000 +0200
2+++ cacti-template-postfix-0.1/fetch_mail_statistics.pl 2010-10-21 17:22:21.000000000 +0300
3@@ -81,6 +81,7 @@
4 elsif ( / Blocked INFECTED/ ) { $num_infected++; }
5 elsif ( / Passed BAD-HEADER/ ) { $num_header++; }
6 elsif ( / Blocked BAD-HEADER/ ) { $num_header++; }
7+ elsif ( / Passed BANNED/ ) { $num_banned++; }
8 elsif ( / Blocked BANNED/ ) { $num_banned++; }
9 }
10 open( DBFILE, ">".$dbFile ) || die( "Cannot write to db file `".$dbFile."'!" );
This page took 0.065457 seconds and 4 git commands to generate.