
git at exim
Apr 17, 2012, 5:17 PM
Post #1 of 1
(140 views)
Permalink
|
|
[Bug 1214] Log lines for rejections should include authentication info
|
|
------- You are receiving this mail because: ------- You are on the CC list for the bug. http://bugs.exim.org/show_bug.cgi?id=1214 Git Commit <git [at] exim> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |git [at] exim --- Comment #2 from Git Commit <git [at] exim> 2012-04-18 01:17:06 --- Git commit: http://git.exim.org/exim.git/commitdiff/efdec7f5befe7f67e3e7f9f93b180a0a5bb8ac02 commit efdec7f5befe7f67e3e7f9f93b180a0a5bb8ac02 Author: root <jgh146exb [at] wizmail> AuthorDate: Tue Apr 17 21:05:20 2012 +0100 Commit: root <jgh146exb [at] wizmail> CommitDate: Tue Apr 17 21:05:20 2012 +0100 Testcase changes to match changes introduced by bug 1214. Additional "A=" authenticator info was added to log lines for rejections. --- test/log/3411 | 2 +- test/rejectlog/3411 | 2 +- test/stderr/3400 | 2 +- test/stderr/3410 | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/test/log/3411 b/test/log/3411 index f717930..6393999 100644 --- a/test/log/3411 +++ b/test/log/3411 @@ -1,4 +1,4 @@ -1999-03-02 09:44:33 H=(rhu.barb) [10.0.0.0] U=CALLER F=<userx [at] test> rejected RCPT <x@y>: Unrouteable address +1999-03-02 09:44:33 H=(rhu.barb) [10.0.0.0] U=CALLER F=<userx [at] test> A=plain rejected RCPT <x@y>: Unrouteable address 1999-03-02 09:44:33 10HmaX-0005vi-00 <= userx [at] test H=(rhu.barb) [10.0.0.0] U=CALLER P=esmtpa A=plain S=sss 1999-03-02 09:44:33 10HmaX-0005vi-00 => postmaster <postmaster [at] test> R=r2 T=local_delivery 1999-03-02 09:44:33 10HmaX-0005vi-00 => userx <userx [at] test> R=r2 T=local_delivery diff --git a/test/rejectlog/3411 b/test/rejectlog/3411 index 0f325a2..2d140af 100644 --- a/test/rejectlog/3411 +++ b/test/rejectlog/3411 @@ -1 +1 @@ -1999-03-02 09:44:33 H=(rhu.barb) [10.0.0.0] U=CALLER F=<userx [at] test> rejected RCPT <x@y>: Unrouteable address +1999-03-02 09:44:33 H=(rhu.barb) [10.0.0.0] U=CALLER F=<userx [at] test> A=plain rejected RCPT <x@y>: Unrouteable address diff --git a/test/stderr/3400 b/test/stderr/3400 index 896c602..598fe2f 100644 --- a/test/stderr/3400 +++ b/test/stderr/3400 @@ -187,7 +187,7 @@ LOG: H=(test.host) [10.0.0.1] F=<junk [at] jink> rejected RCPT <userx [at] t >>> accept: condition test failed >>> processing "deny" >>> deny: condition test succeeded -LOG: H=(test.host) [10.0.0.1] F=<junk [at] jink> rejected RCPT <userx [at] cus>: relay not permitted +LOG: H=(test.host) [10.0.0.1] F=<junk [at] jink> A=mylogin rejected RCPT <userx [at] cus>: relay not permitted >>> using ACL "check_vrfy" >>> processing "deny" >>> check hosts = +auth_hosts diff --git a/test/stderr/3410 b/test/stderr/3410 index b7cdcf3..43f5316 100644 --- a/test/stderr/3410 +++ b/test/stderr/3410 @@ -81,4 +81,4 @@ LOG: H=[5.6.10.1] F=<x@y> rejected RCPT <x@y> >>> auth2 in "auth1"? no (end of list) >>> accept: condition test failed >>> end of ACL "acl_5_6_10": implicit DENY -LOG: H=(rhu.barb) [5.6.10.1] F=<x@y> rejected RCPT <x@y> +LOG: H=(rhu.barb) [5.6.10.1] F=<x@y> A=auth2 rejected RCPT <x@y> -- 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/ ##
|