eximstats DATA reject detection regexps improved. Fixes: #1093
authorNigel Metheringham <nigel@exim.org>
Wed, 30 Nov 2011 15:46:48 +0000 (15:46 +0000)
committerNigel Metheringham <nigel@exim.org>
Wed, 30 Nov 2011 15:46:48 +0000 (15:46 +0000)
doc/doc-txt/ChangeLog
src/src/eximstats.src

index 2b46f71f724c691b5f0ab38f1bf5927bafc96aa6..bef890237472a89962d4871ec5f3fee643624183 100644 (file)
@@ -10,6 +10,11 @@ PP/01 Handle short writes when writing local log-files.
 
 NM/01 Bugzilla 949 - Documentation tweak
 
+NM/02 Bugzilla 1093 - eximstats DATA reject detection regexps
+      improved.
+
+
+
 
 Exim version 4.77
 -----------------
index 682ff016c8b0957363d44efa14a39157d838f595..4edb7e54b24fc6ebb004917f7f0edd2812c11015 100644 (file)
@@ -2366,6 +2366,7 @@ sub generate_parser {
         # 2005-09-23 15:07:49 1EInHJ-0007Ex-Au H=(a.b.c) [10.0.0.1] F=<> rejected after DATA: This message contains a virus: (Eicar-Test-Signature) please scan your system.
         # 2005-10-06 10:50:07 1ENRS3-0000Nr-Kt => blackhole (DATA ACL discarded recipients): This message contains a virus: (Worm.SomeFool.P) please scan your system.
         / rejected after DATA: (.*)/ ||
+        / (rejected DATA: .*)/ ||
         /.DATA ACL discarded recipients.: (.*)/ ||
         /rejected after DATA: (unqualified address not permitted)/ ||
         /(VRFY rejected)/ ||