Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixes for SF #949117. | bwarsaw | 2005-05-31 | 1 | -11/+20 |
| | | | | | | | | update_qfiles(): Catch and ignore OSErrors when trying to listdir() a non-directory. dequeue(): Catch EOFErrors that can occur if a zero-length qfile is encountered. | ||||
* | Provide a warning about the private archive directory permissions on shared | bwarsaw | 2005-05-13 | 1 | -2/+9 |
| | | | | | multiuser systems, and provide some information on what can be done about it. Update the install document. | ||||
* | main(): Honor doprint even if we're not in filetype == 1. | bwarsaw | 2005-05-13 | 1 | -8/+11 |
| | |||||
* | Need a special care for scrub_nondigest list attachments. | tkikuchi | 2005-02-02 | 1 | -0/+13 |
| | |||||
* | New names added to ACKNOWLEDGMENTS. Updated NEWS in preparation for 2.1.6b1. | bwarsaw | 2005-01-16 | 1 | -2/+2 |
| | | | | Update copyright years for files changes in 2005. Whitespace normalization. | ||||
* | Renamed reset_pw to reset_pw.py so that the file looks like a Python module. | bwarsaw | 2004-12-30 | 3 | -27/+53 |
| | | | | | | | | | This goes hand-in-hand with one of two changes to withlist. Now, withlist puts the directory it's found in on the end of sys.path. This way it's much easier to run withlist scripts that live in bin. The other change allows running withlist w/o a list name, but only if -i is given. Makes it easier to debug various non-list related parts of Mailman. | ||||
* | From the NEWS file: | bwarsaw | 2004-12-30 | 3 | -12/+100 |
| | | | | | | | | | | - Added the ability for Mailman generated passwords (both member and list admin) to be more cryptographically secure. See new configuration variables USER_FRIENDLY_PASSWORDS, MEMBER_PASSWORD_LENGTH, and ADMIN_PASSWORD_LENGTH. Also added a new bin/withlist script called reset_pw which can be used to reset all member passwords. Passwords generated by Mailman are now 8 characters by default for members, and 10 characters for list administrators. | ||||
* | add options for hostnames in newlist command. | tkikuchi | 2004-11-07 | 1 | -17/+52 |
| | |||||
* | [ 874764 ] -admin address is now equiv to -bounce | tkikuchi | 2004-10-19 | 1 | -3/+3 |
| | |||||
* | getgrgid(), checkwalk(): cache the results of grp.getgrgid() so things go much | bwarsaw | 2004-07-06 | 1 | -3/+14 |
| | | | | faster. (At least some) libc getgrgid() opens /etc/group for every query. | ||||
* | update_qfiles(): Skip the qfiles/bad directory. | bwarsaw | 2004-04-24 | 1 | -0/+3 |
| | |||||
* | main(): Catch base class of EmailAddressError so either MMBadEmailError or | bwarsaw | 2004-02-29 | 1 | -13/+13 |
| | | | | | | | MMHostileAddress will be caught. This (and the previous similar patch to Mailman/Cgi/create.py) were given by SHIGENO Kazutaka. | ||||
* | update_pending(): Return immediately if the pending db has already been update | bwarsaw | 2004-02-29 | 1 | -0/+3 |
| | | | | or otherwise doesn't exist. | ||||
* | dequeue(): Catch ValueErrors too. | bwarsaw | 2004-02-29 | 1 | -1/+1 |
| | |||||
* | update_pending(): Tokio Kikuchi's patch #899263 for ignoring duplicate pending | bwarsaw | 2004-02-22 | 1 | -2/+4 |
| | | | | ids. (With slight modification by BAW.) | ||||
* | update_qfiles(), ext_read(), dequeue(): More gross stuff to upgrade the | bwarsaw | 2004-02-10 | 1 | -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. | ||||
* | main(): Extend pickle file dumping to print every object in the pickle file. | bwarsaw | 2004-02-10 | 1 | -10/+32 |
| | |||||
* | Added helpful comment. | bwarsaw | 2004-02-03 | 1 | -1/+2 |
| | |||||
* | dolist(): Don't move o_tmpl to n_tmpl if the former doesn't exist. | bwarsaw | 2003-12-27 | 1 | -5/+9 |
| | |||||
* | SCRIPTS: Add Richard Barrett's script to fix Pipermail archive bloat | bwarsaw | 2003-12-24 | 1 | -1/+1 |
| | | | | | | on existing archives. Closes SF bug #835332. Note, you have to re-run configure to pick up this new script. | ||||
* | Richard Barrett's script to fix Pipermail archive bloat on existing | bwarsaw | 2003-12-24 | 1 | -0/+108 |
| | | | | archives. Closes SF bug #835332. | ||||
* | check_privs(): Set the process's supplemental groups to those of the | bwarsaw | 2003-12-14 | 1 | -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. | ||||
* | do_input(): Kludge around a problem when setting new_member_options | bwarsaw | 2003-11-24 | 1 | -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. | ||||
* | Backporting from the HEAD -- bin and cron scripts | bwarsaw | 2003-09-22 | 6 | -27/+74 |
| | |||||
* | This commit was manufactured by cvs2svn to create branch | 2003-09-22 | 2 | -0/+194 | |
| | | | 'Release_2_1-maint'. | ||||
* | Backporting once again from the trunk. | bwarsaw | 2003-04-22 | 1 | -1/+1 |
| | | | | | I18ners please double check (except Tokio). It's always so painful to resolve conflicts here, I hope I got them right. | ||||
* | This commit was manufactured by cvs2svn to create branch | 2003-04-22 | 1 | -0/+203 | |
| | | | 'Release_2_1-maint'. | ||||
* | Backporting from the trunk. | bwarsaw | 2003-04-20 | 2 | -71/+44 |
| | |||||
* | Backport from the trunk, and catalog regeneration. | bwarsaw | 2003-04-19 | 2 | -16/+22 |
| | |||||
* | Backporting from trunk. | bwarsaw | 2003-04-07 | 1 | -1/+1 |
| | |||||
* | Backport: | bwarsaw | 2003-04-02 | 1 | -6/+6 |
| | | | | | scanlists(): Fix -w option by repairing a typo. Closes SF bug #710678 by Richard Barrett, who also provided the patch. | ||||
* | Backporting various fixes and improvements from the trunk. | bwarsaw | 2003-03-31 | 6 | -81/+130 |
| | |||||
* | Backporting SF patch #683906, add $DESTDIR to install target, by | bwarsaw | 2003-03-31 | 1 | -2/+3 |
| | | | | Ademar de Souza Reis Jr | ||||
* | Backporting from the trunk. | bwarsaw | 2003-02-08 | 1 | -1/+15 |
| | |||||
* | main(): Fix some dumb coding bugs. | bwarsaw | 2003-01-03 | 1 | -3/+3 |
| | |||||
* | This commit was manufactured by cvs2svn to create branch | 2003-01-02 | 34 | -0/+6992 | |
'Release_2_1-maint'. |