[Mailman-checkins] CVS: mailman/Mailman/Archiver HyperDatabase.py,2.0,2.1

2001-02-14 Thread Barry Warsaw
Update of /cvsroot/mailman/mailman/Mailman/Archiver In directory usw-pr-cvs1:/tmp/cvs-serv28038 Modified Files: HyperDatabase.py Log Message: load(), close(): Utils.open_ex() is obsolete. Index: HyperDatabase.py === RCS

[Mailman-checkins] CVS: mailman/Mailman Bouncer.py,2.2,2.3

2001-02-14 Thread Barry Warsaw
Update of /cvsroot/mailman/mailman/Mailman In directory usw-pr-cvs1:/tmp/cvs-serv28348 Modified Files: Bouncer.py Log Message: De-string-module-ify. References to HandlerAPI module removed. Use new mimelib interface. Index: Bouncer.py

[Mailman-checkins] CVS: mailman/Mailman SafeDict.py,2.0,2.1

2001-02-14 Thread Barry Warsaw
Update of /cvsroot/mailman/mailman/Mailman In directory usw-pr-cvs1:/tmp/cvs-serv30054 Modified Files: SafeDict.py Log Message: We don't need to override the __init__() of the base class any more since we're requiring Python 2.0. Good catch Thomas! Index: SafeDict.py

[Mailman-checkins] CVS: mailman/Mailman HTMLFormatter.py,2.1,2.2

2001-02-15 Thread Barry Warsaw
Update of /cvsroot/mailman/mailman/Mailman In directory usw-pr-cvs1:/tmp/cvs-serv4438 Modified Files: HTMLFormatter.py Log Message: Some additional i18n markup, although I can't remember if this is Juan Carlos's contribution or not. Specifically, GetMailmanFooter(),

[Mailman-checkins] CVS: mailman/Mailman Message.py,2.1,2.2

2001-02-15 Thread Barry Warsaw
Update of /cvsroot/mailman/mailman/Mailman In directory usw-pr-cvs1:/tmp/cvs-serv6245 Modified Files: Message.py Log Message: De-string-module-ify, transform to using mimelib instead of rfc822, and use the switchboard interface. Specifically, Message class now multiply derives from

[Mailman-checkins] CVS: mailman/Mailman Version.py,2.1,2.2

2001-02-15 Thread Barry Warsaw
Update of /cvsroot/mailman/mailman/Mailman In directory usw-pr-cvs1:/tmp/cvs-serv6818 Modified Files: Version.py Log Message: Bump the DATA_FILE_VERSION to handle the new i18n list attributes. Bump the QFILE_SCHEMA_VERSION to handle the new file formats. Index: Version.py

[Mailman-checkins] CVS: mailman/Mailman versions.py,2.0,2.1

2001-02-15 Thread Barry Warsaw
Update of /cvsroot/mailman/mailman/Mailman In directory usw-pr-cvs1:/tmp/cvs-serv7333 Modified Files: versions.py Log Message: ZapOldVars(): We no longer support the filter_prog argument on the MailList object. I don't think this was ever used and there are better ways to do this now.

[Mailman-checkins] CVS: mailman/Mailman Defaults.py.in,2.2,2.3

2001-02-15 Thread Barry Warsaw
Update of /cvsroot/mailman/mailman/Mailman In directory usw-pr-cvs1:/tmp/cvs-serv9681 Modified Files: Defaults.py.in Log Message: GLOBAL_PIPELINE: Default pipeline for moving messages out of qfiles/in. Lists and messages can actually override this. QRUNNERS: List and number of

[Mailman-checkins] CVS: mailman/Mailman Defaults.py.in,2.3,2.4

2001-02-15 Thread Barry Warsaw
Update of /cvsroot/mailman/mailman/Mailman In directory usw-pr-cvs1:/tmp/cvs-serv9856 Modified Files: Defaults.py.in Log Message: typo Index: Defaults.py.in === RCS file: /cvsroot/mailman/mailman/Mailman/Defaults.py.in,v

[Mailman-checkins] CVS: mailman/Mailman Utils.py,2.2,2.3

2001-02-15 Thread Barry Warsaw
Update of /cvsroot/mailman/mailman/Mailman In directory usw-pr-cvs1:/tmp/cvs-serv11027 Modified Files: Utils.py Log Message: This module still needs lots of cleaning up but for now... De-string-module-ification. Move SafeDict out of this file. Remove the Crypt stuff, using sha

[Mailman-checkins] CVS: mailman UPGRADING,2.0,2.1

2001-02-15 Thread Barry Warsaw
Update of /cvsroot/mailman/mailman In directory usw-pr-cvs1:/tmp/cvs-serv25039 Modified Files: UPGRADING Log Message: update some urls Index: UPGRADING === RCS file: /cvsroot/mailman/mailman/UPGRADING,v retrieving

[Mailman-checkins] CVS: mailman/cron senddigests,2.0,2.1

2001-02-15 Thread Barry Warsaw
Update of /cvsroot/mailman/mailman/cron In directory usw-pr-cvs1:/tmp/cvs-serv19102 Modified Files: senddigests Log Message: Convert to using the new ToDigest module which stores its digests in a Unix mailbox file instead of the separate next-digest and next-digest-topics files.

[Mailman-checkins] CVS: mailman/scripts post,2.1,2.2

2001-02-15 Thread Barry Warsaw
Update of /cvsroot/mailman/mailman/scripts In directory usw-pr-cvs1:/tmp/cvs-serv19628 Modified Files: post Log Message: Convert to using the new switchboard interface. Index: post === RCS file:

[Mailman-checkins] CVS: mailman/admin/www MMGenerator.py,2.0,2.1

2001-02-15 Thread Barry Warsaw
Update of /cvsroot/mailman/mailman/admin/www In directory usw-pr-cvs1:/tmp/cvs-serv20243 Modified Files: MMGenerator.py Log Message: Add the SourceForge logo to the sidebar, and update the copyright years. Index: MMGenerator.py

[Mailman-checkins] CVS: mailman/Mailman Utils.py,2.3,2.4

2001-02-15 Thread Barry Warsaw
Update of /cvsroot/mailman/mailman/Mailman In directory usw-pr-cvs1:/tmp/cvs-serv7460 Modified Files: Utils.py Log Message: CheckSiteAdminPassword(): Typo that should have chopped off all but the trailing newline actually left nothing but the trailing newline! Caught by Ron Jarrell.

[Mailman-checkins] CVS: mailman/Mailman MailList.py,2.4,2.5

2001-02-15 Thread Barry Warsaw
Update of /cvsroot/mailman/mailman/Mailman In directory usw-pr-cvs1:/tmp/cvs-serv17440 Modified Files: MailList.py Log Message: Create(): We don't need to touch the digest files since we're doing that differently now. Index: MailList.py

[Mailman-checkins] CVS: mailman/scripts post,2.2,2.3

2001-02-15 Thread Barry Warsaw
Update of /cvsroot/mailman/mailman/scripts In directory usw-pr-cvs1:/tmp/cvs-serv18435 Modified Files: post Log Message: import Mailman.i18n._ Index: post === RCS file: /cvsroot/mailman/mailman/scripts/post,v retrieving

[Mailman-checkins] CVS: mailman/bin newlang,2.0,2.1

2001-02-27 Thread Barry Warsaw
Update of /cvsroot/mailman/mailman/bin In directory usw-pr-cvs1:/tmp/cvs-serv29642 Modified Files: newlang Log Message: Next round of big i18n patches. main(): Do two step creation and locking of mailing list so we can have a better error message when we couldn't acquire the list lock.

[Mailman-checkins] CVS: mailman/Mailman Defaults.py.in,2.5,2.6

2001-02-27 Thread Barry Warsaw
Update of /cvsroot/mailman/mailman/Mailman In directory usw-pr-cvs1:/tmp/cvs-serv30790 Modified Files: Defaults.py.in Log Message: QRUNNERS: BounceRunner - CommandRunner BOUNCEQUEUE_DIR - CMDQUEUE_DIR Index: Defaults.py.in

[Mailman-checkins] CVS: mailman/Mailman Digester.py,2.2,2.3

2001-02-27 Thread Barry Warsaw
Update of /cvsroot/mailman/mailman/Mailman In directory usw-pr-cvs1:/tmp/cvs-serv31096 Modified Files: Digester.py Log Message: Added missing import. Index: Digester.py === RCS file:

[Mailman-checkins] CVS: mailman/Mailman HTMLFormatter.py,2.4,2.5

2001-02-27 Thread Barry Warsaw
Update of /cvsroot/mailman/mailman/Mailman In directory usw-pr-cvs1:/tmp/cvs-serv31477 Modified Files: HTMLFormatter.py Log Message: Next round of big i18n patches. Added some missing _() wrappers. Fix some _() wrappings to use local variables. Index: HTMLFormatter.py

[Mailman-checkins] CVS: mailman/Mailman HTMLFormatter.py,2.5,2.6

2001-02-27 Thread Barry Warsaw
Update of /cvsroot/mailman/mailman/Mailman In directory usw-pr-cvs1:/tmp/cvs-serv31537 Modified Files: HTMLFormatter.py Log Message: Untabification. Index: HTMLFormatter.py === RCS file:

[Mailman-checkins] CVS: mailman/Mailman ListAdmin.py,2.3,2.4

2001-02-27 Thread Barry Warsaw
Update of /cvsroot/mailman/mailman/Mailman In directory usw-pr-cvs1:/tmp/cvs-serv31713 Modified Files: ListAdmin.py Log Message: Next round of big i18n patches. Fix the Utils.maketext() calls to pass the language in as a keyword argument. Fix some _() wrappings to use local variables.

[Mailman-checkins] CVS: mailman/Mailman/Archiver Archiver.py,2.2,2.3

2001-02-27 Thread Barry Warsaw
Update of /cvsroot/mailman/mailman/Mailman/Archiver In directory usw-pr-cvs1:/tmp/cvs-serv566 Modified Files: Archiver.py Log Message: GetConfigInfo(): Reformatting. Index: Archiver.py === RCS file:

[Mailman-checkins] CVS: mailman/Mailman/Bouncers BouncerAPI.py,2.1,2.2

2001-02-27 Thread Barry Warsaw
Update of /cvsroot/mailman/mailman/Mailman/Bouncers In directory usw-pr-cvs1:/tmp/cvs-serv676 Modified Files: BouncerAPI.py Log Message: Added some commented out code, which aids in debugging. Index: BouncerAPI.py === RCS

[Mailman-checkins] CVS: mailman/Mailman/Cgi edithtml.py,2.3,2.4

2001-02-28 Thread Barry Warsaw
Update of /cvsroot/mailman/mailman/Mailman/Cgi In directory usw-pr-cvs1:/tmp/cvs-serv2803 Modified Files: edithtml.py Log Message: Untabification. Index: edithtml.py === RCS file:

[Mailman-checkins] CVS: mailman/Mailman/Cgi admindb.py,2.4,2.5

2001-02-28 Thread Barry Warsaw
Update of /cvsroot/mailman/mailman/Mailman/Cgi In directory usw-pr-cvs1:/tmp/cvs-serv11389 Modified Files: admindb.py Log Message: De-string-module-ification. Conversion to mimelib API. PrintPostRequest(): We must html quote the Subject: text since this gets displayed in-line in the

[Mailman-checkins] CVS: mailman/templates admindbpreamble.html,2.0,2.1

2001-02-28 Thread Barry Warsaw
Update of /cvsroot/mailman/mailman/templates In directory usw-pr-cvs1:/tmp/cvs-serv23039 Modified Files: admindbpreamble.html Log Message: Update this to more accurately describe the new support for DEFER and DISCARD on subscription requests. Index: admindbpreamble.html

[Mailman-checkins] CVS: mailman/Mailman/Queue CommandRunner.py,2.0,2.1

2001-02-28 Thread Barry Warsaw
Update of /cvsroot/mailman/mailman/Mailman/Queue In directory usw-pr-cvs1:/tmp/cvs-serv23169 Modified Files: CommandRunner.py Log Message: _dispose(): If there's no appropriate key in the message metadata, determine whether this message was destined for the -owner or -admin address and

[Mailman-checkins] CVS: mailman/Mailman/Cgi admindb.py,2.6,2.7

2001-03-01 Thread Barry Warsaw
Update of /cvsroot/mailman/mailman/Mailman/Cgi In directory usw-pr-cvs1:/tmp/cvs-serv31588 Modified Files: admindb.py Log Message: show_post_requests(): Of course Thomas Wouters is right, cgi.escape() on the subject text is the right thing to use. Index: admindb.py

[Mailman-checkins] CVS: mailman/Mailman MailList.py,2.7,2.8

2001-03-01 Thread Barry Warsaw
Update of /cvsroot/mailman/mailman/Mailman In directory usw-pr-cvs1:/tmp/cvs-serv30120 Modified Files: MailList.py Log Message: GetPreferredLanguage(): Simplify. Index: MailList.py === RCS file:

[Mailman-checkins] CVS: mailman/Mailman/Handlers Acknowledge.py,2.5,2.6

2001-03-01 Thread Barry Warsaw
Update of /cvsroot/mailman/mailman/Mailman/Handlers In directory usw-pr-cvs1:/tmp/cvs-serv28708 Modified Files: Acknowledge.py Log Message: process(): More i18n changes. The user's preferred language is passed around via the message metadata key `lang' (set by the Runner). Use this

[Mailman-checkins] CVS: mailman/Mailman/Handlers ToDigest.py,2.3,2.4

2001-03-01 Thread Barry Warsaw
Update of /cvsroot/mailman/mailman/Mailman/Handlers In directory usw-pr-cvs1:/tmp/cvs-serv3742 Modified Files: ToDigest.py Log Message: Big i18n changes. Specifically, send_digests() - send_i18n_digests(): this does the bulk of the digest crafting, but it's wrapped in send_digests()

[Mailman-checkins] CVS: mailman/Mailman Defaults.py.in,2.7,2.8

2001-03-01 Thread Barry Warsaw
Update of /cvsroot/mailman/mailman/Mailman In directory usw-pr-cvs1:/tmp/cvs-serv6794 Modified Files: Defaults.py.in Log Message: Update the MAILMAN_URL to point to the new www.gnu.org pages. Index: Defaults.py.in === RCS

[Mailman-checkins] CVS: mailman/contrib README.securelinux_fix,1.1,1.2

2001-03-12 Thread Barry Warsaw
Update of /cvsroot/mailman/mailman/contrib In directory usw-pr-cvs1:/tmp/cvs-serv10244 Added Files: README.securelinux_fix Log Message: Marc Merlin's README describing his script to fix the Openwall restrictions. ___ Mailman-checkins

[Mailman-checkins] CVS: mailman/admin/www download.ht,1.5.2.3,1.5.2.4 download.html,1.6.2.5,1.6.2.6

2001-03-12 Thread Barry Warsaw
Update of /cvsroot/mailman/mailman/admin/www In directory usw-pr-cvs1:/tmp/cvs-serv11173 Modified Files: Tag: Release_2_0_1-branch download.ht download.html Log Message: Updated since we didn't actually get to release on the 8th. Index: download.ht

[Mailman-checkins] CVS: mailman/contrib securelinux_fix.py,2.0,2.1

2001-03-18 Thread Barry Warsaw
Update of /cvsroot/mailman/mailman/contrib In directory usw-pr-cvs1:/tmp/cvs-serv21245 Modified Files: securelinux_fix.py Log Message: Forward-port of Marc Merlin's securelinux_fix.py additions from Mailman 2.0.3. Index: securelinux_fix.py

[Mailman-checkins] CVS: mailman/Mailman/Cgi roster.py,2.4,2.5

2001-03-23 Thread Barry Warsaw
Update of /cvsroot/mailman/mailman/Mailman/Cgi In directory usw-pr-cvs1:/tmp/cvs-serv24583 Modified Files: roster.py Log Message: main(): "See this page in" - "View this page in". Index: roster.py === RCS file:

[Mailman-checkins] CVS: mailman/Mailman/Cgi listinfo.py,2.5,2.6

2001-03-23 Thread Barry Warsaw
Update of /cvsroot/mailman/mailman/Mailman/Cgi In directory usw-pr-cvs1:/tmp/cvs-serv24532 Modified Files: listinfo.py Log Message: list_listinfo(): "See this page in" - "View this page in". Index: listinfo.py === RCS

[Mailman-checkins] CVS: mailman/templates roster.html,2.0,2.1

2001-03-23 Thread Barry Warsaw
Update of /cvsroot/mailman/mailman/templates In directory usw-pr-cvs1:/tmp/cvs-serv24862 Modified Files: roster.html Log Message: Integrate Juan Carlos patch to add the preferred language menu to the this page. Index: roster.html

[Mailman-checkins] CVS: mailman UPGRADING,2.2,2.3

2001-03-25 Thread Barry Warsaw
Update of /cvsroot/mailman/mailman In directory usw-pr-cvs1:/tmp/cvs-serv21615 Modified Files: UPGRADING Log Message: Typo Index: UPGRADING === RCS file: /cvsroot/mailman/mailman/UPGRADING,v retrieving revision 2.2

[Mailman-checkins] CVS: mailman/Mailman Pending.py,2.0,2.1

2001-03-25 Thread Barry Warsaw
Update of /cvsroot/mailman/mailman/Mailman In directory usw-pr-cvs1:/tmp/cvs-serv22080 Modified Files: Pending.py Log Message: Rewritten and simplified. There's no need to make the logic live inside a class; use the module as if a singleton instance. The pending database is now stored

[Mailman-checkins] CVS: mailman/Mailman/Archiver pipermail.py,2.3,2.4

2001-03-25 Thread Barry Warsaw
Update of /cvsroot/mailman/mailman/Mailman/Archiver In directory usw-pr-cvs1:/tmp/cvs-serv22497 Modified Files: pipermail.py Log Message: Import _ from Mailman.i18n. Index: pipermail.py === RCS file:

[Mailman-checkins] CVS: mailman/Mailman Mailbox.py,2.1,2.2

2001-03-28 Thread Barry Warsaw
Update of /cvsroot/mailman/mailman/Mailman In directory usw-pr-cvs1:/tmp/cvs-serv22005 Modified Files: Mailbox.py Log Message: Update copyright years. Index: Mailbox.py === RCS file:

[Mailman-checkins] CVS: mailman ACKNOWLEDGMENTS,2.0,2.1

2001-04-01 Thread Barry Warsaw
Update of /cvsroot/mailman/mailman In directory usw-pr-cvs1:/tmp/cvs-serv2211 Modified Files: ACKNOWLEDGMENTS Log Message: Added Les Niles who implemented something akin to the url confirmation stuff in Mailman 2.1. Index: ACKNOWLEDGMENTS

[Mailman-checkins] CVS: mailman NEWS,2.3,2.4

2001-04-01 Thread Barry Warsaw
Update of /cvsroot/mailman/mailman In directory usw-pr-cvs1:/tmp/cvs-serv2306 Modified Files: NEWS Log Message: Added an item about the new removal-by-confirmation mechanism. Index: NEWS === RCS file:

[Mailman-checkins] CVS: mailman ACKNOWLEDGMENTS,2.1,2.2

2001-04-01 Thread Barry Warsaw
Update of /cvsroot/mailman/mailman In directory usw-pr-cvs1:/tmp/cvs-serv2399 Modified Files: ACKNOWLEDGMENTS Log Message: Updated copyright years Index: ACKNOWLEDGMENTS === RCS file:

[Mailman-checkins] CVS: mailman/Mailman MailCommandHandler.py,2.8,2.9

2001-04-01 Thread Barry Warsaw
Update of /cvsroot/mailman/mailman/Mailman In directory usw-pr-cvs1:/tmp/cvs-serv2589 Modified Files: MailCommandHandler.py Log Message: __init__(): "join" is now a synonym for "subscribe". "remove" and "leave" are synonyms for "unsubscribe". ProcessUnsubscribeCmd(): It is now legal

[Mailman-checkins] CVS: mailman/Mailman Pending.py,2.1,2.2

2001-04-01 Thread Barry Warsaw
Update of /cvsroot/mailman/mailman/Mailman In directory usw-pr-cvs1:/tmp/cvs-serv3982 Modified Files: Pending.py Log Message: Changes to the new pending.db file format: - Entry eviction times are stored as a sub-dictionary under a separate key called `evictions'. This leaves the

[Mailman-checkins] CVS: mailman/Mailman Version.py,2.3,2.4

2001-04-01 Thread Barry Warsaw
Update of /cvsroot/mailman/mailman/Mailman In directory usw-pr-cvs1:/tmp/cvs-serv4156 Modified Files: Version.py Log Message: Added PENDING_FILE_SCHEMA_VERSION. Index: Version.py === RCS file:

[Mailman-checkins] CVS: mailman/Mailman/Cgi handle_opts.py,2.4,2.5

2001-04-01 Thread Barry Warsaw
Update of /cvsroot/mailman/mailman/Mailman/Cgi In directory usw-pr-cvs1:/tmp/cvs-serv4453 Modified Files: handle_opts.py Log Message: process_form(): Passwords are no longer required for unsubscribing. If missing, just arrange to have the unsubscription request confirmed. Index:

[Mailman-checkins] CVS: mailman/cron qrunner,2.4,2.5

2001-04-01 Thread Barry Warsaw
Update of /cvsroot/mailman/mailman/cron In directory usw-pr-cvs1:/tmp/cvs-serv5087 Modified Files: qrunner Log Message: master(): Rework the while 1 loop so that it's inside the try/except KeyboardError instead of outside it. This prevents the anomolous tracebacks that sometimes occur

[Mailman-checkins] CVS: mailman/templates options.html,2.1,2.2

2001-04-01 Thread Barry Warsaw
Update of /cvsroot/mailman/mailman/templates In directory usw-pr-cvs1:/tmp/cvs-serv5228 Modified Files: options.html Log Message: Document that the password is now optional on the unsubscribe command. Index: options.html

[Mailman-checkins] CVS: mailman/Mailman MailList.py,2.11,2.12

2001-04-02 Thread Barry Warsaw
Update of /cvsroot/mailman/mailman/Mailman In directory usw-pr-cvs1:/tmp/cvs-serv6317 Modified Files: MailList.py Log Message: Support the new confirmation scheme for both subscriptions and removals. Specifically, AddMember(): Use the new Pending.new() function interface, which

[Mailman-checkins] CVS: mailman NEWS,2.4,2.5

2001-04-02 Thread Barry Warsaw
Update of /cvsroot/mailman/mailman In directory usw-pr-cvs1:/tmp/cvs-serv6699 Modified Files: NEWS Log Message: Added news about the subscribe and unsubscribe synonyms. Index: NEWS === RCS file:

[Mailman-checkins] CVS: mailman/Mailman/Handlers Decorate.py,2.3,2.4

2001-04-02 Thread Barry Warsaw
Update of /cvsroot/mailman/mailman/Mailman/Handlers In directory usw-pr-cvs1:/tmp/cvs-serv11893 Modified Files: Decorate.py Log Message: process(): Do no harm to MIME documents when adding the header and footer. The rules now are: - if the message is not a MIME, or is only a

[Mailman-checkins] CVS: mailman/cron qrunner,2.5,2.6

2001-04-02 Thread Barry Warsaw
Update of /cvsroot/mailman/mailman/cron In directory usw-pr-cvs1:/tmp/cvs-serv14032 Modified Files: qrunner Log Message: start_runner(): Due to race conditions, the subproc could get the SIGINT inside the syslog call. It's of no consequence. Index: qrunner

[Mailman-checkins] CVS: mailman/Mailman Utils.py,2.7,2.8

2001-04-08 Thread Barry Warsaw
Update of /cvsroot/mailman/mailman/Mailman In directory usw-pr-cvs1:/tmp/cvs-serv1867 Modified Files: Utils.py Log Message: chunkify(): Removed. Index: Utils.py === RCS file: /cvsroot/mailman/mailman/Mailman/Utils.py,v

[Mailman-checkins] CVS: mailman/Mailman htmlformat.py,2.3,2.4

2001-04-08 Thread Barry Warsaw
Update of /cvsroot/mailman/mailman/Mailman In directory usw-pr-cvs1:/tmp/cvs-serv2014 Modified Files: htmlformat.py Log Message: Hidden(): New class for "hidden" input item. Form.set_action(): New method to retrospectively set the form action. Index: htmlformat.py

[Mailman-checkins] CVS: mailman/Mailman HTMLFormatter.py,1.50,1.50.2.1

2001-04-17 Thread Barry Warsaw
Update of /cvsroot/mailman/mailman/Mailman In directory usw-pr-cvs1:/tmp/cvs-serv412 Modified Files: Tag: Release_2_0_1-branch HTMLFormatter.py Log Message: ParseTags(): Convert from regsub to re module, and remove the import of regsub, in order to quiet Python 2.1's

[Mailman-checkins] CVS: mailman/Mailman/Bouncers Catchall.py,1.4,1.4.2.1

2001-04-17 Thread Barry Warsaw
Update of /cvsroot/mailman/mailman/Mailman/Bouncers In directory usw-pr-cvs1:/tmp/cvs-serv1685 Modified Files: Tag: Release_2_0_1-branch Catchall.py Log Message: # In Python 2.1, the import of regsub causes a DeprecationWarning. This is # annoying so if we can import the warnings

[Mailman-checkins] CVS: mailman/admin/www download.ht,1.5.2.4,1.5.2.5 download.html,1.6.2.6,1.6.2.7

2001-04-18 Thread Barry Warsaw
Update of /cvsroot/mailman/mailman/admin/www In directory usw-pr-cvs1:/tmp/cvs-serv7748 Modified Files: Tag: Release_2_0_1-branch download.ht download.html Log Message: Update for 2.0.4 release. Index: download.ht

[Mailman-checkins] CVS: mailman/Mailman htmlformat.py,2.4,2.5

2001-04-30 Thread Barry Warsaw
Update of /cvsroot/mailman/mailman/Mailman In directory usw-pr-cvs1:/tmp/cvs-serv14656 Modified Files: htmlformat.py Log Message: MailmanLogo(): Remove hyperlinks from logos (and also the links to the sponsor home pages). In practice, too many end-user list members were following those

[Mailman-checkins] CVS: mailman/admin/www Makefile,2.0,2.1

2001-04-30 Thread Barry Warsaw
Update of /cvsroot/mailman/mailman/admin/www In directory usw-pr-cvs1:/tmp/cvs-serv15224 Modified Files: Makefile Log Message: Forward port a 2.0.4 patch to make this script a little more generic. Index: Makefile === RCS

[Mailman-checkins] CVS: mailman/Mailman/Bouncers BouncerAPI.py,2.2,2.3

2001-04-30 Thread Barry Warsaw
Update of /cvsroot/mailman/mailman/Mailman/Bouncers In directory usw-pr-cvs1:/tmp/cvs-serv15122 Modified Files: BouncerAPI.py Log Message: ScanMessages(): Use a better way to runtime import the module and call its process() function. This doesn't require three nested getattr() calls.

[Mailman-checkins] CVS: mailman/Mailman/Cgi private.py,2.3,2.4

2001-04-30 Thread Barry Warsaw
Update of /cvsroot/mailman/mailman/Mailman/Cgi In directory usw-pr-cvs1:/tmp/cvs-serv15403 Modified Files: private.py Log Message: main(): Utils.GetCharSet() requires the language as an argument. Index: private.py === RCS

[Mailman-checkins] CVS: mailman/Mailman Message.py,2.2,2.3

2001-04-30 Thread Barry Warsaw
Update of /cvsroot/mailman/mailman/Mailman In directory usw-pr-cvs1:/tmp/cvs-serv15639 Modified Files: Message.py Log Message: mimelib's ReprMixin class and module was renamed to StringableMixin in the 0.3 release. This means you must download and install the 0.3 version of mimelib to

[Mailman-checkins] CVS: mailman/scripts post,2.3,2.4

2001-04-30 Thread Barry Warsaw
Update of /cvsroot/mailman/mailman/scripts In directory usw-pr-cvs1:/tmp/cvs-serv15931 Modified Files: post Log Message: main(): Set the message metadata `received_time' to the current time. Note that ToArchive.py will set this if it isn't present in the metadata already, however that

[Mailman-checkins] CVS: mailman/scripts auto,2.2,2.3

2001-04-30 Thread Barry Warsaw
Update of /cvsroot/mailman/mailman/scripts In directory usw-pr-cvs1:/tmp/cvs-serv15888 Modified Files: auto Log Message: main(): Set the message metadata `received_time' to the current time. Note that ToArchive.py will set this if it isn't present in the metadata already, however that

[Mailman-checkins] CVS: mailman/cron senddigests,2.1,2.2

2001-04-30 Thread Barry Warsaw
Update of /cvsroot/mailman/mailman/cron In directory usw-pr-cvs1:/tmp/cvs-serv16050 Modified Files: senddigests Log Message: main(): MailList objects have grown a send_digest_now() method that encapsulates all the work necessary to send a digest. Use this instead of the send_digests()

[Mailman-checkins] CVS: mailman/cron bumpdigests,2.1,2.2

2001-04-30 Thread Barry Warsaw
Update of /cvsroot/mailman/mailman/cron In directory usw-pr-cvs1:/tmp/cvs-serv16174 Modified Files: bumpdigests Log Message: main(): MailList objects have grown a bump_digest_volume() method that encapsulates all the work necessary to bump the digest number. Use this instead of hacking

[Mailman-checkins] CVS: mailman/Mailman Version.py,2.4,2.5

2001-05-01 Thread Barry Warsaw
Update of /cvsroot/mailman/mailman/Mailman In directory usw-pr-cvs1:/tmp/cvs-serv17563 Modified Files: Version.py Log Message: Bump the DATA_FILE_VERSION to pick up the changes to the list object configuration attributes. Index: Version.py

[Mailman-checkins] CVS: mailman/Mailman versions.py,2.1,2.2

2001-05-01 Thread Barry Warsaw
Update of /cvsroot/mailman/mailman/Mailman In directory usw-pr-cvs1:/tmp/cvs-serv17699 Modified Files: versions.py Log Message: ZapOldVars(): clobber_date goes away as a list-specific configuration variable. NewVars(): MailList objects grow a digest_volume_frequency and

[Mailman-checkins] CVS: mailman/Mailman/Handlers ToArchive.py,2.2,2.3

2001-05-01 Thread Barry Warsaw
Update of /cvsroot/mailman/mailman/Mailman/Handlers In directory usw-pr-cvs1:/tmp/cvs-serv18072 Modified Files: ToArchive.py Log Message: process(): `received_time' should only be added to the message's metadata if it's not already there. Usually it will be since scripts/post and

[Mailman-checkins] CVS: mailman/Mailman/Cgi confirm.py,2.0,2.1

2001-05-01 Thread Barry Warsaw
Update of /cvsroot/mailman/mailman/Mailman/Cgi In directory usw-pr-cvs1:/tmp/cvs-serv9786 Modified Files: confirm.py Log Message: Fixes to handle User-Hits-Stop-Button problems, specifically, main(): Set up a signal handler to catch SIGTERM, and unlock the mailing list when this

[Mailman-checkins] CVS: mailman/Mailman/Cgi subscribe.py,1.29,1.29.2.1

2001-05-03 Thread Barry Warsaw
Update of /cvsroot/mailman/mailman/Mailman/Cgi In directory usw-pr-cvs1:/tmp/cvs-serv28635 Modified Files: Tag: Release_2_0_1-branch subscribe.py Log Message: Be more paranoid about abnormal shutdown conditions, specifically: main(): When the user hits the stop button on their

[Mailman-checkins] CVS: mailman/Mailman/Cgi admindb.py,1.36.2.2,1.36.2.3

2001-05-03 Thread Barry Warsaw
Update of /cvsroot/mailman/mailman/Mailman/Cgi In directory usw-pr-cvs1:/tmp/cvs-serv30468 Modified Files: Tag: Release_2_0_1-branch admindb.py Log Message: Don't forget to import sys! Index: admindb.py === RCS

[Mailman-checkins] CVS: mailman/Mailman/Cgi edithtml.py,2.4,2.5

2001-05-03 Thread Barry Warsaw
Update of /cvsroot/mailman/mailman/Mailman/Cgi In directory usw-pr-cvs1:/tmp/cvs-serv31661 Modified Files: edithtml.py Log Message: De-string-module-ification. Index: edithtml.py === RCS file:

[Mailman-checkins] CVS: mailman/Mailman/Cgi handle_opts.py,2.5,2.6

2001-05-03 Thread Barry Warsaw
Update of /cvsroot/mailman/mailman/Mailman/Cgi In directory usw-pr-cvs1:/tmp/cvs-serv31880 Modified Files: handle_opts.py Log Message: Be more paranoid about abnormal shutdown conditions, specifically: main(): When the user hits the stop button on their browser during a long running

[Mailman-checkins] CVS: mailman/Mailman/Cgi private.py,2.4,2.5

2001-05-03 Thread Barry Warsaw
Update of /cvsroot/mailman/mailman/Mailman/Cgi In directory usw-pr-cvs1:/tmp/cvs-serv32116 Modified Files: private.py Log Message: De-string-module-ification. Index: private.py === RCS file:

[Mailman-checkins] CVS: mailman/Mailman/Cgi subscribe.py,2.5,2.6

2001-05-03 Thread Barry Warsaw
Update of /cvsroot/mailman/mailman/Mailman/Cgi In directory usw-pr-cvs1:/tmp/cvs-serv32274 Modified Files: subscribe.py Log Message: Be more paranoid about abnormal shutdown conditions, specifically: main(): When the user hits the stop button on their browser during a long running

[Mailman-checkins] CVS: mailman/Mailman/Cgi admindb.py,1.36.2.3,1.36.2.4

2001-05-04 Thread Barry Warsaw
Update of /cvsroot/mailman/mailman/Mailman/Cgi In directory usw-pr-cvs1:/tmp/cvs-serv15120 Modified Files: Tag: Release_2_0_1-branch admindb.py Log Message: main(): Stupid indentation bug. :( Index: admindb.py ===

[Mailman-checkins] CVS: mailman/bin update,1.24.2.1,1.24.2.2

2001-05-06 Thread Barry Warsaw
Update of /cvsroot/mailman/mailman/bin In directory usw-pr-cvs1:/tmp/cvs-serv13485 Modified Files: Tag: Release_2_0_1-branch update Log Message: Make updating less painful. Specifically, dolist(): Only lock the list, change the attributes, and save the config.db file if the

[Mailman-checkins] CVS: mailman README.POSTFIX,NONE,2.0

2001-05-09 Thread Barry Warsaw
Update of /cvsroot/mailman/mailman In directory usw-pr-cvs1:/tmp/cvs-serv19364 Modified Files: Tag: 2.0 README.POSTFIX Log Message: Bumping tag --- NEW FILE: README.POSTFIX --- Mailman - The GNU Mailing List Management System Copyright (C) 2001 by the Free Software Foundation,

[Mailman-checkins] CVS: mailman/Mailman Makefile.in,2.2,2.3

2001-05-09 Thread Barry Warsaw
Update of /cvsroot/mailman/mailman/Mailman In directory usw-pr-cvs1:/tmp/cvs-serv19691 Modified Files: Makefile.in Log Message: bumping copyright years Index: Makefile.in === RCS file:

[Mailman-checkins] CVS: mailman/Mailman Utils.py,2.9,2.10

2001-05-09 Thread Barry Warsaw
Update of /cvsroot/mailman/mailman/Mailman In directory usw-pr-cvs1:/tmp/cvs-serv20519 Modified Files: Utils.py Log Message: SetSiteAdminPassword() - set_global_password(): Also, add optional argument `siteadmin' which if true reads the SITE_PW_FILE (default is true). When false, it

[Mailman-checkins] CVS: mailman/bin mmsitepass,2.1,2.2

2001-05-09 Thread Barry Warsaw
Update of /cvsroot/mailman/mailman/bin In directory usw-pr-cvs1:/tmp/cvs-serv20684 Modified Files: mmsitepass Log Message: Add the -c/--listcreator option which sets the global list creator's password, used to create mailing lists through the web. Index: mmsitepass

[Mailman-checkins] CVS: mailman/src Makefile.in,2.1,2.2

2001-05-09 Thread Barry Warsaw
Update of /cvsroot/mailman/mailman/src In directory usw-pr-cvs1:/tmp/cvs-serv20773 Modified Files: Makefile.in Log Message: Add the create and rmlist CGI programs. Index: Makefile.in === RCS file:

[Mailman-checkins] CVS: mailman/Mailman htmlformat.py,2.5,2.6

2001-05-09 Thread Barry Warsaw
Update of /cvsroot/mailman/mailman/Mailman In directory usw-pr-cvs1:/tmp/cvs-serv21090 Modified Files: htmlformat.py Log Message: Added the Label widget/class, which is a Container that aligns its elements on the right edge. PasswordBox: contructor now takes a size argument, which

[Mailman-checkins] CVS: mailman/Mailman/Cgi admin.py,2.14,2.15

2001-05-09 Thread Barry Warsaw
Update of /cvsroot/mailman/mailman/Mailman/Cgi In directory usw-pr-cvs1:/tmp/cvs-serv11443 Modified Files: admin.py Log Message: admin_overview(): Add a link to the site-wide `create' cgi page for creating new mailing lists. show_results(): Under Other Administrative Activities, add a

[Mailman-checkins] CVS: mailman/Mailman/Cgi listinfo.py,2.6,2.7

2001-05-09 Thread Barry Warsaw
Update of /cvsroot/mailman/mailman/Mailman/Cgi In directory usw-pr-cvs1:/tmp/cvs-serv11814 Modified Files: listinfo.py Log Message: listinfo_overview(): The hostname/domain grokking code was moved into Utils.get_domain(). Index: listinfo.py

[Mailman-checkins] CVS: mailman/bin newlist,2.4,2.5

2001-05-09 Thread Barry Warsaw
Update of /cvsroot/mailman/mailman/bin In directory usw-pr-cvs1:/tmp/cvs-serv12479 Modified Files: newlist Log Message: Several changes to sync this with through-the-web and automatic creation of mailing lists. Specifically, -o/--output switch is removed SENDMAIL_ALIAS_TEMPLATE,

[Mailman-checkins] CVS: mailman/bin rmlist,2.2,2.3

2001-05-09 Thread Barry Warsaw
Update of /cvsroot/mailman/mailman/bin In directory usw-pr-cvs1:/tmp/cvs-serv13078 Modified Files: rmlist Log Message: Added support for through-the-web list deletion. Also, remove_it(): Use the new Utils.rmdirhier() function instead of calling 'rm -r' through os.system(). main():

[Mailman-checkins] CVS: mailman/Mailman/Queue ArchRunner.py,2.1,2.2

2001-05-09 Thread Barry Warsaw
Update of /cvsroot/mailman/mailman/Mailman/Queue In directory usw-pr-cvs1:/tmp/cvs-serv13553 Modified Files: ArchRunner.py Log Message: _dispose(): Add a new header X-List-Received-Date: which contains the time that Mailman received the message. This header only goes into the archived

[Mailman-checkins] CVS: mailman/Mailman/Queue ArchRunner.py,2.2,2.3

2001-05-09 Thread Barry Warsaw
Update of /cvsroot/mailman/mailman/Mailman/Queue In directory usw-pr-cvs1:/tmp/cvs-serv13683 Modified Files: ArchRunner.py Log Message: _dispose(): Oops! Remove an outdated comment. Index: ArchRunner.py === RCS file:

[Mailman-checkins] CVS: mailman/Mailman/Cgi create.py,NONE,1.1 rmlist.py,NONE,1.1

2001-05-09 Thread Barry Warsaw
Update of /cvsroot/mailman/mailman/Mailman/Cgi In directory usw-pr-cvs1:/tmp/cvs-serv13833 Added Files: create.py rmlist.py Log Message: CGI scripts for through-the-web creation and deletion of mailing lists. --- NEW FILE: create.py --- # Copyright (C) 2001 by the Free Software

[Mailman-checkins] CVS: mailman/Mailman/Cgi create.py,NONE,2.0

2001-05-09 Thread Barry Warsaw
Update of /cvsroot/mailman/mailman/Mailman/Cgi In directory usw-pr-cvs1:/tmp/cvs-serv14133 Modified Files: Tag: 2.0 create.py Log Message: Mostly inconsequential change to bump cvs rev# to 2.0 --- NEW FILE: create.py --- # Copyright (C) 2001 by the Free Software Foundation, Inc.

[Mailman-checkins] CVS: mailman/Mailman/Cgi rmlist.py,NONE,2.0

2001-05-09 Thread Barry Warsaw
Update of /cvsroot/mailman/mailman/Mailman/Cgi In directory usw-pr-cvs1:/tmp/cvs-serv14292 Modified Files: Tag: 2.0 rmlist.py Log Message: Mostly inconsequential change to bump cvs rev# to 2.0 --- NEW FILE: rmlist.py --- # Copyright (C) 2001 by the Free Software Foundation, Inc.

[Mailman-checkins] CVS: mailman/src .cvsignore,2.1,2.2

2001-05-09 Thread Barry Warsaw
Update of /cvsroot/mailman/mailman/src In directory usw-pr-cvs1:/tmp/cvs-serv14455 Modified Files: .cvsignore Log Message: Ignore the two new binaries. Index: .cvsignore === RCS file:

[Mailman-checkins] CVS: mailman/Mailman/MTA .cvsignore,NONE,1.1 Makefile.in,NONE,1.1 Postfix.py,NONE,1.1 __init__.py,NONE,1.1

2001-05-09 Thread Barry Warsaw
Update of /cvsroot/mailman/mailman/Mailman/MTA In directory usw-pr-cvs1:/tmp/cvs-serv14763 Added Files: .cvsignore Makefile.in Postfix.py __init__.py Log Message: Checking in the usual .cvsignore, Makefile.in, and __init__.py files. Also, Postfix.py which contains the Postfix-specific

  1   2   3   4   5   6   7   8   9   10   >