summaryrefslogtreecommitdiff
path: root/bin/change_pw (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Convert change_pw and show_qfiles to Mailman.bin package. Note thatbwarsaw2006-05-011-210/+0
| | | | | after this commit, I have to fix the filename of Mailman/bin/show_qfiles because of silly svn restrictions.
* back port from 2.1.6 / adding new files.tkikuchi2005-08-281-7/+8
|
* FSF office has moved. chdcking in for MAIN branch.tkikuchi2005-08-271-1/+1
|
* Jon Parise's patch to improve the usage() output for the command linebwarsaw2002-10-211-2/+6
| | | | | | and cron scripts. When code/status == 0, there's no error (it's likely --help output) so send that to stdout. Otherwise, it's an error and the output goes to stderr.
* main(): First, set the global language to the list's preferredbwarsaw2002-02-111-9/+17
| | | | | | | | language for the email message that's sent out. Then do the translation and UserNotification generation, then reset the language context and send the message. Patch by Ben Gertzfield, modified by Barry.
* Ben Gertzfield's patch to hardcode the path to the python executablebwarsaw2001-09-071-1/+1
| | | | | | | | | | | | | into the script's #! line -- based on --with-python settings, without losing CVS revision history. #! /usr/bin/env python becomes #! @PYTHON@ which gets substituted for in configure.
* main(): Instead of using MAILMAN_OWNER, use Utils.get_site_email().bwarsaw2001-08-041-1/+1
| | | | The former config variable is going away.
* intermediatebwarsaw2001-05-111-0/+197