On 06/29/2015 08:58 PM, Larry Rosenman wrote: > On 2015-06-29 22:44, Mark Sapiro wrote: >> >> If nothing else helps, you could always add a line to Utils.py so it says >> >> try: >> import dns.resolver >> import dns.rdatatype >> from dns.exception import DNSException >> dns_resolver = True >> except ImportError: >> dns_resolver = False >> >> and restart Mailman, but that shouldn't be necessary. Basically, we're >> doing the exact thing that Mailman does as the mailman user and it >> works, but not when Mailman does it. I can't explain that. > > I've made that change and will monitor..... > > Thanks for the help (I'm stumped too).
You may already know this, but you can run Mailman's bin/unshunt to requeue the shunted messages. If the problem is "fixed", the messages will be processed, and if not, they'll be shunted again. -- Mark Sapiro <[email protected]> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan ------------------------------------------------------ Mailman-Users mailing list [email protected] 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
