| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
allow bin/newlist and the the create CGI to pass urlhost so the host
will be correct in the listinfo link on the emptyarchive page.
Bug #529100.
|
|
|
|
| |
I've modified the patch to improve some of the stylistic issues.
|
|
|
|
|
|
|
|
|
|
|
| |
Mailman/Utils.py
Mailman/htmlformat.py
Mailman/Cgi/create.py
messages/ja/doc/Defaults.py.in - Added direction ('ltr', 'rtl') to the
LC_DESCRIPTIONS table to support the
Hebrew translation.
messages/he/LC_MESSAGES/mailman.po - Corrected a typo '\b' -> '\n'.
messages/zh_CN/LC_MESSAGES/mailman.po - Corrected a typo '\\b' -> '/b'.
|
|
|
|
|
| |
Moritz Naumann and most of the repair work done by Mark Sapiro (with some
additional work by Barry).
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
normalization, removal of tabs, copyright year updates to changed files,
docstring and comment fixes, and usage of True/False. I also made a pass
through the NEWS file.
One import was reordered, and after this commit I will move the mmdsr.readme
file to README.mmdsr.
From my perspective, after that we're ready to go.
I will port these changes forward to the trunk.
|
|
|
|
|
| |
DEFAULT_DEFAULT_MEMBER_MODERATION
and preserved across errors.
|
| |
|
|
|
|
|
|
|
|
|
|
| |
- Added the ability for Mailman generated passwords (both member and list
admin) to be more cryptographically secure. See new configuration
variables USER_FRIENDLY_PASSWORDS, MEMBER_PASSWORD_LENGTH, and
ADMIN_PASSWORD_LENGTH. Also added a new bin/withlist script called
reset_pw which can be used to reset all member passwords. Passwords
generated by Mailman are now 8 characters by default for members, and 10
characters for list administrators.
|
| |
|
|
|
|
| |
MMBadEmailError or MMHostileAddress will be caught.
|
|
|
|
|
|
|
|
|
|
| |
calculated host name, and if VIRTUAL_HOST_OVERVIEW is true, that host
name must match one of our known virtual hosts. Otherwise we'll
refuse to create the list. If VIRTUAL_HOST_OVERVIEW is false, we'll
do no checking (meaning the old behavior of being able to create a
list with a non-fqdn hostname still exists).
Also, pass the email host name into the MailList.Create() call.
|
|
|
|
|
|
| |
exploits found by Ned Dawes. Also, whitespace normalization.
Backported from HEAD.
|
|
'Release_2_1-maint'.
|