Josh Clark wrote:
>
>Also, I should have noted in my original messge that this installation  
>was recently moved from another server, and I believe that my failed  
>attempt is actually the first message that's being sent to the list  
>through the new setup (it's used as a broadcast newsletter list, not  
>as a discussion list).
>
>In case this is relevant, the original server was running a previous  
>version of 2.1.x (not sure which version precisely, sorry). I  
>installed 2.1.11 on the new server and then copied the contents of  
>lists and archives/private from the old to the new, running "bin/ 
>check_perms -f" afterward.
>
>Thanks again for helping to troubleshoot this issue, it's much  
>appreciated.


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.

-- 
Mark Sapiro <[EMAIL PROTECTED]>        The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan

--- f:/test-mailman-2.1/Mailman/Handlers/Decorate.py    2008-06-11 
15:09:34.000000000 -0700
+++ f:/test-mailman/Mailman/Handlers/Decorate.py        2008-10-27 
14:59:13.343750000 -0700
@@ -99,6 +99,12 @@
         # footer/oldpayload into unicode and encode with mcset/lcset.
         # Try to decode qp/base64 also.
         uheader = unicode(header, lcset, 'ignore')
+        syslog('debug',
+               'msg_footer type: %s\nfooter type: %s\nfooter: %s\nlcset: %s',
+               repr(type(mlist.msg_footer)),
+               repr(type(footer)),
+               footer,
+               lcset)
         ufooter = unicode(footer, lcset, 'ignore')
         try:
             oldpayload = unicode(msg.get_payload(decode=True), mcset)
------------------------------------------------------
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: http://wiki.list.org/x/QIA9

Reply via email to