Re: [Mailman-Developers] Problems with archiviing mbox's

2003-06-09 Thread Barry Warsaw
On Sat, 2003-06-07 at 21:04, Simon Coggins wrote: I'm having a problem with the arch. I've tracked it down to the Mailbox class that uses PortableUnixMailbox. The problem is it's picking up ^From as a new message. Sendmail doesn't escape from lines now so they are throughout my archives. It

Re: [Mailman-Developers] invite/confirm traceback

2003-06-09 Thread Barry Warsaw
On Tue, 2003-06-03 at 15:12, Fil wrote: Hint: if add_members could grow an 'invite' option... Wanna add that as a feature request? :) -Barry ___ Mailman-Developers mailing list [EMAIL PROTECTED]

Re: [Mailman-Developers] modifying mailman's source

2003-06-09 Thread Barry Warsaw
On Wed, 2003-05-28 at 17:53, Wesley T. Perdue wrote: All, I need to call an external script whenever a mailing list's membership changes. Why don't you modify OldStyleMemberships.py? If you want to feel more immune from future Mailman updates, I'd suggest subclassing from

Re: [Mailman-Developers] Unsubscribe link

2003-06-09 Thread Barry Warsaw
On Tue, 2003-05-27 at 12:44, Tentra List Support wrote: I would like to generate a link in the footer of each email that would take the user directly to their options page so that, if they want to unsubscribe, they can do so with a maximum of two steps one to click to the page and one to

Re: [Mailman-Developers] Browser stop button (revisited from 2.0.5??)

2003-06-09 Thread Barry Warsaw
On Thu, 2003-05-29 at 08:03, Steve Lay wrote: I have a problem with the Mailman servers I run related to an issue which was discussed during the 2.0.4 to 2.0.5 transition some time ago. The problem relates to people who click the stop button on their browser while Mailman is doing its stuff.

Re: [Mailman-Developers] invite/confirm traceback

2003-06-09 Thread Fil
@ Barry Warsaw [EMAIL PROTECTED] : On Tue, 2003-06-03 at 15:12, Fil wrote: Hint: if add_members could grow an 'invite' option... Wanna add that as a feature request? :) That's the idea, yes, I think... -- Fil ___ Mailman-Developers mailing list

[Mailman-Developers] ssl for admin pages

2003-06-09 Thread matze
hi, in indymedia (http://indymedia.org) and sindominio (http://sindomino.net) we saw the necessity to protect the admin part of mailman (above all the password transmission) with a ssl connection. i figured out that vanilla-mailman doesn't support this feature (http://www.mail-archive.com/[EMAIL

Re: [Mailman-Developers] ssl for admin pages

2003-06-09 Thread Donn Cave
Quoth matze [EMAIL PROTECTED]: ... | so i dived into the mailman sources and figured out a possible | solution. it seems to me that the best way to achieve ssl connections | for the admin is putting a condition in ScriptURL() in Utils.py. | | if((0 != mm_cfg.DEFAULT_ADMIN_USE_SSL) and |