Re: [Mailman-Developers] Re: Digest.py subject index Was Re:[Mailman-Users] Re: Bundling HTDIG

2003-01-27 Thread Tokio Kikuchi
Yes it is. (Digest.py 's version is 2.23 now in CVS) Bob Puff@NLE wrote: Ah, there it is indeed! Is this a patch that will be applied to the MM21 CVS tree? (snip) This can be fixed by this patch. https://sourceforge.net/tracker/?func=detail&aid=674401&group_id=103&atid=300103 -- Tokio Kiku

[Mailman-Developers] Re: Digest.py subject index Was Re: [Mailman-Users] Re: Bundling HTDIG

2003-01-27 Thread Bob [EMAIL PROTECTED]
Ah, there it is indeed! Is this a patch that will be applied to the MM21 CVS tree? On Tue, 28 Jan 2003 15:10:22 +0900, Tokio Kikuchi wrote > Hi, > > I move this (off) topic to Developers. > > Bob Puff@NLE wrote: > > > P.S. The subject index in the digest are wrapping in a very odd way. For >

[Mailman-Developers] Digest.py subject index Was Re: [Mailman-Users] Re: Bundling HTDIG

2003-01-27 Thread Tokio Kikuchi
Hi, I move this (off) topic to Developers. Bob Puff@NLE wrote: P.S. The subject index in the digest are wrapping in a very odd way. For example, the first line shows: 1. Bundle Htdig with Pipermail? -was- How to delete messages from private archives (Jon Carnes) Note the blank li

[Mailman-Developers] Archiving crashing due to missing 'strptime'

2003-01-27 Thread Stonewall Ballard
Using Mailman 2.1 (final) on Mac OS X 10.1.5. I've got a bunch of these in my error log. They seem to happen every few days. The January archive for one of my lists wasn't there, so I tried to 'arch' it, and got this traceback (appended). Any suggestions on how to fix this? I've run fix_privs.

[Mailman-Developers] Archiving crashing due to missing 'strptime'

2003-01-27 Thread Stonewall Ballard
Using Mailman 2.1 (final) on Mac OS X 10.1.5. I've got a bunch of these in my error log. They seem to happen every few days. The January archive for one of my lists wasn't there, so I tried to 'arch' it, and got this traceback (appended). Any suggestions on how to fix this? I've run fix_privs.

[Mailman-Developers] Re: [Mailman-Users] Need a patch written for 2.1 for post-onlyaccess.

2003-01-27 Thread Jon Carnes
The functionality was moved from the Hold.py module over to the Moderate.py module. From there it is almost identical. I applied the old patch by hand to that module and I'm testing it now. Jon Carnes On Mon, 2003-01-27 at 09:27, Marc Perkel wrote: > I'm not a Python programmer but I need a pat

[Mailman-Developers] Need a patch written for 2.1 for post-onlyaccess.

2003-01-27 Thread Marc Perkel
I'm not a Python programmer but I need a patch written to add a feature that someone had written a patch for in version 2.0. The patch called a "post-only" patch allowed me to create a list called "post-only" and members of this list were allowed to post to all other lists. I am the systems adm

[Mailman-Developers] Suppress version advertisement

2003-01-27 Thread John A. Martin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 NotDashEscaped: You need GnuPG to verify this message Please consider an option suppressing the advertisement of Mailman version. In spite of the possibility that the advertisement may ease troubleshooting there are those who believe that the running

Re: [Mailman-Developers] Fix for cross-site scripting bug in Mailman2.1.0

2003-01-27 Thread Barry A. Warsaw
> "TK" == Tokio Kikuchi <[EMAIL PROTECTED]> writes: TK> I forgot to realize language part of the bugtraq report! TK> There are also language=<...> bug in listinfo.py, roster.py TK> and subscribe.py. Is this bug in the error reporting function TK> of python cgilib? Better to co