]> git.pld-linux.org Git - packages/cacti-template-mail_statistics.git/blob - more-matches.patch
- drop obsolete and outdated manual inclusion of rpm macros
[packages/cacti-template-mail_statistics.git] / more-matches.patch
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.046972 seconds and 3 git commands to generate.