On 6/28/20 10:18 AM, tom@gather.coop wrote:
Oh I get it! Hmm, I wonder why SendGrid is bouncing my mail then. I have the domain validated... Time to contact support...
If SendGrid is your outgoing MTA, you probably don't have log info. You need to see the DSN for the reason. Unfortunately, MM 3 doesn't provide a way for you to see that directly (I just filed https://gitlab.com/mailman/mailman/-/issues/737 for this). This patch --- a/src/mailman/runners/bounce.py +++ b/src/mailman/runners/bounce.py @@ -90,7 +90,7 @@ class BounceRunner(Runner): else: log.info('Bounce message w/no discernable addresses: %s', msg.get('message-id', 'n/a')) - maybe_forward(mlist, msg) + maybe_forward(mlist, msg) # Dequeue this message. return False will forward non-verped received bounces to the list admins, not just unrecognized ones. The notice will say it was unrecognized, which it wasn't, but you'll be able to see it. -- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan