Tuesday, September 20, 2022 at 4:49 PM
This morning, I received a spam email sent to p@p97.ca Its body was base64-encoded HTML. I assume they encoded it to evade dumb spam filters. They did not have a text/plain version of the email. I had to add HTML support in my reader PHP script. (I just show the original HTML as plaintext since I have not yet made a HTML-sanitizer to prevent people from running <script>s in my webpage.)