The hottest Substack posts of Tjaart’s Substack

And their main takeaways
368 HN points 20 Feb 24
  1. A missing period in an email was a perplexing issue that affected only specific customers due to the line length limitations in the Simple Mail Transfer Protocol (SMTP).
  2. The bug was traced back to the SMTP client code and the line length rule, which duplicated periods at the beginning of lines longer than a certain limit, causing them to disappear.
  3. The issue showcased the importance of understanding underlying protocols like SMTP to troubleshoot and fix unexpected problems efficiently.