diff options
| author | Barry Warsaw | 2012-01-07 13:47:51 -0500 |
|---|---|---|
| committer | Barry Warsaw | 2012-01-07 13:47:51 -0500 |
| commit | 7a1c7652519841522246278daa3cbc121ded133c (patch) | |
| tree | 6882f9182116c33c4bb09a18a72ac77ba519f316 /src/mailman/config | |
| parent | 7d8f1cab00e4bceeb567bc9825b01caf72164b5d (diff) | |
| parent | 0ff2f2e1aee0945b50e9c76f462cd376b6985818 (diff) | |
| download | mailman-7a1c7652519841522246278daa3cbc121ded133c.tar.gz mailman-7a1c7652519841522246278daa3cbc121ded133c.tar.zst mailman-7a1c7652519841522246278daa3cbc121ded133c.zip | |
- Bump copyright years.
- Refactor to use the flufl.password package.
- Adapt to the API for flufl.bounce 2.0.
- Add a `bin/mailman shell` alias for `bin/mailman withlist`.
Diffstat (limited to 'src/mailman/config')
| -rw-r--r-- | src/mailman/config/__init__.py | 2 | ||||
| -rw-r--r-- | src/mailman/config/config.py | 2 | ||||
| -rw-r--r-- | src/mailman/config/mailman.cfg | 2 | ||||
| -rw-r--r-- | src/mailman/config/schema.cfg | 14 |
4 files changed, 4 insertions, 16 deletions
diff --git a/src/mailman/config/__init__.py b/src/mailman/config/__init__.py index 391dcf453..b13d475ee 100644 --- a/src/mailman/config/__init__.py +++ b/src/mailman/config/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2008-2011 by the Free Software Foundation, Inc. +# Copyright (C) 2008-2012 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/src/mailman/config/config.py b/src/mailman/config/config.py index 7d54643c7..89d9e39ad 100644 --- a/src/mailman/config/config.py +++ b/src/mailman/config/config.py @@ -1,4 +1,4 @@ -# Copyright (C) 2006-2011 by the Free Software Foundation, Inc. +# Copyright (C) 2006-2012 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/src/mailman/config/mailman.cfg b/src/mailman/config/mailman.cfg index 8f64365e8..22c3a129b 100644 --- a/src/mailman/config/mailman.cfg +++ b/src/mailman/config/mailman.cfg @@ -1,4 +1,4 @@ -# Copyright (C) 2008-2011 by the Free Software Foundation, Inc. +# Copyright (C) 2008-2012 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # diff --git a/src/mailman/config/schema.cfg b/src/mailman/config/schema.cfg index 8f0c863fc..c94a3828b 100644 --- a/src/mailman/config/schema.cfg +++ b/src/mailman/config/schema.cfg @@ -1,4 +1,4 @@ -# Copyright (C) 2008-2011 by the Free Software Foundation, Inc. +# Copyright (C) 2008-2012 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # @@ -149,18 +149,6 @@ password_scheme: ssha # When Mailman generates them, this is the default length of passwords. password_length: 8 -# Specify the type of passwords to use, when Mailman generates the passwords -# itself, as would be the case for membership requests where the user did not -# fill in a password, or during list creation, when auto-generation of admin -# passwords was selected. -# -# Set this value to 'yes' for classic Mailman user-friendly(er) passwords. -# These generate semi-pronounceable passwords which are easier to remember. -# Set this value to 'no' to use more cryptographically secure, but harder to -# remember, passwords -- if your operating system and Python version support -# the necessary feature (specifically that /dev/urandom be available). -user_friendly_passwords: yes - [runner.master] # Define which runners, and how many of them, to start. |
