phpmyadmin / website

phpMyAdmin's website generator
https://www.phpmyadmin.net/
44 stars 101 forks source link

Mail delivery failed: returning message to sender #171

Open liviuconcioiu opened 6 months ago

liviuconcioiu commented 6 months ago

I always get this message back from the server when I open a PR. It started to happen mid last year.

This message was created automatically by mail delivery software.

A message that you sent could not be delivered to one or more of its
recipients. This is a permanent error. The following address(es) failed:

  git@phpmyadmin.net
    host mail.phpmyadmin.net [2a01:4f8:13b:15a3:1::40]
    SMTP error from remote mail server after pipelined end of data:
    550-This message was rejected because it appears to be spam. Please contact our
    550 administrators if you feel that is incorrect.

Reporting-MTA: dns; pmaweb.phpmyadmin.net

Action: failed
Final-Recipient: rfc822;git@phpmyadmin.net
Status: 5.0.0
Remote-MTA: dns; mail.phpmyadmin.net
Diagnostic-Code: smtp; 550-This message was rejected because it appears to be spam. Please contact our
 550 administrators if you feel that is incorrect.
ibennetch commented 6 months ago

Oh hi didn’t realize it was sending these back to everyone so I was not expediting a fix.

We have a mailing list that sends a notification for each git push, but I don’t know if anyone uses it and it’s been broken for a bit.

williamdes commented 4 months ago

We have a mailing list that sends a notification for each git push, but I don’t know if anyone uses it and it’s been broken for a bit.

I use it :)

I always get this message back from the server when I open a PR. It started to happen mid last year.

This is a painful bug that occurs also in Debian mailing lists.

To patch it I had to update my DNS to allow phpMyAdmin. I do not like that at all.

wdes.fr. TXT "v=spf1 include:_spf.mails.wdes.eu include:_spf.debian.wdes.fr ip4:94.130.222.149 ip6:2a01:4f8:13b:15a3:1::/110 ra=dmarc+spf -all"

The relevant part is ip4:94.130.222.149 ip6:2a01:4f8:13b:15a3:1::/110 This is not good, @ibennetch could you add a TXT record: _spf.phpmyadmin.net with: v=spf1 ip4:94.130.222.149 ip6:2a01:4f8:13b:15a3:1::/110 -all for people to only have to add include:_spf.phpmyadmin.net as a first way to fix this