diff options
| author | klm | 1998-10-17 21:49:43 +0000 |
|---|---|---|
| committer | klm | 1998-10-17 21:49:43 +0000 |
| commit | 13faa20ba92dd793e0f326726837e667b9bf7d0b (patch) | |
| tree | d936bfa1ec63e6d70bbe9b0d935ec4e7b1ba8087 /Mailman/Deliverer.py | |
| parent | 84d874b0a37dc32d9789cc4644517ea5c6cce6a1 (diff) | |
| download | mailman-13faa20ba92dd793e0f326726837e667b9bf7d0b.tar.gz mailman-13faa20ba92dd793e0f326726837e667b9bf7d0b.tar.zst mailman-13faa20ba92dd793e0f326726837e667b9bf7d0b.zip | |
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', |
