File mailman-weak-password.diff of Package mailman
Index: mailman-2.1.35/Mailman/Defaults.py.in =================================================================== --- mailman-2.1.35.orig/Mailman/Defaults.py.in +++ mailman-2.1.35/Mailman/Defaults.py.in @@ -1100,7 +1100,7 @@ DEFAULT_NEW_MEMBER_OPTIONS = 256 # 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