[Mailman-Users] DNS Rdatatype?

Mark Sapiro mark at msapiro.net
Tue Jun 30 06:17:09 CEST 2015


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 <mark at msapiro.net>        The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan


More information about the Mailman-Users mailing list