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

http://bugs.exim.org/show_bug.cgi?id=1408
           Summary: smtp_confirmation logging truncated (max. 100 chars)
           Product: Exim
           Version: 4.82
          Platform: Other
        OS/Version: Linux
            Status: NEW
          Severity: bug
          Priority: low
         Component: Logging
        AssignedTo: ni...@exim.org
        ReportedBy: wbre...@gmx.net
                CC: exim-dev@exim.org


As reported on users ML by John Horne.

The smtp_confirmation message is truncated at 100 chars.

See deliver.c:823ff
    for (i = 0; i < 100 && ss[i] != 0; i++)

I've no idea what a sane value could be here. The idea to limit it in some way
was not the worst in the past.


-- 
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/ ##

Reply via email to