------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugs.exim.org/show_bug.cgi?id=1093 Git Commit <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Git Commit <[email protected]> 2011-11-30 16:17:12 --- Git commit: http://git.exim.org/exim.git/commitdiff/b322aac87b2d3e5a1cc4f3ebdee2fd81651bdd7c commit b322aac87b2d3e5a1cc4f3ebdee2fd81651bdd7c Author: Nigel Metheringham <[email protected]> AuthorDate: Wed Nov 30 15:46:48 2011 +0000 Commit: Nigel Metheringham <[email protected]> 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)/ || -- Configure bugmail: http://bugs.exim.org/userprefs.cgi?tab=email -- ## List details at https://lists.exim.org/mailman/listinfo/exim-dev Exim details at http://www.exim.org/ ##
