Figure out a way to prevent mail address spoofing
Currently our MX will happily accept mail with an @torproject.org From address from anyone, as long as it has a deliverable recipient. That's bad and enables all kinds of phishing. We should only accept mail with @torproject.org in the envelope and/or header From from authenticated sources.
To figure out what the authenticated sources are and which valid mails goes through that's coming from elsewhere, it would help to have DMARC reports, which is part of #40494 .
Edited by groente