diff -r 88a7941704d2 -r b72f2be1f619 postfix-mailgraph/postfix-mailgraph.patch
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/postfix-mailgraph/postfix-mailgraph.patch Sun Apr 19 14:07:25 2009 +0200
@@ -0,0 +1,47 @@
+Index: mailgraph.cgi
+--- mailgraph.cgi.orig 2007-08-29 11:06:01 +0200
++++ mailgraph.cgi 2007-08-29 19:05:41 +0200
+@@ -160,7 +160,7 @@
+
+
+
+-Mail statistics for $host
++Postfix Mail statistics for $host
+
+
+
+@@ -168,7 +168,7 @@
+
+ HEADER
+
+- print "Mail statistics for $host
\n";
++ print "Postfix Mail statistics for $host
\n";
+
+ print "\n";
+ for my $n (0..$#graphs) {
+@@ -183,13 +183,6 @@
+ }
+
+ print <
+-
+
+ FOOTER
+ }
+Index: mailgraph.pl
+--- mailgraph.pl.orig 2007-08-29 11:06:01 +0200
++++ mailgraph.pl 2007-08-29 19:03:59 +0200
+@@ -211,6 +211,8 @@
+ \s
+ ([-\w\.\@:]+) # host -- 6
+ \s+
++ <[^>]+> # OSSP fsl log level
++ \s+
+ (?:\[LOG_[A-Z]+\]\s+)? # FreeBSD
+ (.*) # text -- 7
+ $/x or do