diff options
Diffstat (limited to 'Mailman/Deliverer.py')
| -rw-r--r-- | Mailman/Deliverer.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Mailman/Deliverer.py b/Mailman/Deliverer.py index 5614be4ee..2b688c42e 100644 --- a/Mailman/Deliverer.py +++ b/Mailman/Deliverer.py @@ -149,12 +149,12 @@ class Deliverer: if self.umbrella_list: umbrella = Utils.wrap( - "\n(Since this is a list of mailing lists, administrative" + "(Since this is a list of mailing lists, administrative" " notices like the password reminder will be sent to" " your membership administrative address, %s.\n" % self.GetMemberAdminEmail(name)) else: - umbrella_spiel = '' + umbrella = '' # get the text from the template body = Utils.maketext( 'subscribeack.txt', |
