]> git.pld-linux.org Git - packages/cacti-template-mail_statistics.git/commitdiff
- match some more lines
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 21 Oct 2010 15:49:12 +0000 (15:49 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    more-matches.patch -> 1.1

more-matches.patch [new file with mode: 0644]

diff --git a/more-matches.patch b/more-matches.patch
new file mode 100644 (file)
index 0000000..d8f5a0a
--- /dev/null
@@ -0,0 +1,10 @@
+--- cacti-template-postfix-0.1/fetch_mail_statistics.pl        2005-12-19 15:52:35.000000000 +0200
++++ cacti-template-postfix-0.1/fetch_mail_statistics.pl        2010-10-21 17:22:21.000000000 +0300
+@@ -81,6 +81,7 @@
+     elsif ( / Blocked INFECTED/ ) { $num_infected++; }
+     elsif ( / Passed BAD-HEADER/ ) { $num_header++; }
+     elsif ( / Blocked BAD-HEADER/ ) { $num_header++; }
++    elsif ( / Passed BANNED/ ) { $num_banned++; }
+     elsif ( / Blocked BANNED/ ) { $num_banned++; }
+   }
+   open( DBFILE, ">".$dbFile ) || die( "Cannot write to db file `".$dbFile."'!" );
This page took 0.107183 seconds and 4 git commands to generate.