From noreply at sourceforge.net Tue Apr 1 21:09:06 2008 From: noreply at sourceforge.net (SourceForge.net) Date: Tue, 01 Apr 2008 12:09:06 -0700 Subject: [ mailman-Bugs-736559 ] Subject wrap with tab character Message-ID: Bugs item #736559, was opened at 2003-05-12 12:05 Message generated for change (Comment added) made by bovineone You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=100103&aid=736559&group_id=103 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: mail delivery Group: 2.1 (stable) Status: Closed Resolution: Invalid Priority: 5 Private: No Submitted By: Swen Haubold (swen_haubold) Assigned to: Nobody/Anonymous (nobody) Summary: Subject wrap with tab character Initial Comment: Mailman: 2.1.2 The subject line is wrapped by a tab character, if the line contains more than 78 characters. In this case a space is replaced by an tab character. This behaviour gives trouble with some e-mail client and is also not handled by MHonArc correctly. In an e-mail client a long space is shown or a special character. MHonArc simply removes the tab character therefore two words are combined, e.g. the tab is inserted between the two word "and" and "delivery"; in the archive the subject contains the new word "anddelivery" ---------------------------------------------------------------------- Comment By: Jeff Lawson (bovineone) Date: 2008-04-01 14:09 Message: Logged In: YES user_id=511066 Originator: NO Still occurs with Mailman 2.1.9 and MS Outlook 2003 as MUA. It seems that many MUAs may implement header unfolding by removing the CRLF and the first WSP chracter, rather than only the CRLF as the RFC recommends. RFC 2882 also states that the line folding limit "MUST be no more than 998 characters, and SHOULD be no more than 78 characters, excluding the CRLF." It seems reasonable in these modern days to use longer line lengths beyond the conservative 78 character limit and use the 998 limit instead. Increasing the line folding limit would not really fix the original problem, but would reduce the impact on most users. ---------------------------------------------------------------------- Comment By: Tokio Kikuchi (tkikuchi) Date: 2005-10-26 19:55 Message: Logged In: YES user_id=67709 RFC 2822 example states: Subject: This is a test can be represented as: Subject: This is a test Therefore, if MHonArc or a MUA simply removes tab char and not insertes a space in place of the FWS (folding white space), it is his fault. Mailman now select FWS from tab or space as appeared in the original message. ---------------------------------------------------------------------- Comment By: Jeff Wilson (jwilson75503) Date: 2005-10-24 22:47 Message: Logged In: YES user_id=1083352 This behavior seems to still occur in 2.1.6 http://www.mail-archive.com/mailman-developers% 40python.org/msg09027.html ---------------------------------------------------------------------- Comment By: Dave Disser (disser) Date: 2003-06-04 17:28 Message: Logged In: YES user_id=794167 I notice this also with Mailman 2.1.1. I don't see code in mailman doing it, so it appears to be in email.Header or unicode. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=100103&aid=736559&group_id=103 From noreply at sourceforge.net Tue Apr 1 21:13:33 2008 From: noreply at sourceforge.net (SourceForge.net) Date: Tue, 01 Apr 2008 12:13:33 -0700 Subject: [ mailman-Bugs-1789138 ] Feature Request -- OpenID support Message-ID: Bugs item #1789138, was opened at 2007-09-05 23:58 Message generated for change (Comment added) made by bovineone You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=100103&aid=1789138&group_id=103 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Web/CGI Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Susan E. S. (meltedtwix) Assigned to: Nobody/Anonymous (nobody) Summary: Feature Request -- OpenID support Initial Comment: I would love to see MailMan accept OpenID as a login method. It would take a load off of those of us with too many mailing lists to keep track of. Information on OpenID is available at OpenID.net Susan ---------------------------------------------------------------------- Comment By: Jeff Lawson (bovineone) Date: 2008-04-01 14:13 Message: Logged In: YES user_id=511066 Originator: NO Presumably you would need to be able to log into your Mailman account with the password once, in order to associate an OpenID URL with your account. Alternatively, when the user initially joins a list, she could be permitted to enter an OpenID URL instead of an initial password. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=100103&aid=1789138&group_id=103 From noreply at sourceforge.net Mon Apr 14 17:50:05 2008 From: noreply at sourceforge.net (SourceForge.net) Date: Mon, 14 Apr 2008 08:50:05 -0700 Subject: [ mailman-Bugs-1942206 ] Correct italian language encoding Message-ID: Bugs item #1942206, was opened at 2008-04-14 17:50 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=100103&aid=1942206&group_id=103 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Pipermail Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Ivan Iraci (il_santo) Assigned to: Nobody/Anonymous (nobody) Summary: Correct italian language encoding Initial Comment: In Defaults.py add_language('it', _('Italian'), 'iso-8859-1') should be changed in: add_language('it', _('Italian'), 'utf-8') And the same, IMHO, should be done for all the other languages. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=100103&aid=1942206&group_id=103 From noreply at sourceforge.net Mon Apr 14 18:19:28 2008 From: noreply at sourceforge.net (SourceForge.net) Date: Mon, 14 Apr 2008 09:19:28 -0700 Subject: [ mailman-Bugs-1942206 ] Correct italian language encoding Message-ID: Bugs item #1942206, was opened at 2008-04-14 08:50 Message generated for change (Comment added) made by msapiro You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=100103&aid=1942206&group_id=103 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Pipermail Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Ivan Iraci (il_santo) Assigned to: Nobody/Anonymous (nobody) Summary: Correct italian language encoding Initial Comment: In Defaults.py add_language('it', _('Italian'), 'iso-8859-1') should be changed in: add_language('it', _('Italian'), 'utf-8') And the same, IMHO, should be done for all the other languages. ---------------------------------------------------------------------- >Comment By: Mark Sapiro (msapiro) Date: 2008-04-14 09:19 Message: Logged In: YES user_id=1123998 Originator: NO It's not that simple. Making that change also requires that the message catalog and all templates be converted from iso-8859-1 to utf-8. The fact that you have categorized this as a pipermail issue makes me suspect that you have something like Apache's AddDefaultCharset UTF-8 in your web server configuration causing it to serve archive pages with a Content-Type: text/html; charset="utf-8" header which overrides the tag specification in the html page. If that is the issue, you can work around it by putting AddDefaultCharset Off in an appropriate place in the web server confifuration or in a .htaccess file in the archives/private/ directory. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=100103&aid=1942206&group_id=103 From noreply at sourceforge.net Wed Apr 16 19:09:56 2008 From: noreply at sourceforge.net (SourceForge.net) Date: Wed, 16 Apr 2008 10:09:56 -0700 Subject: [ mailman-Patches-943827 ] true virtual hosting patch for 2.1 Message-ID: Patches item #943827, was opened at 2004-04-28 18:57 Message generated for change (Comment added) made by minfrin You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=300103&aid=943827&group_id=103 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: list administration Group: Mailman 2.1 Status: Open Resolution: None Priority: 5 Private: No Submitted By: The Anarcat (anarcat) Assigned to: Nobody/Anonymous (nobody) Summary: true virtual hosting patch for 2.1 Initial Comment: [copy of the mail sent to -developpers@] We developped a reliable solution for running lists with the same name on different domains on the same Mailman installation. I implemented that on top of the Mailman 2.1.1-5.1 Debian stable package. All that is needed is to patch 2 files (bin/newlist, Mailman/MailList.py) in the mailman install, and here is the patch: http://bugs.koumbit.net/file_download.php?file_id=3&type=bug There's only one caveat right now: Mailman/Cgi/create.py might need to get patched too, but I haven't got around looking at it yet, and it "just works", for now. I don't know what's the current status of virtual hosting support on Mailman, but this patch is a simple hack that should bring joy in the homes of all Mailman admins around the world. :) I got my inspiration and part of the code from: http://mithrandr.moria.org/blog/139.html All it does is to add the domain to the internal_name() of a list. The real_name is kept as is, and the getListAddress() does the Right Thing. This makes Mailman generate aliases like: list-example.com: "|/var/lib/mailman/mail/mailman post list-example.com" Care will have to be taken on the MTA side to map those list-example.com to list at example.com. We are using alternc.org to manage our server, so we are using LDAP, so everything went pretty smoothly. :) But I guess it will require some magic on the Postfix side or something... Cheers, A. PS: for those wanting to see more, you can come to our Wiki: http://koumbit.net/wiki/VirtualMailman You'll probably have a little trouble finding your way if you don't read french though. :) Babelfish might help, haven't tried. ---------------------------------------------------------------------- Comment By: Graham Leggett (minfrin) Date: 2008-04-16 19:09 Message: Logged In: YES user_id=129704 Originator: NO The site http://nix.lauft.net/mailman/ is now down - does anyone have a copy of the mailman-vh-2.1.7.patch anywhere? ---------------------------------------------------------------------- Comment By: Paul Hampson (tbble) Date: 2007-03-01 23:57 Message: Logged In: YES user_id=87909 Originator: NO Grab mailman-vh-2.1.7.patch from http://nix.lauft.net/mailman/, it applies fine to 2.1.9. ---------------------------------------------------------------------- Comment By: GILLIG (fgillig) Date: 2007-03-01 12:18 Message: Logged In: YES user_id=1463624 Originator: NO I search this patch for mailman 2.1.9 ... (fc5). Anyone can help ? ---------------------------------------------------------------------- Comment By: Pedro Algarvio (s0undt3ch) Date: 2006-10-13 03:05 Message: Logged In: YES user_id=927681 +1 for this patch ---------------------------------------------------------------------- Comment By: Paul Hampson (tbble) Date: 2006-04-22 13:48 Message: Logged In: YES user_id=87909 Crud, wrapping... The changes are all on one line. ---------------------------------------------------------------------- Comment By: Paul Hampson (tbble) Date: 2006-04-22 13:47 Message: Logged In: YES user_id=87909 minfrin, create it as listname-domain or try this patch: diff -urNad mailman-2.1.5/Mailman/Cgi/create.py /tmp/dpep.bPHYjm/mailman-2.1.5/Mailman/Cgi/create.py --- mailman-2.1.5/Mailman/Cgi/create.py 2006-04-22 20:58:10.324872941 +1000 +++ /tmp/dpep.bPHYjm/mailman-2.1.5/Mailman/Cgi/create.py 2006-04-22 21:13:31.596133649 +1000 @@ -184,7 +184,7 @@ oldmask = os.umask(002) try: try: - mlist.Create(listname, owner, pw, langs, emailhost) + mlist.Create("%s@%s" % (listname,hostname), owner, pw, langs, emailhost) finally: os.umask(oldmask) except Errors.EmailAddressError, s: Which will add the '@domain' to the listname before passing it to mlist.Create, which the patch changes to deal with '@' the way we want. ---------------------------------------------------------------------- Comment By: Graham Leggett (minfrin) Date: 2006-03-17 21:39 Message: Logged In: YES user_id=129704 I tried the patch at http://al.blog.free.fr/mailman/mailman-vh-2.1.5.patch and it applied cleanly to mailman as provided by RHEL4. I tried to create a list called "list at domain1.com", but this failed with the error "Error: List name must not include "@"". Does this patch have any sort of instructions anywhere? ---------------------------------------------------------------------- Comment By: Arnaud Lavrard (arnaudlavrard) Date: 2005-07-20 15:52 Message: Logged In: YES user_id=1315788 I ported the patch to mailman 2.1.5 : http://al.blog.free.fr/mailman/mailman-vh-2.1.5.patch ---------------------------------------------------------------------- Comment By: The Anarcat (anarcat) Date: 2005-03-16 21:40 Message: Logged In: YES user_id=246797 I have ported the patch to 2.1.4, no news on 2.1.5 yet. I have also put the patch in a seperate CVS server. Fetch all the goods there: http://cvs.koumbit.net/cgi-bin/cvsweb/koumbit-maint/patches/mailman-true-virtual-2.1.1.patch http://cvs.koumbit.net/cgi-bin/cvsweb/koumbit-maint/patches/mailman-true-virtual-2.1.4.patch I've also updated the 2.1.1 patch to fix the list-id, so I delete the attachment, fetch the patch straight from our CVS for the latest fixes. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=300103&aid=943827&group_id=103 From noreply at sourceforge.net Wed Apr 16 19:26:48 2008 From: noreply at sourceforge.net (SourceForge.net) Date: Wed, 16 Apr 2008 10:26:48 -0700 Subject: [ mailman-Patches-943827 ] true virtual hosting patch for 2.1 Message-ID: Patches item #943827, was opened at 2004-04-28 12:57 Message generated for change (Comment added) made by anarcat You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=300103&aid=943827&group_id=103 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: list administration Group: Mailman 2.1 Status: Open Resolution: None Priority: 5 Private: No Submitted By: The Anarcat (anarcat) Assigned to: Nobody/Anonymous (nobody) Summary: true virtual hosting patch for 2.1 Initial Comment: [copy of the mail sent to -developpers@] We developped a reliable solution for running lists with the same name on different domains on the same Mailman installation. I implemented that on top of the Mailman 2.1.1-5.1 Debian stable package. All that is needed is to patch 2 files (bin/newlist, Mailman/MailList.py) in the mailman install, and here is the patch: http://bugs.koumbit.net/file_download.php?file_id=3&type=bug There's only one caveat right now: Mailman/Cgi/create.py might need to get patched too, but I haven't got around looking at it yet, and it "just works", for now. I don't know what's the current status of virtual hosting support on Mailman, but this patch is a simple hack that should bring joy in the homes of all Mailman admins around the world. :) I got my inspiration and part of the code from: http://mithrandr.moria.org/blog/139.html All it does is to add the domain to the internal_name() of a list. The real_name is kept as is, and the getListAddress() does the Right Thing. This makes Mailman generate aliases like: list-example.com: "|/var/lib/mailman/mail/mailman post list-example.com" Care will have to be taken on the MTA side to map those list-example.com to list at example.com. We are using alternc.org to manage our server, so we are using LDAP, so everything went pretty smoothly. :) But I guess it will require some magic on the Postfix side or something... Cheers, A. PS: for those wanting to see more, you can come to our Wiki: http://koumbit.net/wiki/VirtualMailman You'll probably have a little trouble finding your way if you don't read french though. :) Babelfish might help, haven't tried. ---------------------------------------------------------------------- >Comment By: The Anarcat (anarcat) Date: 2008-04-16 13:26 Message: Logged In: YES user_id=246797 Originator: YES The patch is online in our wiki: http://wiki.koumbit.net/VirtualMailman Note that the v3 of mailman now supports this out of the box, although it's in alpha, as far as I understand. ---------------------------------------------------------------------- Comment By: Graham Leggett (minfrin) Date: 2008-04-16 13:09 Message: Logged In: YES user_id=129704 Originator: NO The site http://nix.lauft.net/mailman/ is now down - does anyone have a copy of the mailman-vh-2.1.7.patch anywhere? ---------------------------------------------------------------------- Comment By: Paul Hampson (tbble) Date: 2007-03-01 17:57 Message: Logged In: YES user_id=87909 Originator: NO Grab mailman-vh-2.1.7.patch from http://nix.lauft.net/mailman/, it applies fine to 2.1.9. ---------------------------------------------------------------------- Comment By: GILLIG (fgillig) Date: 2007-03-01 06:18 Message: Logged In: YES user_id=1463624 Originator: NO I search this patch for mailman 2.1.9 ... (fc5). Anyone can help ? ---------------------------------------------------------------------- Comment By: Pedro Algarvio (s0undt3ch) Date: 2006-10-12 21:05 Message: Logged In: YES user_id=927681 +1 for this patch ---------------------------------------------------------------------- Comment By: Paul Hampson (tbble) Date: 2006-04-22 07:48 Message: Logged In: YES user_id=87909 Crud, wrapping... The changes are all on one line. ---------------------------------------------------------------------- Comment By: Paul Hampson (tbble) Date: 2006-04-22 07:47 Message: Logged In: YES user_id=87909 minfrin, create it as listname-domain or try this patch: diff -urNad mailman-2.1.5/Mailman/Cgi/create.py /tmp/dpep.bPHYjm/mailman-2.1.5/Mailman/Cgi/create.py --- mailman-2.1.5/Mailman/Cgi/create.py 2006-04-22 20:58:10.324872941 +1000 +++ /tmp/dpep.bPHYjm/mailman-2.1.5/Mailman/Cgi/create.py 2006-04-22 21:13:31.596133649 +1000 @@ -184,7 +184,7 @@ oldmask = os.umask(002) try: try: - mlist.Create(listname, owner, pw, langs, emailhost) + mlist.Create("%s@%s" % (listname,hostname), owner, pw, langs, emailhost) finally: os.umask(oldmask) except Errors.EmailAddressError, s: Which will add the '@domain' to the listname before passing it to mlist.Create, which the patch changes to deal with '@' the way we want. ---------------------------------------------------------------------- Comment By: Graham Leggett (minfrin) Date: 2006-03-17 15:39 Message: Logged In: YES user_id=129704 I tried the patch at http://al.blog.free.fr/mailman/mailman-vh-2.1.5.patch and it applied cleanly to mailman as provided by RHEL4. I tried to create a list called "list at domain1.com", but this failed with the error "Error: List name must not include "@"". Does this patch have any sort of instructions anywhere? ---------------------------------------------------------------------- Comment By: Arnaud Lavrard (arnaudlavrard) Date: 2005-07-20 09:52 Message: Logged In: YES user_id=1315788 I ported the patch to mailman 2.1.5 : http://al.blog.free.fr/mailman/mailman-vh-2.1.5.patch ---------------------------------------------------------------------- Comment By: The Anarcat (anarcat) Date: 2005-03-16 15:40 Message: Logged In: YES user_id=246797 I have ported the patch to 2.1.4, no news on 2.1.5 yet. I have also put the patch in a seperate CVS server. Fetch all the goods there: http://cvs.koumbit.net/cgi-bin/cvsweb/koumbit-maint/patches/mailman-true-virtual-2.1.1.patch http://cvs.koumbit.net/cgi-bin/cvsweb/koumbit-maint/patches/mailman-true-virtual-2.1.4.patch I've also updated the 2.1.1 patch to fix the list-id, so I delete the attachment, fetch the patch straight from our CVS for the latest fixes. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=300103&aid=943827&group_id=103 From noreply at sourceforge.net Thu Apr 24 12:47:41 2008 From: noreply at sourceforge.net (SourceForge.net) Date: Thu, 24 Apr 2008 03:47:41 -0700 Subject: [ mailman-Bugs-1950579 ] posting instructions cannot be disabled Message-ID: Bugs item #1950579, was opened at 2008-04-24 12:47 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=100103&aid=1950579&group_id=103 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: mail delivery Group: 2.1 (stable) Status: Open Resolution: None Priority: 5 Private: No Submitted By: Paolo Bonzini (bonzini) Assigned to: Nobody/Anonymous (nobody) Summary: posting instructions cannot be disabled Initial Comment: Mailman does not have an options to disable sending this text in the subscription acknowledgement message: > To post to this list, send your email to: > > aaa at bbb.cc This would be useful for announcement mailing lists. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=100103&aid=1950579&group_id=103 From noreply at sourceforge.net Thu Apr 24 18:32:26 2008 From: noreply at sourceforge.net (SourceForge.net) Date: Thu, 24 Apr 2008 09:32:26 -0700 Subject: [ mailman-Bugs-1950579 ] posting instructions cannot be disabled Message-ID: Bugs item #1950579, was opened at 2008-04-24 03:47 Message generated for change (Settings changed) made by msapiro You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=100103&aid=1950579&group_id=103 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: mail delivery Group: 2.1 (stable) >Status: Closed >Resolution: Invalid Priority: 5 Private: No Submitted By: Paolo Bonzini (bonzini) Assigned to: Nobody/Anonymous (nobody) Summary: posting instructions cannot be disabled Initial Comment: Mailman does not have an options to disable sending this text in the subscription acknowledgement message: > To post to this list, send your email to: > > aaa at bbb.cc This would be useful for announcement mailing lists. ---------------------------------------------------------------------- >Comment By: Mark Sapiro (msapiro) Date: 2008-04-24 09:32 Message: Logged In: YES user_id=1123998 Originator: NO This capability exists. Go to the web admin interface "Edit the public HTML pages and text files" link and edit the "Welcome email text file". This ability to edit this template via the GUI was added in 2.1.6. Or if you have access to your server, you can make an edited version of the subscribeack.txt template per . ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=100103&aid=1950579&group_id=103 From noreply at sourceforge.net Thu Apr 24 18:41:53 2008 From: noreply at sourceforge.net (SourceForge.net) Date: Thu, 24 Apr 2008 09:41:53 -0700 Subject: [ mailman-Bugs-1950579 ] posting instructions cannot be disabled Message-ID: Bugs item #1950579, was opened at 2008-04-24 12:47 Message generated for change (Comment added) made by bonzini You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=100103&aid=1950579&group_id=103 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: mail delivery Group: 2.1 (stable) >Status: Open >Resolution: None Priority: 5 Private: No Submitted By: Paolo Bonzini (bonzini) Assigned to: Nobody/Anonymous (nobody) Summary: posting instructions cannot be disabled Initial Comment: Mailman does not have an options to disable sending this text in the subscription acknowledgement message: > To post to this list, send your email to: > > aaa at bbb.cc This would be useful for announcement mailing lists. ---------------------------------------------------------------------- >Comment By: Paolo Bonzini (bonzini) Date: 2008-04-24 18:41 Message: Logged In: YES user_id=557290 Originator: YES I meant a per-mailing-list option. Modifying the message for all mailing lists in the server is not a possibility. ---------------------------------------------------------------------- Comment By: Mark Sapiro (msapiro) Date: 2008-04-24 18:32 Message: Logged In: YES user_id=1123998 Originator: NO This capability exists. Go to the web admin interface "Edit the public HTML pages and text files" link and edit the "Welcome email text file". This ability to edit this template via the GUI was added in 2.1.6. Or if you have access to your server, you can make an edited version of the subscribeack.txt template per . ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=100103&aid=1950579&group_id=103 From noreply at sourceforge.net Thu Apr 24 19:23:44 2008 From: noreply at sourceforge.net (SourceForge.net) Date: Thu, 24 Apr 2008 10:23:44 -0700 Subject: [ mailman-Bugs-1950579 ] posting instructions cannot be disabled Message-ID: Bugs item #1950579, was opened at 2008-04-24 03:47 Message generated for change (Comment added) made by msapiro You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=100103&aid=1950579&group_id=103 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: mail delivery Group: 2.1 (stable) >Status: Closed >Resolution: Invalid Priority: 5 Private: No Submitted By: Paolo Bonzini (bonzini) Assigned to: Nobody/Anonymous (nobody) Summary: posting instructions cannot be disabled Initial Comment: Mailman does not have an options to disable sending this text in the subscription acknowledgement message: > To post to this list, send your email to: > > aaa at bbb.cc This would be useful for announcement mailing lists. ---------------------------------------------------------------------- >Comment By: Mark Sapiro (msapiro) Date: 2008-04-24 10:23 Message: Logged In: YES user_id=1123998 Originator: NO If you edit the template through a list's admin GUI, the editited template will be used only for that list. Edited templates can apply sitewide, per domain or per list as described at . When edited templates are created via the admin GUI, they apply only to the list that created them. ---------------------------------------------------------------------- Comment By: Paolo Bonzini (bonzini) Date: 2008-04-24 09:41 Message: Logged In: YES user_id=557290 Originator: YES I meant a per-mailing-list option. Modifying the message for all mailing lists in the server is not a possibility. ---------------------------------------------------------------------- Comment By: Mark Sapiro (msapiro) Date: 2008-04-24 09:32 Message: Logged In: YES user_id=1123998 Originator: NO This capability exists. Go to the web admin interface "Edit the public HTML pages and text files" link and edit the "Welcome email text file". This ability to edit this template via the GUI was added in 2.1.6. Or if you have access to your server, you can make an edited version of the subscribeack.txt template per . ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=100103&aid=1950579&group_id=103 From noreply at sourceforge.net Fri Apr 25 18:25:35 2008 From: noreply at sourceforge.net (SourceForge.net) Date: Fri, 25 Apr 2008 09:25:35 -0700 Subject: [ mailman-Bugs-1951777 ] Option to NOT confirm unsubscribe Message-ID: Bugs item #1951777, was opened at 2008-04-25 09:25 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=100103&aid=1951777&group_id=103 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: (un)subscribing Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Bret Miller (bret_miller) Assigned to: Nobody/Anonymous (nobody) Summary: Option to NOT confirm unsubscribe Initial Comment: I'd like to see an option to NOT confirm unsubscribe while still requiring a confirm on subscribe. I realize that means that someone could maliciously unsubscribe someone, but overall I think that possibility is better than requiring people to unsubscribe twice to get off a list. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=100103&aid=1951777&group_id=103 From noreply at sourceforge.net Fri Apr 25 18:35:03 2008 From: noreply at sourceforge.net (SourceForge.net) Date: Fri, 25 Apr 2008 09:35:03 -0700 Subject: [ mailman-Feature Requests-1951777 ] Option to NOT confirm unsubscribe Message-ID: Feature Requests item #1951777, was opened at 2008-04-25 09:25 Message generated for change (Comment added) made by msapiro You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=350103&aid=1951777&group_id=103 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. >Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Bret Miller (bret_miller) Assigned to: Nobody/Anonymous (nobody) Summary: Option to NOT confirm unsubscribe Initial Comment: I'd like to see an option to NOT confirm unsubscribe while still requiring a confirm on subscribe. I realize that means that someone could maliciously unsubscribe someone, but overall I think that possibility is better than requiring people to unsubscribe twice to get off a list. ---------------------------------------------------------------------- >Comment By: Mark Sapiro (msapiro) Date: 2008-04-25 09:35 Message: Logged In: YES user_id=1123998 Originator: NO I moved this to Feature Requests since that's what it is. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=350103&aid=1951777&group_id=103 From noreply at sourceforge.net Sun Apr 27 23:13:06 2008 From: noreply at sourceforge.net (SourceForge.net) Date: Sun, 27 Apr 2008 14:13:06 -0700 Subject: [ mailman-Bugs-1418670 ] Problems with lists named like languages Message-ID: Bugs item #1418670, was opened at 2006-01-30 06:51 Message generated for change (Comment added) made by msapiro You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=100103&aid=1418670&group_id=103 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: configuring/installing Group: 2.1 (stable) >Status: Closed >Resolution: Fixed Priority: 6 Private: No Submitted By: Peer Heinlein (pheinlein) >Assigned to: Mark Sapiro (msapiro) Summary: Problems with lists named like languages Initial Comment: "update" has fatal problems with lists named like a language. Create some lists named "it" (Italian) or "de" (German) an update will crash: Updating mailing list: de Updating the held requests database. - updating old private mbox file looks like you have a really recent CVS installation... you're either one brave soul, or you already ran me - updating old public mbox file looks like you have a really recent CVS installation... you're either one brave soul, or you already ran me - This list looks like it might have <= b4 list templates around Traceback (most recent call last): File "bin/update", line 789, in ? errors = main() File "bin/update", line 679, in main errors = errors + dolist(listname) File "bin/update", line 357, in dolist os.rename(o_tmpl, n_tmpl) OSError: [Errno 2] No such file or directory make: *** [update] Error 1 (Btw: update crashs if there`s no pending.pck. That should not happen!) ---------------------------------------------------------------------- >Comment By: Mark Sapiro (msapiro) Date: 2008-04-27 14:13 Message: Logged In: YES user_id=1123998 Originator: NO I don't see either of the problems you mention. I see no problems from the lack of a pending.pck. There is clearly a problem with lists named like languages, but the manifestation I see is for example with a list named 'it' all the templates get moved from templates/it to lists/it, but nothing crashes. I have fixed this for the next release. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=100103&aid=1418670&group_id=103 From noreply at sourceforge.net Sun Apr 27 23:41:18 2008 From: noreply at sourceforge.net (SourceForge.net) Date: Sun, 27 Apr 2008 14:41:18 -0700 Subject: [ mailman-Bugs-1418670 ] Problems with lists named like languages Message-ID: Bugs item #1418670, was opened at 2006-01-30 06:51 Message generated for change (Comment added) made by msapiro You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=100103&aid=1418670&group_id=103 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: configuring/installing Group: 2.1 (stable) Status: Closed Resolution: Fixed Priority: 6 Private: No Submitted By: Peer Heinlein (pheinlein) Assigned to: Mark Sapiro (msapiro) Summary: Problems with lists named like languages Initial Comment: "update" has fatal problems with lists named like a language. Create some lists named "it" (Italian) or "de" (German) an update will crash: Updating mailing list: de Updating the held requests database. - updating old private mbox file looks like you have a really recent CVS installation... you're either one brave soul, or you already ran me - updating old public mbox file looks like you have a really recent CVS installation... you're either one brave soul, or you already ran me - This list looks like it might have <= b4 list templates around Traceback (most recent call last): File "bin/update", line 789, in ? errors = main() File "bin/update", line 679, in main errors = errors + dolist(listname) File "bin/update", line 357, in dolist os.rename(o_tmpl, n_tmpl) OSError: [Errno 2] No such file or directory make: *** [update] Error 1 (Btw: update crashs if there`s no pending.pck. That should not happen!) ---------------------------------------------------------------------- >Comment By: Mark Sapiro (msapiro) Date: 2008-04-27 14:41 Message: Logged In: YES user_id=1123998 Originator: NO Actually, I do see how the "OSError: [Errno 2] No such file or directory" exception can occur. It will happen if VAR_PREFIX is not equal PREFIX. I've fixed that too. I still don't see a pending.pck problem. ---------------------------------------------------------------------- Comment By: Mark Sapiro (msapiro) Date: 2008-04-27 14:13 Message: Logged In: YES user_id=1123998 Originator: NO I don't see either of the problems you mention. I see no problems from the lack of a pending.pck. There is clearly a problem with lists named like languages, but the manifestation I see is for example with a list named 'it' all the templates get moved from templates/it to lists/it, but nothing crashes. I have fixed this for the next release. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=100103&aid=1418670&group_id=103 From noreply at sourceforge.net Wed Apr 30 01:19:43 2008 From: noreply at sourceforge.net (SourceForge.net) Date: Tue, 29 Apr 2008 16:19:43 -0700 Subject: [ mailman-Patches-1954538 ] archived posts formated with "pre" Message-ID: Patches item #1954538, was opened at 2008-04-29 18:19 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=300103&aid=1954538&group_id=103 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Andrejs Ozolins (aozolins) Assigned to: Nobody/Anonymous (nobody) Summary: archived posts formated with "pre" Initial Comment: Archived posts have the pre tag around them, which results in paragraph-length lines in the browser, necessitating endless horizontal scrolling. I don't know why that tag is inserted. Seems it can't possibly help but causes archives to be virtually unreadable unless the original message had hard linebreaks in it. Andrejs aozolins at ithaca.edu ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=300103&aid=1954538&group_id=103