summaryrefslogtreecommitdiff
path: root/bin/add_members (follow)
Commit message (Expand)AuthorAgeFilesLines
* Convert add_members.bwarsaw2006-05-021-255/+0
* FSF office has moved. chdcking in for MAIN branch.tkikuchi2005-08-271-1/+1
* Remove all traces of -c / --change-msg. This is an anachronism thatbwarsaw2003-04-191-43/+1
* Fixed typo in docstring. Closes SF bug # 697321 by Ricardo Kustner.bwarsaw2003-03-141-11/+11
* addall(): Fixed NameError, closing bug #650711 reported by Cabelbwarsaw2002-12-241-1/+1
* Jon Parise's patch to improve the usage() output for the command linebwarsaw2002-10-211-2/+6
* Fixed typo reported by Dan Mick.bwarsaw2002-09-061-1/+1
* main(): Deprecate -n/--non-digest-members-file in favor ofbwarsaw2002-04-061-4/+13
* main(): Oops, missed a use of the obsolete GetAdminEmail().bwarsaw2002-03-271-1/+0
* SendExplanation(): GetAdminEmail() is gone so replace this with morebwarsaw2002-03-271-3/+3
* Update imports for the new rules on shadowing standard librarybwarsaw2002-02-231-2/+3
* SendExplanation(), main(): First, set the global language to thebwarsaw2002-02-111-10/+22
* Use email.Utils.parseaddr()bwarsaw2001-10-221-3/+2
* Ben Gertzfield's patch to hardcode the path to the python executablebwarsaw2001-09-071-1/+1
* main(): Instead of using MAILMAN_OWNER, use Utils.get_site_email().bwarsaw2001-08-041-1/+1
* Rewrite docstring for clarity, and to describe the newbwarsaw2001-07-201-58/+106
* SendExplanation(): Fixed the sending of notification to use the newbwarsaw2001-04-091-7/+3
* Start of support for i18n; marking of translatable strings.bwarsaw2000-12-071-22/+30
* Make sure all scripts lowercase the list names, since they are casebwarsaw2000-09-111-1/+1
* SendExplanation(): GetAbsoluteScriptURL() => GetScriptURL(..., absolute=1)bwarsaw2000-08-011-1/+1
* SendExplanation(): Use the new DeliverToUser() API to fix the sendingbwarsaw2000-07-191-2/+5
* Update the copyright lines to include the years 1999 & 2000.bwarsaw2000-03-211-1/+1
* Convert message delivery to pipeline architecture by usingbwarsaw1999-11-241-28/+27
* SendExplanation(): Message objects no longer have a SetHeader()bwarsaw1999-11-101-2/+2
* main(): Reap all subprocesses until none are leftbwarsaw1999-10-301-0/+4
* Use new MailList.ApprovedAddMembers() to speed up addition.hmeland1999-06-131-25/+21
* When either of the -d or -n files are "-", read that list of addresseshmeland1999-03-041-10/+22
* Use the new ValidateEmail() interface.bwarsaw1999-01-091-1/+3
* Added back add_members to Makefile.inbwarsaw1998-12-171-5/+5
* consolidated convertlist and populate_new_list into add_members.cotton1998-11-251-0/+205