diff options
| author | bwarsaw | 2002-10-25 20:39:50 +0000 |
|---|---|---|
| committer | bwarsaw | 2002-10-25 20:39:50 +0000 |
| commit | b9e43ef641b7eca4a2e7d6f9a2fcca459cf5b397 (patch) | |
| tree | 11d3d5601f703934e284b0f786f04587cbe5d2cd /Mailman/MTA/Manual.py | |
| parent | 2c1bbd726bb91d47ccaa2f89130bf35a976b99c9 (diff) | |
| download | mailman-b9e43ef641b7eca4a2e7d6f9a2fcca459cf5b397.tar.gz mailman-b9e43ef641b7eca4a2e7d6f9a2fcca459cf5b397.tar.zst mailman-b9e43ef641b7eca4a2e7d6f9a2fcca459cf5b397.zip | |
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 |
