diff options
| author | mailman | 1998-04-23 15:51:18 +0000 |
|---|---|---|
| committer | mailman | 1998-04-23 15:51:18 +0000 |
| commit | 633f9f09f20a9a517e2bbed973daf2ce641ad1b3 (patch) | |
| tree | 5aa378d80ecd3d754292b4742dc5b947fb6c3623 /modules/maillist.py | |
| parent | 642dd9b7d29541f9621f2844a0a2ba2013e93b10 (diff) | |
| download | mailman-633f9f09f20a9a517e2bbed973daf2ce641ad1b3.tar.gz mailman-633f9f09f20a9a517e2bbed973daf2ce641ad1b3.tar.zst mailman-633f9f09f20a9a517e2bbed973daf2ce641ad1b3.zip | |
Diffstat (limited to 'modules/maillist.py')
| -rw-r--r-- | modules/maillist.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/maillist.py b/modules/maillist.py index de30dd0e3..fef4af3ca 100644 --- a/modules/maillist.py +++ b/modules/maillist.py @@ -1,6 +1,6 @@ "The class representing a mailman maillist. Mixes in many feature classes." -__version__ = "$Revision: 440 $" +__version__ = "$Revision: 465 $" try: import mm_cfg @@ -204,7 +204,7 @@ class MailList(MailCommandHandler, HTMLFormatter, Deliverer, ListAdmin, ' text will be added to the unsubscribe message.'), ('reply_goes_to_list', mm_cfg.Radio, ('Poster', 'List'), 0, - 'Are replies to a the original post directed to poster' + 'Are replies to a post directed to the original poster' ' or to the list?', "List postings include headers which designate where replies" |
