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