| Commit message (Expand) | Author | Age | Files | Lines |
| * | _dopipeline(): We don't need to save the return value of __import__(). | bwarsaw | 2001-07-13 | 1 | -1/+1 |
| * | _dopipeline(): Do not include the blank Exception catch-all here, but | bwarsaw | 2001-07-13 | 1 | -9/+0 |
| * | process(): Be much more careful about bogus source strings for the | bwarsaw | 2001-07-13 | 1 | -13/+14 |
| * | hold_for_approval(): Inside admin_immed_notify (i.e. when we're | bwarsaw | 2001-07-13 | 1 | -1/+1 |
| * | add_error_message(): Don't translate tag if it is the empty string. | bwarsaw | 2001-07-12 | 1 | -1/+4 |
| * | show_post_requests(): If the heldmsg is lost, the IOError will have | bwarsaw | 2001-07-12 | 1 | -1/+1 |
| * | start_runner(): Changed indentation, since the parent always returns. | bwarsaw | 2001-07-11 | 1 | -14/+20 |
| * | main(): Catch MMNoSuchUserError which can happen if two unsub requests | bwarsaw | 2001-07-11 | 1 | -0/+4 |
| * | AddMember(), ChangeMemberAddress(), ConfirmUnsubscription(): Shorten | bwarsaw | 2001-07-11 | 1 | -3/+3 |
| * | __NoMailCmdResponse => __noresponse | bwarsaw | 2001-07-11 | 1 | -20/+29 |
| * | main(): Forgot to re-install the real translation context after the | bwarsaw | 2001-07-11 | 1 | -0/+1 |
| * | _dopipeline(): Use a better mechanism for digging out the process() | bwarsaw | 2001-07-10 | 1 | -4/+5 |
| * | InitVars(): Fix the out-of-date comment. | bwarsaw | 2001-07-10 | 1 | -1/+1 |
| * | GetConfigInfo(): Add some text to the welcome_msg details which | bwarsaw | 2001-07-10 | 1 | -1/+9 |
| * | Added support for an Urgent: header, which should contain a password | bwarsaw | 2001-07-10 | 1 | -0/+47 |
| * | BSDDBdatabase.__openIndices(): 'pas' -> 'pass' | twouters | 2001-07-10 | 1 | -1/+1 |
| * | Add missing import of 'syslog'. | twouters | 2001-07-10 | 1 | -0/+1 |
| * | MailCommandHandler.ProcessOptionCmd() and MailCommandHandler.ProcessSetCmd(): | twouters | 2001-07-10 | 1 | -2/+2 |
| * | UpdateOldVars(): 'setatrr' -> 'setattr' | twouters | 2001-07-10 | 1 | -1/+1 |
| * | SecurityManager.MakeCookie(): 'MMBadUserError' -> 'Errors.MMBadUserError' | twouters | 2001-07-10 | 1 | -1/+1 |
| * | 'UnimplementedError' -> 'NotImplementedError' | twouters | 2001-07-10 | 2 | -3/+3 |
| * | import time so it can be used. | twouters | 2001-07-10 | 1 | -0/+1 |
| * | Add back COMMASPACE to globals, as it apparently *is* used, just not | twouters | 2001-07-10 | 1 | -1/+3 |
| * | Don't forget to import LockFile for its exception. | twouters | 2001-07-10 | 1 | -0/+1 |
| * | checkperms(): 'mode' -> 'stat[ST_MODE]'. | twouters | 2001-07-10 | 1 | -1/+1 |
| * | Move COMMASPACE global from NewsRunner.py (where it isn't used) to | twouters | 2001-07-10 | 2 | -2/+1 |
| * | main(): don't call handle_no_list() with a 'doc' argument: it doesn't want | twouters | 2001-07-10 | 1 | -1/+1 |
| * | process(): Remove any Urgent: headers since these can contain | bwarsaw | 2001-07-10 | 1 | -1/+2 |
| * | send_i18n_digests(): Because messages are now enqueued as pickles by | bwarsaw | 2001-07-10 | 1 | -7/+3 |
| * | All classes should use the renamed base class: Errors.MessageHeld => | bwarsaw | 2001-07-10 | 1 | -10/+10 |
| * | MessageHeld => HoldMessage | bwarsaw | 2001-07-10 | 1 | -1/+4 |
| * | bump_digest_volume(): Fixed cut-n-paste typos (mlist => self). | bwarsaw | 2001-07-10 | 1 | -2/+2 |
| * | GLOBAL_PIPELINE: Move CalcRecips ahead of Cleanse since the former | bwarsaw | 2001-07-10 | 1 | -1/+2 |
| * | BounceMessage(): New method that will `bounce' a message back to the | bwarsaw | 2001-07-10 | 1 | -0/+19 |
| * | _shortcircuit(): Return self._stop as a default. This allows a | bwarsaw | 2001-07-08 | 1 | -1/+1 |
| * | Cleaner startup/restart/shutdown implementation. This allows the | bwarsaw | 2001-07-08 | 1 | -30/+48 |
| * | Need to import sys! | bwarsaw | 2001-07-06 | 1 | -14/+18 |
| * | get_sender(): Watch out for missing Sender: or From: fields, which | bwarsaw | 2001-07-06 | 1 | -4/+15 |
| * | unique_message_id(): New function to craft a guaranteed unique Message-ID. | bwarsaw | 2001-07-06 | 1 | -0/+19 |
| * | process(): Call syslog.write_ex() directly (instead of syslog.write() | bwarsaw | 2001-07-06 | 1 | -8/+8 |
| * | LogMsg() -> write() | bwarsaw | 2001-07-06 | 1 | -3/+10 |
| * | prepare_message(): Use Utils.unique_message_id() to generate the | bwarsaw | 2001-07-06 | 1 | -6/+13 |
| * | _open_list(): The lockp argument was unused, so remove it. | bwarsaw | 2001-07-06 | 1 | -1/+1 |
| * | intermediate | bwarsaw | 2001-07-05 | 1 | -0/+205 |
| * | PIDFILE: new variable pointing to $prefix/data/qrunner.pid | bwarsaw | 2001-07-05 | 1 | -0/+1 |
| * | main(), show_results(): Removed unnecessary global declarations. | bwarsaw | 2001-07-03 | 1 | -5/+1 |
| * | ConfirmUserPassword(): Obsolete; removed. | bwarsaw | 2001-07-03 | 1 | -27/+49 |
| * | DEAL_WITH_PERMFAILURES_EVERY: controls how often _doperiodic() will | bwarsaw | 2001-06-28 | 1 | -1/+12 |
| * | Several changes which allow subclasses to do some calculation for each | bwarsaw | 2001-06-28 | 1 | -3/+48 |
| * | UserNotification.__init__(): change the signature so that the text | bwarsaw | 2001-06-28 | 1 | -2/+3 |