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
/
bin
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
checkmboxfile(): Ensures that the various archive .mbox files have at
bwarsaw
2000-12-06
1
-1
/
+21
*
main(): Fixed argument parsing bugs. Also, removed the argv[5] hack
bwarsaw
2000-11-15
1
-24
/
+34
*
Allow additional arguments on the command line, which are passed to
bwarsaw
2000-11-11
1
-24
/
+50
*
Added -o flag to append /etc/aliases suggestions to the given file.
bwarsaw
2000-11-10
1
-10
/
+24
*
If we get an import error on "import paths", print a slightly more
bwarsaw
2000-11-08
1
-1
/
+9
*
Add -h/--help option and standard option parsing.
bwarsaw
2000-11-08
2
-15
/
+53
*
Many people have problems upgrading an active system because they find
bwarsaw
2000-11-01
1
-37
/
+68
*
main(): If the list given on the command line doesn't exist, print the
bwarsaw
2000-10-23
1
-0
/
+4
*
SF Patch #101846 by Sean Reifschneider (modified by bwarsaw) to add
bwarsaw
2000-10-20
1
-1
/
+24
*
Since we now require Python 1.5.2 and that version has getpass in it's
bwarsaw
2000-10-02
1
-26
/
+28
*
Since we now require Python 1.5.2 and that version has getpass in it's
bwarsaw
2000-10-02
1
-1
/
+1
*
checkarchivedbs(): Don't bomb out if there are some nondirectories in
bwarsaw
2000-09-26
1
-1
/
+1
*
Several changes in support of David Champion's SF patch #101331.
bwarsaw
2000-09-22
1
-2
/
+2
*
Several changes in support of David Champion's SF patch #101331.
bwarsaw
2000-09-22
1
-1
/
+3
*
Several changes in support of David Champion's SF patch #101331.
bwarsaw
2000-09-22
1
-15
/
+27
*
main(): Reject empty passwords; list admin passwords must be
bwarsaw
2000-09-19
1
-0
/
+4
*
Added -a/--all flag to remove all members in one fell swoop. Closes
bwarsaw
2000-09-15
1
-6
/
+14
*
Need to import the string module.
bwarsaw
2000-09-14
1
-0
/
+3
*
main(): When generating passwords, use the standard
bwarsaw
2000-09-12
1
-1
/
+1
*
Make sure all scripts lowercase the list names, since they are case
bwarsaw
2000-09-11
14
-18
/
+38
*
dolist(): small patch to fix changing the first moderator in
bwarsaw
2000-08-25
1
-2
/
+2
*
main(): GetAbsoluteScriptURL() => GetScriptURL(..., absolute=1)
bwarsaw
2000-08-01
1
-2
/
+2
*
SendExplanation(): GetAbsoluteScriptURL() => GetScriptURL(..., absolute=1)
bwarsaw
2000-08-01
1
-1
/
+1
*
do_output(): Hrvoje Niksic rightly points out that we need to
bwarsaw
2000-07-27
1
-1
/
+7
*
do_output(): Needed to add `autoreply' category to get the
bwarsaw
2000-07-24
1
-1
/
+1
*
do_output(): Added `autoreply' to list of categories.
bwarsaw
2000-07-24
1
-2
/
+2
*
Status messages are printed to stderr using the new Utils.write()
bwarsaw
2000-07-24
1
-9
/
+13
*
main(): We don't need to delete locks/<listname>.lock when removing
bwarsaw
2000-07-19
1
-4
/
+2
*
SendExplanation(): Use the new DeliverToUser() API to fix the sending
bwarsaw
2000-07-19
1
-2
/
+5
*
do_output(): Skip volatile attributes (i.e. those whose name begins
bwarsaw
2000-06-23
1
-0
/
+3
*
Better option parsing
bwarsaw
2000-06-19
1
-60
/
+92
*
put bulk of logic in main() function and re-arrange things so the
bwarsaw
2000-06-15
1
-17
/
+19
*
checkdata(): New function which checks the permissions on
bwarsaw
2000-06-14
1
-18
/
+44
*
A few minor message clarifications.
bwarsaw
2000-05-08
1
-2
/
+2
*
Added dumpdb to SCRIPTS.
bwarsaw
2000-05-04
1
-1
/
+1
*
Dumb but useful script (at least for me!) for pretty printing the
bwarsaw
2000-05-04
1
-0
/
+47
*
type in docstring (found by Michael Yount)
bwarsaw
2000-04-21
1
-8
/
+20
*
Expanding and changing the command line interface.
bwarsaw
2000-04-21
1
-50
/
+140
*
Jim Tittsler points out that the old watermark file can contain
bwarsaw
2000-04-14
1
-0
/
+3
*
main(): Use Utils.list_exists() to test for list existance.
bwarsaw
2000-04-09
1
-2
/
+3
*
Missing 'import string' when selecting lists by virtual host.
hmeland
2000-04-08
1
-0
/
+1
*
Prepare for running "make update" automatically. update checks the
bwarsaw
2000-04-07
1
-23
/
+50
*
Added an update to move gate_watermark entries into the list-specific
bwarsaw
2000-04-07
1
-19
/
+84
*
checkwalk(): make sure all subdirectories have at least permissions
bwarsaw
2000-04-05
1
-9
/
+18
*
Some meager consistency in handling errors when trying to open the
bwarsaw
2000-04-04
8
-56
/
+67
*
main(): Slightly better reporting format
bwarsaw
2000-04-04
1
-1
/
+2
*
list all lists
bwarsaw
2000-04-04
1
-0
/
+106
*
Add list_lists script
bwarsaw
2000-04-04
1
-1
/
+1
*
add a #! line and fix the module docstring
bwarsaw
2000-04-04
1
-3
/
+3
*
atexit(): A function for sys.exitfunc which will attempt to guarantee
bwarsaw
2000-03-28
1
-2
/
+23
[prev]
[next]