summaryrefslogtreecommitdiff
path: root/cron
Commit message (Expand)AuthorAgeFilesLines
* 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
* main(): All owner refereces should point to the mailman-owner@dom.ainbwarsaw2001-11-201-5/+7
* pending_requests(): Subscription ID records unpack to a 6 tuple now,bwarsaw2001-11-091-2/+9
* main(): If the site list is missing, write a log message to logs/errorbwarsaw2001-11-051-1/+10
* mimelib -> emailbwarsaw2001-10-223-10/+4
* Ben Gertzfield's patch to hardcode the path to the python executablebwarsaw2001-09-071-1/+3
* Ben Gertzfield's patch to hardcode the path to the python executablebwarsaw2001-09-076-6/+6
* Massively rewritten so as to (hopefully) simplify the logic, and notbwarsaw2001-08-041-100/+109
* Split SCRIPTS into FILES and PROGRAMS. The former is installed withbwarsaw2001-08-041-5/+8
* Reorder the imports so mm_cfg is always the first module importedbwarsaw2001-07-276-9/+30
* poll_newsgroup(): work around Python 2.0 restriction on continue inside trytwouters2001-07-261-1/+8
* Dang, the usual oversight.bwarsaw2001-07-261-1/+1
* main(): Use archive_dir() instead of the archive_directory attribute.bwarsaw2001-07-261-1/+1
* poll_newsgroup(): Untested patch so that newsgroup messages withbwarsaw2001-07-251-1/+8
* All membership related attribute access should use the MemberAdaptorbwarsaw2001-07-191-2/+2
* No longer necessary. qrunner is now a proper daemon and shouldn't bebwarsaw2001-07-061-290/+0
* Removed qrunner cron script, as it has been obsoleted bybwarsaw2001-07-051-2/+2
* Lots of changes to make this act more like a traditional daemon and tobwarsaw2001-07-031-67/+59
* Don't run qrunner as a cron job any more (it's now a daemon).bwarsaw2001-07-031-3/+0
* mail_passwords(): Fixed missing translation markings; found by Ousmanebwarsaw2001-07-021-1/+1
* start_runner(): Put the invocation of qrclass().run() inside the try:bwarsaw2001-06-071-1/+1
* 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
* sighup_handler(): Be sure to propagate the SIGHUP to all the qrunnerbwarsaw2001-06-021-8/+12
* sighup_handler(): New global function, installed as a signal handlerbwarsaw2001-06-021-1/+15
* de-string-module-ificationbwarsaw2001-05-311-9/+11
* main(): Do not send a password reminder to a user if they havebwarsaw2001-05-251-7/+9
* Be sure to set the language to the DEFAULT_SERVER_LANGUAGE as soon asbwarsaw2001-05-181-1/+4
* main(): MailList objects have grown a bump_digest_volume() method thatbwarsaw2001-05-011-3/+2