summaryrefslogtreecommitdiff
path: root/cron
Commit message (Expand)AuthorAgeFilesLines
* The start of a setuptools conversion. All the Makefile.in and autoconfBarry Warsaw2007-07-131-78/+0
* Update copyright years.bwarsaw2007-01-191-1/+1
* Move all cron scripts to the new Mailman.bin package layout and complete thebwarsaw2006-05-139-1295/+9
* - fixed misspelling of propagate in loginit.initialize call in cron/disabled.msapiro2006-05-091-1/+1
* - Fixes to further remove the old Syslog from bin and cron scripts. Note thatbwarsaw2006-04-242-59/+50
* Now that we've converted from CVS to Subversion, remove CVS cruft frombwarsaw2006-04-151-2/+0
* back porting from 2.1.6tkikuchi2005-08-283-19/+52
* FSF office has moved. chdcking in for MAIN branch.tkikuchi2005-08-278-8/+8
* main(): If we get NotAMemberError when sending the next notification,bwarsaw2003-08-181-5/+15
* tounicode(): New function to coerce to unicode after the fact (yes,bwarsaw2003-06-191-0/+12
* open_newsgroup(): mlist.nntp_host may now be a host:port pair.bwarsaw2003-05-121-2/+12
* main(): It's possible for old databases to have password-less membersbwarsaw2003-05-021-1/+9
* pending_requests(): Be sure reason is translated. Closes SF bugbwarsaw2003-04-191-0/+1
* usage(): Added -h / --help text.bwarsaw2003-03-111-7/+44
* Update copyright yearsbwarsaw2003-03-111-1/+1
* SF patch #683906, add $DESTDIR to install target, by Ademar de Souza Reistwouters2003-03-111-2/+3
* main(): Patch # 680000 by Jon Parise to restore the check of thebwarsaw2003-02-041-0/+4
* main(): Treat addresses case-insensitively for grouping purposes.bwarsaw2003-01-021-9/+7
* main(): Use DEFAULT_EMAIL_HOST unless DEFAULT_HOST_NAME was overriddenbwarsaw2002-12-021-2/+4
* Move the import of Charset to after the import of paths, so we pick upbwarsaw2002-10-281-4/+4
* Whitespace normalizationbwarsaw2002-10-281-6/+6
* pending_requests(): Include the Subject header in the pending summary.bwarsaw2002-10-281-2/+4
* pending_requests(): The requests.pck database may have Unicode stringsbwarsaw2002-10-251-1/+19
* Jon Parise's patch to improve the usage() output for the command linebwarsaw2002-10-216-13/+37
* In the LogStdErr() call, we don't need to pass in the tee argument,bwarsaw2002-10-211-1/+1
* open_newsgroup(): SF bug # 620033 indicates that an IOError can bebwarsaw2002-10-151-5/+5
* poll_newsgroup(): Eek! Typo! The intent was definitely to remove anybwarsaw2002-09-061-1/+1
* main(), usage(): Added support for command line arguments -h/--helpbwarsaw2002-08-281-2/+43
* Added a -f / --force switch to force notifications to members who havebwarsaw2002-08-091-11/+18
* main(): Get rid of the phantom "moderator requests" messages. Fix bybwarsaw2002-07-131-1/+1
* Add options to also send disabled notifications for users who havebwarsaw2002-05-281-43/+96
* main(): While we're at it, cruise through thebwarsaw2002-05-281-18/+30
* Add a -l / --listname option (which can appear multiple times) tobwarsaw2002-05-221-2/+18
* Backing out the last two patches. This wasn't the right place to makebwarsaw2002-05-091-9/+2
* main(): Rework the resetting of a member's bounce info, since thebwarsaw2002-05-091-4/+6
* main(): If the member's bounce info is old-style, simply reset it.bwarsaw2002-05-071-0/+5
* Share a single nntp connection amongst all lists with the samebwarsaw2002-04-281-9/+29
* poll_newsgroup(): GetAdminEmail() is gone so replace this with morebwarsaw2002-03-271-2/+5
* main(): GetAdminEmail() is gone so replace this with more appropriatebwarsaw2002-03-271-2/+3
* pending_requests(): We don't need to compare the length of the infobwarsaw2002-03-261-14/+4
* Update copyright years.bwarsaw2002-03-164-4/+4
* pending_requests(): Slightly better formatting when there's abwarsaw2002-03-151-2/+3
* main(): Pass the list's preferred language to the UserNotificationbwarsaw2002-02-281-3/+4
* main(): A couple of i18n fixes. In order to translate the Subject:bwarsaw2002-02-281-4/+14
* main(): The .Save() call should be in the try: clause.bwarsaw2002-02-261-2/+2
* Update imports for the new rules on shadowing standard librarybwarsaw2002-02-231-7/+5
* main(): Add a sweep & cull step before sending disabled notifications.bwarsaw2002-01-291-1/+30
* Fix typo in autoconf substitution. Found by Dan Ohnesorg.bwarsaw2002-01-061-1/+1
* Add calls for cron/disabled to send out the you-are-disabled notices.bwarsaw2001-12-272-3/+9
* New cron script to search for disabled-by-bounce memberships and sendbwarsaw2001-12-271-0/+116