diff options
author | Mark Sapiro <mark@msapiro.net> | 2010-05-30 14:16:01 -0700 |
---|---|---|
committer | Mark Sapiro <mark@msapiro.net> | 2010-05-30 14:16:01 -0700 |
commit | fdcd7bb734b7d2717506664fe3b99b65d6dfa092 (patch) | |
tree | 5e085f1457767e24c62b915b5cadfd7d85453948 /NEWS | |
parent | a69957a9678e452c66fae52aafb1f5de939f1dc4 (diff) | |
download | mailman2-fdcd7bb734b7d2717506664fe3b99b65d6dfa092.tar.gz mailman2-fdcd7bb734b7d2717506664fe3b99b65d6dfa092.tar.xz mailman2-fdcd7bb734b7d2717506664fe3b99b65d6dfa092.zip |
Fixed bin/genaliases to not throw TypeError when MTA = None.
Bug #587657.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -17,6 +17,9 @@ Here is a history of user visible changes to Mailman. Bug Fixes and other patches + - Fixed bin/genaliases to not throw TypeError when MTA = None. + Bug #587657. + - Provided the ability to specify in mm_cfg.py a local domain (e.g. 'localhost') for the local addresses in the generated virtual-mailman when MTA = 'Postfix'. See VIRTUAL_MAILMAN_LOCAL_DOMAIN in Defaults.py. |