[exim-dev] [Bug 2253] New: When using PRDR with the SMTP tra…

Top Page
Delete this message
Reply to this message
Author: admin
Date:  
To: exim-dev
Subject: [exim-dev] [Bug 2253] New: When using PRDR with the SMTP transport, the overall response message is not logged
https://bugs.exim.org/show_bug.cgi?id=2253

            Bug ID: 2253
           Summary: When using PRDR with the SMTP transport, the overall
                    response message is not logged
           Product: Exim
           Version: 4.90
          Hardware: All
                OS: All
            Status: NEW
          Severity: bug
          Priority: medium
         Component: Transports
          Assignee: nigel@???
          Reporter: bugzilla.exim.simon@???
                CC: exim-dev@???


When using PRDR, the "C=" log message only contains the PRDR response
and the overall response message (that typically contains the remote
message reference) is not logged.

The logged response is already capable of containing multiple lines
in the event that there is a multi-line response, so this can be
changed to append the overall response to the PRDR response with a
newline between them.


There is a patch for this here: https://github.com/Exim/exim/pull/62

It does not change the existing behaviour where newlines in the "C="
log message are represented as "\\\\n" (C string) instead of "\\n".

This will add additional log output, but I don't believe a new
log_selector is necessary because it would be enabled by default,
because traceability of the remote message reference is important.

It is possible to identify which message is from PRDR and which
message is from the overall response because they are both SMTP
command responses with standard continuation lines.

--
You are receiving this mail because:
You are on the CC list for the bug.