diff options
| author | bwarsaw | 2003-03-21 03:57:57 +0000 |
|---|---|---|
| committer | bwarsaw | 2003-03-21 03:57:57 +0000 |
| commit | 4e4893d02d4743cd6309098f5b1250321252d5c5 (patch) | |
| tree | e9a26f4378b6fed0701da120bf7250a707c31587 /Mailman/Handlers/Replybot.py | |
| parent | d1bb17857db099959fd5c245c45a3b965d1cf2d1 (diff) | |
| download | mailman-4e4893d02d4743cd6309098f5b1250321252d5c5.tar.gz mailman-4e4893d02d4743cd6309098f5b1250321252d5c5.tar.zst mailman-4e4893d02d4743cd6309098f5b1250321252d5c5.zip | |
Diffstat (limited to 'Mailman/Handlers/Replybot.py')
| -rw-r--r-- | Mailman/Handlers/Replybot.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Mailman/Handlers/Replybot.py b/Mailman/Handlers/Replybot.py index 8a9be5cb6..30fbb512a 100644 --- a/Mailman/Handlers/Replybot.py +++ b/Mailman/Handlers/Replybot.py @@ -1,4 +1,4 @@ -# Copyright (C) 1998,1999,2000,2001,2002 by the Free Software Foundation, Inc. +# Copyright (C) 1998-2003 by the Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License @@ -71,8 +71,8 @@ def process(mlist, msg, msgdata): # Okay, we know we're going to auto-respond to this sender, craft the # message, send it, and update the database. realname = mlist.real_name - subject = _('Auto-response for your message to ') + \ - msg.get('to', _('the "%(realname)s" mailing list')) + subject = _( + 'Auto-response for your message to the "%(realname)s" mailing list') # Do string interpolation d = SafeDict({'listname' : realname, 'listurl' : mlist.GetScriptURL('listinfo'), |
