[Mailman-Users] Mail to list disappears

2011-10-03 Thread Josh Clark
Hi all, In the last couple of weeks, mail sent to one (and only one) of my moderated lists doesn't get sent out, though other lists in this installation seem to be working fine. The mail is definitely getting relayed to the script. I see entries like this in the mail log: > Oct 3 20:46:01 hou

Re: [Mailman-Users] Messages shunted with "TypeError: decodingUnicode is not supported"

2008-10-29 Thread Josh Clark
Many thanks for the patch, Mark, your patch did indeed allow the message to go through. Ist it the case that the u'...' ones all have at least one upper case character in the local part and the rest don't? No, none of the u'...' addresses have uppercase characters. The only messages with u

Re: [Mailman-Users] Messages shunted with "TypeError: decoding Unicode is not supported"

2008-10-28 Thread Josh Clark
Thanks again, Mark, this is all *very* appreciated. I'm interested in how many of these addresses are u'...', and how they got to be that way. Of the 1639 e-mail addresses, 349 are u'...' I don't have any great ideas about what might be out of the ordinary about my installation. I've nev

Re: [Mailman-Users] Messages shunted with "TypeError: decodingUnicodeis not supported"

2008-10-28 Thread Josh Clark
Try applying the attached Decorate.patch.txt patch to Mailman/Handlers/Decorate.py and restart mailman. Then try the post and report what you find in Mailman's 'debug' log. Thanks again, Mark. Here's what shows up in the debug log (email address anonymized to protect the innocent; it was an u

Re: [Mailman-Users] Messages shunted with "TypeError: decoding Unicodeis not supported"

2008-10-27 Thread Josh Clark
Hi Mark, Many thanks for your help. Is your Mailman/Handlers/Decorate.py unmodified? This is an unmodified installation. What do you see as the value of msg_footer from the output of bin/config_list -o - listname | grep -A10 msg_footer Here's what I get: $ bin/config_list -o - moxiema

[Mailman-Users] Messages shunted with "TypeError: decoding Unicode is not supported"

2008-10-27 Thread Josh Clark
Hi, I'm having trouble sending a message from one of my lists using Mailman 2.1.11. The message itself is entirely ascii and sent with the US-ASCII charset, but it's failing with a "unicode is not supported" error. My (extremely unsophisticated) reading of the error log leads me to believ