------- You are receiving this mail because: -------
You are on the CC list for the bug.
http://bugs.exim.org/show_bug.cgi?id=1409
Summary: 'smtp_confirmation' logging limited to 100 characters
Product: Exim
Version: 4.82
Platform: All
OS/Version: All
Status: NEW
Severity: bug
Priority: low
Component: Logging
AssignedTo: nigel@???
ReportedBy: john.horne@???
CC: exim-dev@???
Exim 4.82 enables the 'smtp_confirmation' logging by default. However, the
string buffer used seems to be restricted to 100 characters, and this can cause
the log messages to become truncated. For example:
==========
C="250 2.6.0
<0f488f0d-0f91-45b3-ae92-e873feedcc3b@???>
[InternalId=1800838] Q"
C="250 2.6.0
<0ffe15a80940414cac03536bd0fabcdc@???>
[InternalId=1842"
C="250 2.6.0 <rg4jdmmj4lysqbiufabcly5ezs0ily@???>
[InternalId=1933522] Queued mail for delivery"
==========
These messages were being sent to a Microsoft Exchange server. The first and
second have definitely been truncated. The third might have been (don't know
for sure without knowing what the whole message should have been).
--
Configure bugmail:
http://bugs.exim.org/userprefs.cgi?tab=email