| Commit message (Expand) | Author | Age | Files | Lines |
| * | poll_newsgroup(): GetAdminEmail() is gone so replace this with more | bwarsaw | 2002-03-27 | 1 | -2/+5 |
| * | main(): GetAdminEmail() is gone so replace this with more appropriate | bwarsaw | 2002-03-27 | 1 | -2/+3 |
| * | pending_requests(): We don't need to compare the length of the info | bwarsaw | 2002-03-26 | 1 | -14/+4 |
| * | Update copyright years. | bwarsaw | 2002-03-16 | 4 | -4/+4 |
| * | pending_requests(): Slightly better formatting when there's a | bwarsaw | 2002-03-15 | 1 | -2/+3 |
| * | main(): Pass the list's preferred language to the UserNotification | bwarsaw | 2002-02-28 | 1 | -3/+4 |
| * | main(): A couple of i18n fixes. In order to translate the Subject: | bwarsaw | 2002-02-28 | 1 | -4/+14 |
| * | main(): The .Save() call should be in the try: clause. | bwarsaw | 2002-02-26 | 1 | -2/+2 |
| * | Update imports for the new rules on shadowing standard library | bwarsaw | 2002-02-23 | 1 | -7/+5 |
| * | main(): Add a sweep & cull step before sending disabled notifications. | bwarsaw | 2002-01-29 | 1 | -1/+30 |
| * | Fix typo in autoconf substitution. Found by Dan Ohnesorg. | bwarsaw | 2002-01-06 | 1 | -1/+1 |
| * | Add calls for cron/disabled to send out the you-are-disabled notices. | bwarsaw | 2001-12-27 | 2 | -3/+9 |
| * | New cron script to search for disabled-by-bounce memberships and send | bwarsaw | 2001-12-27 | 1 | -0/+116 |
| * | main(): All owner refereces should point to the mailman-owner@dom.ain | bwarsaw | 2001-11-20 | 1 | -5/+7 |
| * | pending_requests(): Subscription ID records unpack to a 6 tuple now, | bwarsaw | 2001-11-09 | 1 | -2/+9 |
| * | main(): If the site list is missing, write a log message to logs/error | bwarsaw | 2001-11-05 | 1 | -1/+10 |
| * | mimelib -> email | bwarsaw | 2001-10-22 | 3 | -10/+4 |
| * | Ben Gertzfield's patch to hardcode the path to the python executable | bwarsaw | 2001-09-07 | 1 | -1/+3 |
| * | Ben Gertzfield's patch to hardcode the path to the python executable | bwarsaw | 2001-09-07 | 6 | -6/+6 |
| * | Massively rewritten so as to (hopefully) simplify the logic, and not | bwarsaw | 2001-08-04 | 1 | -100/+109 |
| * | Split SCRIPTS into FILES and PROGRAMS. The former is installed with | bwarsaw | 2001-08-04 | 1 | -5/+8 |
| * | Reorder the imports so mm_cfg is always the first module imported | bwarsaw | 2001-07-27 | 6 | -9/+30 |
| * | poll_newsgroup(): work around Python 2.0 restriction on continue inside try | twouters | 2001-07-26 | 1 | -1/+8 |
| * | Dang, the usual oversight. | bwarsaw | 2001-07-26 | 1 | -1/+1 |
| * | main(): Use archive_dir() instead of the archive_directory attribute. | bwarsaw | 2001-07-26 | 1 | -1/+1 |
| * | poll_newsgroup(): Untested patch so that newsgroup messages with | bwarsaw | 2001-07-25 | 1 | -1/+8 |
| * | All membership related attribute access should use the MemberAdaptor | bwarsaw | 2001-07-19 | 1 | -2/+2 |
| * | No longer necessary. qrunner is now a proper daemon and shouldn't be | bwarsaw | 2001-07-06 | 1 | -290/+0 |
| * | Removed qrunner cron script, as it has been obsoleted by | bwarsaw | 2001-07-05 | 1 | -2/+2 |
| * | Lots of changes to make this act more like a traditional daemon and to | bwarsaw | 2001-07-03 | 1 | -67/+59 |
| * | Don't run qrunner as a cron job any more (it's now a daemon). | bwarsaw | 2001-07-03 | 1 | -3/+0 |
| * | mail_passwords(): Fixed missing translation markings; found by Ousmane | bwarsaw | 2001-07-02 | 1 | -1/+1 |
| * | start_runner(): Put the invocation of qrclass().run() inside the try: | bwarsaw | 2001-06-07 | 1 | -1/+1 |
| * | A few more updates to get this script working. Specifically, | bwarsaw | 2001-06-04 | 1 | -20/+27 |
| * | main(): Fix typo (missing ')') found by Ousmane Wilane. | twouters | 2001-06-04 | 1 | -1/+1 |
| * | sighup_handler(): Be sure to propagate the SIGHUP to all the qrunner | bwarsaw | 2001-06-02 | 1 | -8/+12 |
| * | sighup_handler(): New global function, installed as a signal handler | bwarsaw | 2001-06-02 | 1 | -1/+15 |
| * | de-string-module-ification | bwarsaw | 2001-05-31 | 1 | -9/+11 |
| * | main(): Do not send a password reminder to a user if they have | bwarsaw | 2001-05-25 | 1 | -7/+9 |
| * | Be sure to set the language to the DEFAULT_SERVER_LANGUAGE as soon as | bwarsaw | 2001-05-18 | 1 | -1/+4 |
| * | main(): MailList objects have grown a bump_digest_volume() method that | bwarsaw | 2001-05-01 | 1 | -3/+2 |
| * | main(): MailList objects have grown a send_digest_now() method that | bwarsaw | 2001-05-01 | 1 | -26/+6 |
| * | start_runner(): Due to race conditions, the subproc could get the | bwarsaw | 2001-04-03 | 1 | -1/+6 |
| * | master(): Rework the while 1 loop so that it's inside the try/except | bwarsaw | 2001-04-02 | 1 | -4/+4 |
| * | Improvements to make sure multiple qrunner masters aren't running at | bwarsaw | 2001-03-01 | 1 | -15/+62 |
| * | usage(): Standard usage printing function. | bwarsaw | 2001-02-16 | 1 | -7/+24 |
| * | Duh, don't try to import mimelib.Parser until after the paths have | bwarsaw | 2001-02-16 | 1 | -2/+2 |
| * | Very significant changes to support the new Runner classes, and the | bwarsaw | 2001-02-15 | 1 | -21/+167 |
| * | Convert to using the new ToDigest module which stores its digests in a | bwarsaw | 2001-02-15 | 1 | -20/+23 |
| * | De-string-module-ify. | bwarsaw | 2001-02-15 | 1 | -17/+23 |