modern-email / defects

Collection of real-world email defects
MIT License
6 stars 1 forks source link

Excessive space in MAIL FROM #14

Open duesee opened 7 months ago

duesee commented 7 months ago

https://github.com/mjl-/mox/issues/101

Offending implementation: Outlook, koreanair.com

mjl- commented 7 months ago

One issue is with submitting messages. I can imagine folks writing their own SMTP submission code somewhat sloppily. So mox accepts that in non-pedantic mode. Another issue is for SMTP delivery. I had hoped that SMTP servers themselves were more properly implemented, but turns out not. The linked issue mentions the sender, but no mail server is listening there, so we don't know which software it is. I'll be extending the workaround-behaviour for SMTP delivery...

duesee commented 7 months ago

The referenced issue mentiones "Microsoft Outlook 365 Apps for enterprise Version 2306 (Build 16529.20182)." So, maybe, "Outlook + koreanair.com"?

mjl- commented 7 months ago

yeah, outlook had the problem with its submission. koreanair.com had the problem with smtp delivery.