diff options
Diffstat (limited to 'Mailman/MTA/Manual.py')
| -rw-r--r-- | Mailman/MTA/Manual.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Mailman/MTA/Manual.py b/Mailman/MTA/Manual.py index 6150e741f..dd9127cc4 100644 --- a/Mailman/MTA/Manual.py +++ b/Mailman/MTA/Manual.py @@ -47,6 +47,8 @@ def clear(): def create(mlist, cgi=0, nolock=0): if mlist is None: return + listname = mlist.internal_name() + fieldsz = len(listname) + len('-unsubscribe') if cgi: # If a list is being created via the CGI, the best we can do is send # an email message to mailman-owner requesting that the proper aliases |
