Thread
Stories related to ""We can't send mail farther than 500 miles from here" (2002)" across the full archive.
See also <a href="https://ibiblio.org/harris/500milemail-faq.html" rel="nofollow">https://ibiblio.org/harris/500milemail-faq.html</a>
<a href="https://archive.ph/h1AhH" rel="nofollow">https://archive.ph/h1AhH</a>
I was recently made aware that larger e-mail providers (notably gmail) started to implement ARC. In a nutshell, ARC fixes the problems DMARC [causes for FLOSS mailing lists](https://wiki.list.org/DEV/DMARC). I thought it'd be nice to bring the existance of ARC to a wider audience.
I needed a quick and dirty solution to handle bug reports without requiring users to register in the gitea instance, but also keep track of them in gitea's issue tracker. Eventually I'd like to move the issue tracking to something else, but this was quicker. Haven't deployed it in production yet. Ye...