aboutsummaryrefslogtreecommitdiffstats
path: root/bin (unfollow)
Commit message (Collapse)AuthorFilesLines
2004-04-24update_qfiles(): Skip the qfiles/bad directory.bwarsaw1-0/+3
2004-02-29main(): Catch base class of EmailAddressError so either MMBadEmailError orbwarsaw1-13/+13
MMHostileAddress will be caught. This (and the previous similar patch to Mailman/Cgi/create.py) were given by SHIGENO Kazutaka.
2004-02-29update_pending(): Return immediately if the pending db has already been updatebwarsaw1-0/+3
or otherwise doesn't exist.
2004-02-29dequeue(): Catch ValueErrors too.bwarsaw1-1/+1
2004-02-22update_pending(): Tokio Kikuchi's patch #899263 for ignoring duplicate pendingbwarsaw1-2/+4
ids. (With slight modification by BAW.)
2004-02-10update_qfiles(), ext_read(), dequeue(): More gross stuff to upgrade thebwarsaw1-29/+227
separate .db and .msg qfiles to the single .pck file. update_pending(): Updates the global data/pending.pck file to the per-list .pck files as best as possible. main(): update the qfiles and pending database.
2004-02-10main(): Extend pickle file dumping to print every object in the pickle file.bwarsaw1-10/+32
2004-02-03Added helpful comment.bwarsaw1-1/+2
2003-12-27dolist(): Don't move o_tmpl to n_tmpl if the former doesn't exist.bwarsaw1-5/+9
2003-12-24SCRIPTS: Add Richard Barrett's script to fix Pipermail archive bloatbwarsaw1-1/+1
on existing archives. Closes SF bug #835332. Note, you have to re-run configure to pick up this new script.
2003-12-24Richard Barrett's script to fix Pipermail archive bloat on existingbwarsaw1-0/+108
archives. Closes SF bug #835332.
2003-12-14check_privs(): Set the process's supplemental groups to those of thebwarsaw1-0/+7
setuid'd user, if os.setgroup() is available (it's not in Python 2.1). Close SF bug #777444 posted by Richard Barrett, identified and solved by Jonas Muerer.
2003-11-24do_input(): Kludge around a problem when setting new_member_optionsbwarsaw1-1/+10
via config_list. This one sucks because new_member_options is a Checkbox but the standard way of setting and getting these values doesn't really work. Fixes SF # 841445.
2003-09-22Backporting from the HEAD -- bin and cron scriptsbwarsaw6-27/+74
2003-09-22This commit was manufactured by cvs2svn to create branch2-0/+194
'Release_2_1-maint'.
2003-04-22Backporting once again from the trunk.bwarsaw1-1/+1
I18ners please double check (except Tokio). It's always so painful to resolve conflicts here, I hope I got them right.
2003-04-22This commit was manufactured by cvs2svn to create branch1-0/+203
'Release_2_1-maint'.
2003-04-20Backporting from the trunk.bwarsaw2-71/+44
2003-04-19Backport from the trunk, and catalog regeneration.bwarsaw2-16/+22
2003-04-07Backporting from trunk.bwarsaw1-1/+1
2003-04-02Backport:bwarsaw1-6/+6
scanlists(): Fix -w option by repairing a typo. Closes SF bug #710678 by Richard Barrett, who also provided the patch.
2003-03-31Backporting various fixes and improvements from the trunk.bwarsaw6-81/+130
2003-03-31Backporting SF patch #683906, add $DESTDIR to install target, bybwarsaw1-2/+3
Ademar de Souza Reis Jr
2003-02-08Backporting from the trunk.bwarsaw1-1/+15
2003-01-03main(): Fix some dumb coding bugs.bwarsaw1-3/+3