SOURCES: mailgraph-postfix_rbl.patch - updated for 1.13

blues blues at pld-linux.org
Wed Jul 11 11:24:07 CEST 2007


Author: blues                        Date: Wed Jul 11 09:24:07 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- updated for 1.13

---- Files affected:
SOURCES:
   mailgraph-postfix_rbl.patch (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SOURCES/mailgraph-postfix_rbl.patch
diff -u SOURCES/mailgraph-postfix_rbl.patch:1.1 SOURCES/mailgraph-postfix_rbl.patch:1.2
--- SOURCES/mailgraph-postfix_rbl.patch:1.1	Wed Jan 28 10:54:33 2004
+++ SOURCES/mailgraph-postfix_rbl.patch	Wed Jul 11 11:24:02 2007
@@ -1,12 +1,12 @@
---- mailgraph.orig/mailgraph.pl	Wed Jan 28 10:49:33 2004
-+++ mailgraph/mailgraph.pl	Wed Jan 28 10:49:22 2004
-@@ -426,6 +426,9 @@
- 					$client =~ /\[127\.0\.0\.1\]$/;
- 				event($time, 'received');
+--- ./mailgraph.pl.org	2007-07-11 11:19:56.000000000 +0200
++++ ./mailgraph.pl	2007-07-11 11:22:37.000000000 +0200
+@@ -599,6 +599,9 @@
+ 			elsif($opt{'rbl-is-spam'} and $text    =~ /^(?:[0-9A-Z]+: |NOQUEUE: )?reject: .*: 554.* blocked using/) {
+ 				event($time, 'spam');
  			}
 +			elsif($text =~ /\bblocked\b/) {
 +				event($time, 'spam');
 +			}
- 			elsif($text =~ /^(?:[0-9A-F]+: |NOQUEUE: )?reject: /) {
+ 			elsif($text =~ /^(?:[0-9A-Z]+: |NOQUEUE: )?reject: /) {
  				event($time, 'rejected');
  			}
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/mailgraph-postfix_rbl.patch?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list