Gitweb:
http://git.exim.org/exim.git/commitdiff/b322aac87b2d3e5a1cc4f3ebdee2fd81651bdd7c
Commit: b322aac87b2d3e5a1cc4f3ebdee2fd81651bdd7c
Parent: 23c7e742a962511464cfb3ea4952311dc102f660
Author: Nigel Metheringham <nigel@???>
AuthorDate: Wed Nov 30 15:46:48 2011 +0000
Committer: Nigel Metheringham <nigel@???>
CommitDate: Wed Nov 30 15:46:48 2011 +0000
eximstats DATA reject detection regexps improved. Fixes: #1093
---
doc/doc-txt/ChangeLog | 5 +++++
src/src/eximstats.src | 1 +
2 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog
index 2b46f71..bef8902 100644
--- a/doc/doc-txt/ChangeLog
+++ b/doc/doc-txt/ChangeLog
@@ -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
-----------------
diff --git a/src/src/eximstats.src b/src/src/eximstats.src
index 682ff01..4edb7e5 100644
--- a/src/src/eximstats.src
+++ b/src/src/eximstats.src
@@ -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)/ ||