On Mon, Jan 16, 2017 at 12:23 PM, Mark Sapiro <m...@msapiro.net> wrote:
> On 01/15/2017 08:58 PM, Scott Neader wrote: > > When yahoo.com or AOL.com users post to our > > lists, the Munging is not working. When I query for a DMARC record from > > the mail server, it can see the record, so I think it's not a resolver > > issue. > > > > I'm really stumped... any pointers/ideas on where to look would be > greatly > > appreciated! > > It seems you have access to the Mailman server, so look in Mailman's > error log. If you see messages like > > DNS lookup for dmarc_moderation_action for list <listname> not available > > it means at the time Mailman was last (re)started, the import of > dns.resolver failed. This is unlikely as it had been working. > Nice catch! Sure enough, the log is flooded with lines like... Jan 16 15:25:19 2017 (78452) DNS lookup for dmarc_moderation_action for list REDACTED not available Note that if you are seeing the > > DNS lookup for dmarc_moderation_action for list <listname> not available > > messages, restarting Mailman may fix it. Tried a restart, then a test, but no changes. > Also, in this case try > > python -c "import dns.resolver" > > to see if it reports any error. > Yes... not good results: # python -c "import dns.resolver" Traceback (most recent call last): File "<string>", line 1, in <module> ImportError: No module named dns.resolver I've got some digging to do... but if you have any other ideas at this point, I'll take them! Thank you! - Scott ------------------------------------------------------ Mailman-Users mailing list Mailman-Users@python.org https://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://wiki.list.org/x/AgA3 Security Policy: http://wiki.list.org/x/QIA9 Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ Unsubscribe: https://mail.python.org/mailman/options/mailman-users/archive%40jab.org