summaryrefslogtreecommitdiff
path: root/modules/mm_security.py
diff options
context:
space:
mode:
authorbwarsaw1998-05-26 19:15:02 +0000
committerbwarsaw1998-05-26 19:15:02 +0000
commit2cf1a4a14d086b7e8e072b6699c99207b5fba50a (patch)
treea0b925aca2b8b58507dbc53e92c34be34e09a2ec /modules/mm_security.py
parent292460938ede2616eae61ba13d2e933305cf4fb4 (diff)
downloadmailman-2cf1a4a14d086b7e8e072b6699c99207b5fba50a.tar.gz
mailman-2cf1a4a14d086b7e8e072b6699c99207b5fba50a.tar.zst
mailman-2cf1a4a14d086b7e8e072b6699c99207b5fba50a.zip
Several changes:
Removed RCS crud In any text sent to the user, substitute `maillist' with `mailing list' SUBSCRIBEACKTEXT: All %s substitutions are replaced with $(varname)s substitutions with the corresponding dictionary interpolation added in Deliverer.CreateSubscribeAck(). With too many %s substitutions, it gets too hard to keep track of the right number of %s's and their proper substitution. Deliverer.SendTextToUser(): Added optional raw argument, defaulted to 0 (meaning default is to wrap/fill -- I know KLM and I disagree about this ;-). This argument is passed straight through to mm_utils.SendTextToUser(). Deliverer.DeliverToList(): When calculating the command to os.popen(), include as the first argument the configure calculated path to the Python interpreter to use. It is possible that `python' is not on the path when this gets executed (or that the wrong interpreter will be found). Deliverer.CreateSubscribeAck(): Use dictionary interpolation. Also, The header message seems redundant and unnecessary to me, so I removed it.
Diffstat (limited to 'modules/mm_security.py')
0 files changed, 0 insertions, 0 deletions