------- You are receiving this mail because: -------
You are on the CC list for the bug.
http://bugs.exim.org/show_bug.cgi?id=1333
Summary: Syntax error in From: is not logged.
Product: Exim
Version: 4.80.1
Platform: x86-64
OS/Version: Linux
Status: NEW
Severity: bug
Priority: low
Component: Logging
AssignedTo: nigel@???
ReportedBy: exim@???
CC: exim-dev@???
If the From: email address is invalid in a SMTP connection the error will be
reported to the client, but not logged.
In debugging mode I was able to see the following on stdout:
27952 SMTP syntax error in "MAIL FROM:<xxxx@???; aaaa@???>"
H=([123.123.123.123]) [123.123.123.123] malformed address: ; aaaa@???>
may not follow <xxxx@???
(in this case I had a problem with Mail.app adding a second email since I used
a semicolon rather than a comma.)
But there was nothing in the logs. Ideally this should be logged to make it
clear why things are failing.
--
Configure bugmail:
http://bugs.exim.org/userprefs.cgi?tab=email