[Mailman-Developers] Re: Bug in subscribe program

2003-12-13 Thread Michael Stucki
Barry Warsaw wrote: > I think this specific bug is no longer reproducible in 2.1.3 (or cvs) > because the algorithm for calculating the hashfood has changed. Great! Thank you. Regards, michael ___ Mailman-Developers mailing list [EMAIL PROTECTED] htt

Re: [Mailman-Developers] List-Id header special ','

2003-12-13 Thread Barry Warsaw
On Sat, 2003-12-13 at 04:52, Jan Kratochvil wrote: > Hi, > > Mailman currently permits any list 'description' string. It is later inserted > to 'List-Id' header such as: > List-Id: Patches for autoconf, the GNU build system > > This header does not comply with RFC2919 and RFC822/RFC2822 as

Re: [Mailman-Developers] list pickle details

2003-12-13 Thread Barry Warsaw
On Fri, 2003-12-12 at 16:24, Aaron Bennett wrote: > My first approach is to unpickle each list's configuration pickle into > an array of . That's about the best explanation you're gonna get. > Does anyone have either a > concise explanation of what's in each list object when it gets > unpi

Re: [Mailman-Developers] How to creating new cgi-bin scripts

2003-12-13 Thread Barry Warsaw
On Thu, 2003-12-11 at 18:20, Scott C. Villinski wrote: > I've looked (in the places that I think I should) to find an answer. On > my Mailman 2.1.3 server, I want to create a copy of the roster.py file > but instead have it return an XML document. I copied the roster.py file > to: xml-roster.p

Re: [Mailman-Developers] (no subject)

2003-12-13 Thread Barry Warsaw
On Mon, 2003-12-08 at 19:25, Somuchfun wrote: > Is there a way to restrict mailman lists to a certain amount of users? > What I am missing is a way to restrict each list to a maximum amount of > members on a site basis. > Any ideas? Not with stock Mailman 2.1.x. -Barry ___

Re: [Mailman-Developers] next version of Mailman

2003-12-13 Thread Barry Warsaw
On Sat, 2003-12-06 at 16:35, Len Jacobs wrote: > Is there any definite schedule for the delivery of the 2.1.4 version of > Mailman? Another December upgrade possible? Yes, I'm still planning on 2.1.4 before the end of the year. My schedule's been especially slammed lately so I haven't had a chan

Re: [Mailman-Developers] Bug in subscribe program

2003-12-13 Thread Barry Warsaw
On Sat, 2003-12-06 at 05:58, Michael Stucki wrote: > I have found a bug which I can reproduce with Mailman 2.1.2 on Debian Woody > (according to the NEWS file, it's still not fixed in Mailman 2.1.3). > > When a user enters the subscription web page, enters his data _and_ a > passwort that contain

Re: [Mailman-Developers] Mailman Integration

2003-12-13 Thread Barry Warsaw
On Fri, 2003-12-05 at 14:55, Ben Hall wrote: > We've got some scripts adding a couple of features for our local > installation of Mailman (v2.1.2). The scripts are using Mailman modules > and classes (mostly MailList) directly as opposed to just calling > mailman/bin scripts. > > I'm wondering h

Re: [Mailman-Developers] Moderation flag change via script

2003-12-13 Thread Barry Warsaw
On Fri, 2003-12-05 at 13:04, Greg Harris wrote: > I am writing this to the devel group since the general list said it was not > highly technical. I am currently running mailman-2.1.2 from a RedHat 7.3 > RPM, on RedHat 7.3 with Postfix 2.1. > > I am creating scripts to automatically create umbrel

[Mailman-Developers] List-Id header special ','

2003-12-13 Thread Jan Kratochvil
Hi, Mailman currently permits any list 'description' string. It is later inserted to 'List-Id' header such as: List-Id: Patches for autoconf, the GNU build system This header does not comply with RFC2919 and RFC822/RFC2822 as it uses a forbidden special ','. 'description' is allowed to b

[Mailman-Developers] Mailman Virtualhosting

2003-12-13 Thread Sung Kim
Hi, I figured that the list name should be unique across the entire site, even though the site has hundreds of virtual domains: The primary problem with all this is that list names must be unique across the entire site. For example, say you run mysite1.com and mysite2.com and these are virtually

[Mailman-Developers] How to creating new cgi-bin scripts

2003-12-13 Thread Scott C. Villinski
I've looked (in the places that I think I should) to find an answer. On my Mailman 2.1.3 server, I want to create a copy of the roster.py file but instead have it return an XML document. I copied the roster.py file to: xml-roster.py (in $prefix/Mailman/Cgi). What do I need to do to make it c

[Mailman-Developers] (no subject)

2003-12-13 Thread Somuchfun
Hello, Is there a way to restrict mailman lists to a certain amount of users? What I am missing is a way to restrict each list to a maximum amount of members on a site basis. Any ideas? Thanks! ___ Mailman-Developers mailing list [EMAIL PROTECTED] http

[Mailman-Developers] next version of Mailman

2003-12-13 Thread Len Jacobs
Is there any definite schedule for the delivery of the 2.1.4 version of Mailman? Another December upgrade possible? ___ Mailman-Developers mailing list [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/mailman-developers

[Mailman-Developers] RE: Moderation flag change via script

2003-12-13 Thread Greg Harris
Google strikes again. I was searching for the wrong key words. Once I found the correct syntax, I found a script to do exactly what I wanted. Using the search text of "withlist moderate", I found this link: http://mail.python.org/pipermail/mailman-developers/2002-February/010563.htm l with a scri

[Mailman-Developers] Moderation flag change via script

2003-12-13 Thread Greg Harris
Hello all, I am writing this to the devel group since the general list said it was not highly technical. I am currently running mailman-2.1.2 from a RedHat 7.3 RPM, on RedHat 7.3 with Postfix 2.1. I am creating scripts to automatically create umbrella lists from other lists using sync_members.

[Mailman-Developers] Possible Web interface bug.

2003-12-13 Thread Chris Johnson
Hi, Sorry to bother the list with this. I'm on mailman-users but my posts are mysteriously vanishing into the entropic ether. I'm running RH7.3, Mailman 2.1-8. I've looked at the bug list but haven't found anything like this. Posts are held for various reasons, in my case

[Mailman-Developers] Mailman Integration

2003-12-13 Thread Ben Hall
Hi all, We've got some scripts adding a couple of features for our local installation of Mailman (v2.1.2). The scripts are using Mailman modules and classes (mostly MailList) directly as opposed to just calling mailman/bin scripts. I'm wondering how much might we expect the interfaces of these c

[Mailman-Developers] list pickle details

2003-12-13 Thread Aaron Bennett
Hi, I'm working on writing a mailman statistics program -- simple stuff, and I'm sure there are better ones out there then the one I'm writing, but I'm also teaching myself python at the same time. My first approach is to unpickle each list's configuration pickle into an array of . Does anyon