diff options
Diffstat (limited to 'Mailman/MTA/Manual.py')
| -rw-r--r-- | Mailman/MTA/Manual.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mailman/MTA/Manual.py b/Mailman/MTA/Manual.py index 953d46695..0d9a4bca7 100644 --- a/Mailman/MTA/Manual.py +++ b/Mailman/MTA/Manual.py @@ -98,7 +98,7 @@ equivalent) file by adding the following lines, and possibly running the def remove(mlist, cgi=False): - listname = mlist.internal_name() + listname = mlist.fqdn_listname fieldsz = len(listname) + len('-unsubscribe') if cgi: # If a list is being removed via the CGI, the best we can do is send |
