Closed issuefiler closed 4 years ago
Hi, thanks for the bug reports - they're excellently written! Sorry, no time to respond them yet, will soon.
Thanks.
TODO
with SMTP
to with ESMTPS' /
with ESMTP`, depending on what protocol was usedAs for, FROM - in the wild, eg. Postfix, Gmail always leave it all lowercase.
Implemented in #202
SMTP
to with ESMTPS
/ with ESMTP
, depending on what protocol was used
RFC 5321
https://github.com/flashmob/go-guerrilla/blob/51f7dda326b1e9878e5f679ccb34a134127951b0/backends/p_header.go#L59
A
Domain
in aTCP-info
should not be from theHELO
command. Would better omit it asgo-guerrilla
doesn’t do rDNS lookup.And replacing
from
withFROM
would better comply with the RFC. (Unsure if case-insensitive.)https://github.com/flashmob/go-guerrilla/blob/51f7dda326b1e9878e5f679ccb34a134127951b0/backends/p_header.go#L61
I can’t say it is wrong for this one, just want to know your opinion on changing
with SMTP
toWITH ESMTPS
, asgo-guerrilla
supports bothEHLO
andSTARTTLS
(which might be a poor reason to back it).