[Mailman-Developers] [ mailman-Bugs-663421 ] Links on admindb script discard pending posts
Bugs item #663421, was opened at 2003-01-06 18:43 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=100103&aid=663421&group_id=103 Category: Web/CGI Group: 2.1 (stable) Status: Open Resolution: None Priority: 5 Submitted By: David Gibbs (midrangeman) Assigned to: Nobody/Anonymous (nobody) Summary: Links on admindb script discard pending posts Initial Comment: I get my daily notification of pending posts that didn't go through (mostly spam), I click on the link and the admindb script is launched as normal. I see the summary of the held posts, but if I click on the details link, all the held posts go away. All the radio buttons on the summary form were set to "Defer". The post log file shows the following for one of the posts that was dumped ... Jan 06 10:06:44 2003 (22141) openerp400: Discarded posting: From: [EMAIL PROTECTED] Subject: =?ISO-8859-1?Q?Happy New Year?= -- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=100103&aid=663421&group_id=103 ___ Mailman-Developers mailing list [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/mailman-developers
[Mailman-Developers] [ mailman-Bugs-660675 ] special characters in realnames
Bugs item #660675, was opened at 2003-01-01 09:02 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=100103&aid=660675&group_id=103 Category: None Group: 2.1 (stable) Status: Open Resolution: None Priority: 7 Submitted By: Peer Heinlein (pheinlein) Assigned to: Nobody/Anonymous (nobody) Summary: special characters in realnames Initial Comment: Mailman crashs when realnames of members include special language-specifc characters like german "Umlaute" (äöüß). Traceback (most recent call last): File "/usr/lib/mailman/bin/list_members", line 232, in ? main() File "/usr/lib/mailman/bin/list_members", line 207, in main s = formataddr((name, addr)).encode(enc, 'replace') UnicodeError: ASCII decoding error: ordinal not in range(128) It isn`t possible to get a list of all members of this list with list_members or a who command. Mailman has to be able to handle other signs then A-Z and 0-9 in realnames and mailaddresses. Peer -- Comment By: Jorge Becerra (jlbpcuba) Date: 2003-01-07 17:03 Message: Logged In: YES user_id=680844 I think that the bug is on python itself, because is suppossed that encode(enc, 'replace') show no errors at all according to http://www.reportlab.com/i18n/python_unicode_tutorial.html But is the middle i remove from the code and works ok. .encode(enc, 'replace') -- Comment By: Jorge Becerra (jlbpcuba) Date: 2003-01-07 17:03 Message: Logged In: YES user_id=680844 I think that the bug is on python itself, because is suppossed that encode(enc, 'replace') show no errors at all according to http://www.reportlab.com/i18n/python_unicode_tutorial.html But is the middle i remove from the code that and works ok. .encode(enc, 'replace') -- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=100103&aid=660675&group_id=103 ___ Mailman-Developers mailing list [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/mailman-developers
[Mailman-Developers] [ mailman-Bugs-660675 ] special characters in realnames
Bugs item #660675, was opened at 2003-01-01 09:02 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=100103&aid=660675&group_id=103 Category: None Group: 2.1 (stable) Status: Open Resolution: None Priority: 7 Submitted By: Peer Heinlein (pheinlein) Assigned to: Nobody/Anonymous (nobody) Summary: special characters in realnames Initial Comment: Mailman crashs when realnames of members include special language-specifc characters like german "Umlaute" (äöüß). Traceback (most recent call last): File "/usr/lib/mailman/bin/list_members", line 232, in ? main() File "/usr/lib/mailman/bin/list_members", line 207, in main s = formataddr((name, addr)).encode(enc, 'replace') UnicodeError: ASCII decoding error: ordinal not in range(128) It isn`t possible to get a list of all members of this list with list_members or a who command. Mailman has to be able to handle other signs then A-Z and 0-9 in realnames and mailaddresses. Peer -- Comment By: Jorge Becerra (jlbpcuba) Date: 2003-01-07 17:03 Message: Logged In: YES user_id=680844 I think that the bug is on python itself, because is suppossed that encode(enc, 'replace') show no errors at all according to http://www.reportlab.com/i18n/python_unicode_tutorial.html But is the middle i remove from the code that and works ok. .encode(enc, 'replace') -- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=100103&aid=660675&group_id=103 ___ Mailman-Developers mailing list [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/mailman-developers
[Mailman-Developers] Qmail Doc patch for 2.1
Qmail people: This is a documentation patch for the README.QMAIL file. There's not much testing here, but Barry would you consider applying it? I'm cc'ing -users so they will be brought up to speed on the new 2.1. -Ed --- README.QMAIL.old2002-04-05 13:24:10.0 -0800 +++ README.QMAIL2003-01-07 21:37:58.0 -0800 @@ -2,14 +2,6 @@ Copyright (C) 1998,1999,2000,2001,2002 by the Free Software Foundation, Inc. 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA -MORE INFORMATION - -You might be interested in some information that Norbert Bollow has -written about Mailman and Qmail integration, available here: - -http://mailman.cis.to/qmail-verh/ - - QMAIL ISSUES There are some issues that users of the qmail mail transport agent @@ -115,10 +107,11 @@ your lists (if for some reason you can/will not have them automatically picked up using "contrib/qmail-to-mailman.py"): +This script is for the Mailman 2.0 series: #!/bin/sh if [ $# = 1 ]; then i=$1 -echo Making links to $i... +echo Making links to $i in the current directory... echo "|preline /home/mailman/mail/mailman post $i" > .qmail-$i echo "|preline /home/mailman/mail/mailman mailowner $i" > .qmail-$i-admin echo "|preline /home/mailman/mail/mailman mailowner $i" > .qmail-$i-owner @@ -126,6 +119,62 @@ echo "|preline /home/mailman/mail/mailman mailcmd $i" > .qmail-$i-request fi +This script is for the Mailman 2.1 series: +#!/bin/sh +if [ $# = 1 ]; then +i=$1 +echo Making links to $i in the current directory... +echo "|preline /home/mailman/mail/mailman post $i" > .qmail-$i +echo "|preline /home/mailman/mail/mailman admin $i" > .qmail-$i-admin +echo "|preline /home/mailman/mail/mailman bounces $i" > .qmail-$i-bounces +# The following line is for VERP +# echo "|preline /home/mailman/mail/mailman bounces $i" > +.qmail-$i-bounces-default +echo "|preline /home/mailman/mail/mailman confirm $i" > .qmail-$i-confirm +echo "|preline /home/mailman/mail/mailman join $i" > .qmail-$i-join +echo "|preline /home/mailman/mail/mailman leave $i" > .qmail-$i-leave +echo "|preline /home/mailman/mail/mailman owner $i" > .qmail-$i-owner +echo "|preline /home/mailman/mail/mailman request $i" > .qmail-$i-request +echo "|preline /home/mailman/mail/mailman subscribe $i" > .qmail-$i-subscribe +echo "|preline /home/mailman/mail/mailman unsubscribe $i" > .qmail-$i-unsubscribe +fi + +INFORMATION ON VERP + +You will note in the alias generating script for 2.1 above, there is a +line for VERP that has been commented out. If you are interested in VERP +there are two options. The first option is to allow Mailman to do the +VERP formatting. To activate this, uncomment that line and add the +following lines to your mm_cfg.py file: + +VERP_FORMAT = '%(bounces)s-+%(mailbox)s=%(host)s' +VERP_REGEXP = r'^(?P.*?)-\+(?P[^=]+)=(?P[^@]+)@.*$' + +The second option is a patch on SourceForge located at: + +http://sourceforge.net/tracker/?func=detail&atid=300103&aid=645513&group_id=103 + +This patch currently needs more testing and might best be suitable for +developers or people well familiar with qmail. Having said that, this +patch is the more qmail-friendly approach resulting in large performance +gains. + +VIRTUAL MAIL SERVER + +As mentioned in the ISSUES area for a virtual mail server, a patch under +testing is located at: + +http://sf.net/tracker/index.php?func=detail&aid=621257&group_id=103&atid=300103 + +Again, this patch is for people familiar with their qmail installation. + +MORE INFORMATION + +You might be interested in some information on modifying footers that +Norbert Bollow has written about Mailman and Qmail integration, available +here: + +http://mailman.cis.to/qmail-verh/ + Local Variables: mode: text ___ Mailman-Developers mailing list [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/mailman-developers
[Mailman-Developers] [ mailman-Patches-643011 ] bug: Scrubbed messages are re-decoded
Patches item #643011, was opened at 2002-11-24 19:21 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=300103&aid=643011&group_id=103 Category: Pipermail Group: Mailman 2.1 Status: Open Resolution: None Priority: 5 Submitted By: Hatuka*nezumi (hatukanezumi) Assigned to: Nobody/Anonymous (nobody) Summary: bug: Scrubbed messages are re-decoded Initial Comment: Content-Transfer-Encoding must be cleared. -- >Comment By: Hatuka*nezumi (hatukanezumi) Date: 2003-01-08 15:11 Message: Logged In: YES user_id=529503 This seems to be fixed at rev. 2.18. Please delete. -- Comment By: Barry A. Warsaw (bwarsaw) Date: 2002-12-24 12:32 Message: Logged In: YES user_id=12800 Could you give more details about why this patch is necessary? If you have message examples, please attach them (don't paste them into a comment). -- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=300103&aid=643011&group_id=103 ___ Mailman-Developers mailing list [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/mailman-developers
[Mailman-Developers] [ mailman-Patches-664209 ] best effort to keep text/plain
Patches item #664209, was opened at 2003-01-08 06:14 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=300103&aid=664209&group_id=103 Category: internationalization Group: Mailman 2.1 Status: Open Resolution: None Priority: 5 Submitted By: Tokio Kikuchi (tkikuchi) Assigned to: Nobody/Anonymous (nobody) Summary: best effort to keep text/plain Initial Comment: When a message come in different charset than list specific one, Decorate.py adds the header and footer in mime attatchments. This patch tries to keep the good-old plain text format by making these texts into unicode and encode in list preferred charset. If it fails, the messages will get mime-multiparted as was the case without this patch. -- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=300103&aid=664209&group_id=103 ___ Mailman-Developers mailing list [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/mailman-developers
[Mailman-Developers] [ mailman-Patches-664209 ] best effort to keep text/plain
Patches item #664209, was opened at 2003-01-08 06:14 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=300103&aid=664209&group_id=103 Category: internationalization Group: Mailman 2.1 Status: Open Resolution: None Priority: 5 Submitted By: Tokio Kikuchi (tkikuchi) Assigned to: Nobody/Anonymous (nobody) Summary: best effort to keep text/plain Initial Comment: When a message come in different charset than list specific one, Decorate.py adds the header and footer in mime attatchments. This patch tries to keep the good-old plain text format by making these texts into unicode and encode in list preferred charset. If it fails, the messages will get mime-multiparted as was the case without this patch. -- >Comment By: Tokio Kikuchi (tkikuchi) Date: 2003-01-08 07:34 Message: Logged In: YES user_id=67709 Expand this patch to base64 encoded plain text. apply the second patch Decorate.py.diff2 to the original Decorate.py -- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=300103&aid=664209&group_id=103 ___ Mailman-Developers mailing list [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/mailman-developers
