summaryrefslogtreecommitdiff
path: root/Mailman
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Performance enhancement. In order to save on the time it takes tobwarsaw2001-06-271-18/+35
* GetStandardReplacements(): When displaying the selected language,bwarsaw2001-06-271-2/+5
* main(): Fixed the handling of the user's preferred language. Now itbwarsaw2001-06-271-10/+10
* main(): Fix this to use the new authentication machinery.bwarsaw2001-06-271-5/+13
* process(): Add support for configurable log files. Four new variablesbwarsaw2001-06-271-14/+34
* Add support for configurable log files, at least for the SMTPDirectbwarsaw2001-06-271-6/+73
* Better syslog() calling conventions.bwarsaw2001-06-271-6/+2
* Remove an unused import.bwarsaw2001-06-271-1/+0
* Better syslog() calling conventions.bwarsaw2001-06-2710-22/+22
* Better syslog() calling conventions. Also, don't mark syslog messagesbwarsaw2001-06-2710-14/+12
* Better syslog() calling conventions. Also, log some messages tobwarsaw2001-06-271-4/+4
* Use better syslog() calling convention.bwarsaw2001-06-271-4/+4
* Use better syslog() calling convention.bwarsaw2001-06-271-4/+3
* Use better syslog() calling convention.bwarsaw2001-06-274-54/+51
* MsgSafeDict(): New class which is used in SMTPDirect and allows forbwarsaw2001-06-271-0/+27
* Use better syslog() calling convention.bwarsaw2001-06-271-9/+8
* write(): Compare to None with `is' not `=='.bwarsaw2001-06-271-3/+6
* LogMsg(): Extended function signature to make argument passing bothbwarsaw2001-06-271-3/+12
* print_results(): Toggle off the output of <head><body> tags by settingbwarsaw2001-06-251-0/+5
* options_page(): Toggle off the output of <head><body> tags by settingbwarsaw2001-06-251-0/+5
* Classes Document and HeadlessDocument are almost identical, exceptbwarsaw2001-06-251-30/+29
* listinfo_overview(): Applied David Champion's SF patch 401452 tobwarsaw2001-06-071-4/+9
* admin_overview(): Applied David Champion's SF patch 401452 tobwarsaw2001-06-071-3/+9
* Added WEB_HIGHLIGHT_COLOR; adapted from David Champion's SF patchbwarsaw2001-06-071-0/+2