https://bugs.exim.org/show_bug.cgi?id=1632
Bug ID: 1632
Summary: misleading "rejected RCPT" logged for rcpt acl discard
Product: Exim
Version: 4.85
Hardware: All
OS: Linux
Status: NEW
Severity: bug
Priority: low
Component: Logging
Assignee: nigel@???
Reporter: jgh146exb@???
CC: exim-dev@???
Log lines on server for a rcpt acl discard:
1999-03-02 09:44:33 H=localhost (primary.test.ex) [127.0.0.1]
F=<CALLER@???> rejected RCPT <usery@???>: discarded by RCPT ACL
1999-03-02 09:44:33 10HmaY-0005vi-00 <= CALLER@??? H=localhost
(primary.test.ex) [127.0.0.1] P=esmtp S=sss
id=E10HmaX-0005vi-00@???
1999-03-02 09:44:33 10HmaY-0005vi-00 => blackhole (RCPT ACL discarded
recipients)
(testsuite case 0570, subtest 1)
The first line of the group says both "we rejected the SMTP RCPT command" and
"we discarded (the recipient)". The latter is correct, the former only if you
read it differently as the more general "we will not do a delivery for this
recipient".
The following line makes it clear that the message is actually accepted (this
testcase actually has 2 rcpts, both discarded, for the message).
The first line should not use the word "rejected" since that refers to an
actual SMTP response.
--
You are receiving this mail because:
You are on the CC list for the bug.