Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix individual report e-mails #6

Open
preaction opened this issue Apr 24, 2016 · 2 comments
Open

Fix individual report e-mails #6

preaction opened this issue Apr 24, 2016 · 2 comments

Comments

@preaction
Copy link
Member

Both Mithaldu and Exodist have reported not getting their report e-mails for more than a year. Mithaldu is configured to receive individual report e-mails. Look in to why individual reports are not being sent, but daily reports are.

@preaction
Copy link
Member Author

Barbie found that the individual reports weren't properly decompressing their JSON before parsing it, so they were throwing lots of errors. The code is changed in prod, and we need to check on it later to see if the problem is fixed.

@openstrike
Copy link

I also haven't received reports for several years which is because the emails fail SPF. I dug out this particular example from a couple of weeks ago:

postfix/smtpd[15526]: NOQUEUE: reject: RCPT from mx-out2.ewr1.develooper.com[147.75.199.41]: 550 5.7.1 <[email protected]>: Recipient address rejected: Please see http://www.openspf.org/Why?s=mfrom;id=barbie%40cpantesters.org;ip=147.75.199.41;r=palomar.dh.bytemark.co.uk; from=<[email protected]> to=<[email protected]> proto=ESMTP helo=<mx-out2.ewr1.develooper.com>

The current SPF record is:

v=spf1 a:metabase.cpantesters.org a:cpantesters.org a:gw.develooper.com mx ptr -all

And it appears that gw.develooper.com does not resolve so at a minimum this should be removed and probably replaced by the up-to-date hostname(s).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants