diff options
| author | bwarsaw | 1999-05-05 15:22:39 +0000 |
|---|---|---|
| committer | bwarsaw | 1999-05-05 15:22:39 +0000 |
| commit | 01fd5870c2121daadc1de919706ee9fd7c9af642 (patch) | |
| tree | e127a1bcb212f9e26b5fe8bcf0daa2844795936c /Mailman/Digester.py | |
| parent | 0d5649dfba459c2847256111aa2cddc78f4e6a90 (diff) | |
| download | mailman-01fd5870c2121daadc1de919706ee9fd7c9af642.tar.gz mailman-01fd5870c2121daadc1de919706ee9fd7c9af642.tar.zst mailman-01fd5870c2121daadc1de919706ee9fd7c9af642.zip | |
Diffstat (limited to 'Mailman/Digester.py')
| -rw-r--r-- | Mailman/Digester.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Mailman/Digester.py b/Mailman/Digester.py index 17e57028f..fe3ca7dd9 100644 --- a/Mailman/Digester.py +++ b/Mailman/Digester.py @@ -29,7 +29,7 @@ import mm_cfg # See templates/masthead.txt # XXX: this needs conversion DIGEST_MASTHEAD = """ -Send %(real_name)s maillist submissions to +Send %(real_name)s mailing list submissions to %(got_list_email)s To subscribe or unsubscribe via the web, visit @@ -304,7 +304,7 @@ class Digester: remove_to=1, tmpfile_prefix = "mime.") class Digest: - "Represent a maillist digest, presentable in either plain or mime format." + "Represent a list digest, presentable in either plain or mime format." def __init__(self, list, toc, body): self.list = list self.toc = toc |
