openaustralia / planningalerts

Find out and have your say about what's being built and knocked down in your area.
https://www.planningalerts.org.au
Other
95 stars 51 forks source link

Cuttlefish is holding back comment report emails #688

Closed henare closed 7 years ago

henare commented 9 years ago

Someone with an @yahoo.com address reported a comment and Google responded to the report email saying:

bounced (host aspmx.l.google.com[74.125.20.27] said: 550-5.7.1 Unauthenticated email from yahoo.com is not accepted due to domain's 550-5.7.1 DMARC policy. P... 

So the address got added to the blacklist.

I've removed it and opened #689 to track the underlying problem.

equivalentideas commented 8 years ago

This happened again 9 days ago https://cuttlefish.oaf.org.au/emails/3502465

Reports have been rejected since.

I've removed contact@planningalerts.org.au from the blacklist and am sending a test report.

equivalentideas commented 8 years ago

Not sure if this is the same problem as #689 so I'm reopening this.

henare commented 8 years ago

It got blacklisted again. This time for the same reason as https://github.com/openaustralia/righttoknow/issues/551 - a yahoo user reported a comment.

equivalentideas commented 7 years ago

It got blacklisted again, 6 months ago at least. I just discovered this :(

benrfairless commented 7 years ago

How about changing the "from" address to noreply@planningalerts.com.au and setting the "reply to" address as the user's email address. That's how Right to Know works for its contact forms now.

equivalentideas commented 7 years ago

Clearing this out now. It's been blacklisted since 2016-07-20 10:53:45 😢

You remove the address from the blacklist on the rails console with Address.find_by(text: "contact@planningalerts.org.au").blacklist(Team.find(1)).destroy

equivalentideas commented 7 years ago

How about changing the "from" address to noreply@planningalerts.com.au and setting the "reply to" address as the user's email address. That's how Right to Know works for its contact forms now.

@benrfairless I don't understand enough about how blacklisting works to know if that would fix this, but sounds like that could be good 👍

henare commented 7 years ago

How about changing the "from" address...

@equivalentideas @benrfairless I think that's what's suggested in #689.

henare commented 7 years ago

This should be fixed in #1151 so I've removed the address from the blacklist.