index
:
mailman.git
address-events
feature/drop-runner-priviliges
fix/confirm-list-mismatch
list-style-descriptions
master
modules-no-instantiate
mta-smtps-starttls
pipelines-dynamical-instantiation
pluggable-components
pluggable-workflows
plugin
precompile-rest-matchers
save-workflow-steps
The GNU Mailing List manager.
J08nY
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Mailman
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
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
*
Performance enhancement. In order to save on the time it takes to
bwarsaw
2001-06-27
1
-18
/
+35
*
GetStandardReplacements(): When displaying the selected language,
bwarsaw
2001-06-27
1
-2
/
+5
*
main(): Fixed the handling of the user's preferred language. Now it
bwarsaw
2001-06-27
1
-10
/
+10
*
main(): Fix this to use the new authentication machinery.
bwarsaw
2001-06-27
1
-5
/
+13
*
process(): Add support for configurable log files. Four new variables
bwarsaw
2001-06-27
1
-14
/
+34
*
Add support for configurable log files, at least for the SMTPDirect
bwarsaw
2001-06-27
1
-6
/
+73
*
Better syslog() calling conventions.
bwarsaw
2001-06-27
1
-6
/
+2
*
Remove an unused import.
bwarsaw
2001-06-27
1
-1
/
+0
*
Better syslog() calling conventions.
bwarsaw
2001-06-27
10
-22
/
+22
*
Better syslog() calling conventions. Also, don't mark syslog messages
bwarsaw
2001-06-27
10
-14
/
+12
*
Better syslog() calling conventions. Also, log some messages to
bwarsaw
2001-06-27
1
-4
/
+4
*
Use better syslog() calling convention.
bwarsaw
2001-06-27
1
-4
/
+4
*
Use better syslog() calling convention.
bwarsaw
2001-06-27
1
-4
/
+3
*
Use better syslog() calling convention.
bwarsaw
2001-06-27
4
-54
/
+51
*
MsgSafeDict(): New class which is used in SMTPDirect and allows for
bwarsaw
2001-06-27
1
-0
/
+27
*
Use better syslog() calling convention.
bwarsaw
2001-06-27
1
-9
/
+8
*
write(): Compare to None with `is' not `=='.
bwarsaw
2001-06-27
1
-3
/
+6
*
LogMsg(): Extended function signature to make argument passing both
bwarsaw
2001-06-27
1
-3
/
+12
*
print_results(): Toggle off the output of <head><body> tags by setting
bwarsaw
2001-06-25
1
-0
/
+5
*
options_page(): Toggle off the output of <head><body> tags by setting
bwarsaw
2001-06-25
1
-0
/
+5
*
Classes Document and HeadlessDocument are almost identical, except
bwarsaw
2001-06-25
1
-30
/
+29
*
listinfo_overview(): Applied David Champion's SF patch 401452 to
bwarsaw
2001-06-07
1
-4
/
+9
*
admin_overview(): Applied David Champion's SF patch 401452 to
bwarsaw
2001-06-07
1
-3
/
+9
*
Added WEB_HIGHLIGHT_COLOR; adapted from David Champion's SF patch
bwarsaw
2001-06-07
1
-0
/
+2
[prev]
[next]