summaryrefslogtreecommitdiff
path: root/cron/checkdbs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move all cron scripts to the new Mailman.bin package layout and complete thebwarsaw2006-05-131-203/+0
* back porting from 2.1.6tkikuchi2005-08-281-10/+39
* FSF office has moved. chdcking in for MAIN branch.tkikuchi2005-08-271-1/+1
* pending_requests(): Be sure reason is translated. Closes SF bugbwarsaw2003-04-191-0/+1
* usage(): Added -h / --help text.bwarsaw2003-03-111-7/+44
* 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
* main(): Get rid of the phantom "moderator requests" messages. Fix bybwarsaw2002-07-131-1/+1
* main(): While we're at it, cruise through thebwarsaw2002-05-281-18/+30
* 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
* 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
* pending_requests(): Subscription ID records unpack to a 6 tuple now,bwarsaw2001-11-091-2/+9
* Ben Gertzfield's patch to hardcode the path to the python executablebwarsaw2001-09-071-1/+1
* Reorder the imports so mm_cfg is always the first module importedbwarsaw2001-07-271-0/+3
* A few more updates to get this script working. Specifically,bwarsaw2001-06-041-20/+27
* main(): Fix typo (missing ')') found by Ousmane Wilane.twouters2001-06-041-1/+1
* de-string-module-ificationbwarsaw2001-05-311-9/+11
* main(): Call maketext() with the list's preferred language.bwarsaw2000-12-261-1/+1
* main(): GetAbsoluteScriptURL() => GetScriptURL(..., absolute=1)bwarsaw2000-08-011-1/+1
* pending_requests(): Backwards compatibility code to handle the tuplebwarsaw2000-05-081-1/+6
* pending_requests(): missing parens made the RHS of the % not a tuple.bwarsaw2000-04-121-1/+1
* Update the copyright lines to include the years 1999 & 2000.bwarsaw2000-03-211-1/+1
* convert to the new message delivery mechanismbwarsaw1999-12-141-7/+11
* Convert to the new admin request API.bwarsaw1999-11-121-43/+48
* On some RedHat Linuxes, there appears to be a problem with some cronsbwarsaw1999-01-131-0/+4
* Add "Precedence: bulk" header to password reminders, so they don'tklm1998-08-141-1/+2
* With recent maketext() (wrap()) fixes, we can just append the list ofklm1998-07-231-3/+6
* Moved the notice text to a new template, for use with 'maketext'.klm1998-07-171-13/+9
* Another file where the from line was oddly missing the "import" part ofviega1998-07-071-2/+2
* Packagizedbwarsaw1998-06-191-3/+5
* Add Unlock() calls where appropriate, and add lock = 0 to MailListviega1998-06-131-2/+1
* Updated calls to GetScriptURL to the appropriate new form. One or twoviega1998-06-031-1/+1
* 1. Use the standard Python invocation #! line to get the interpreterbwarsaw1998-05-261-6/+3
* Fixed a typo in the zipcode.viega1998-05-261-2/+2
* Added copyright notices to all source files where I am legally entitled to do...viega1998-05-251-1/+16
* Preparing to package a distribution - add a module docstring andmailman1998-04-091-4/+4
* Fixed request unpack to get the nw, right length.mailman1998-03-241-4/+5
* Describe the requests that are pending in the notification message.mailman1998-03-181-16/+46
* Use new routine maillist.list_names(), instead of doing it by hand.mailman1998-02-251-6/+2
* Initial revisionmailman1998-02-251-0/+34