File mailman-weak-password.diff of Package mailman.13240
--- mailman-2.1.6/Mailman/Defaults.py.in.orig 2005-07-03 01:06:10.377504831 +0200
+++ mailman-2.1.6/Mailman/Defaults.py.in 2005-07-03 01:06:20.566725790 +0200
@@ -797,7 +797,7 @@
# 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
+USER_FRIENDLY_PASSWORDS = No
# This value specifies the default lengths of member and list admin passwords
MEMBER_PASSWORD_LENGTH = 8
ADMIN_PASSWORD_LENGTH = 10