diff options
| author | bwarsaw | 2002-03-26 21:07:33 +0000 |
|---|---|---|
| committer | bwarsaw | 2002-03-26 21:07:33 +0000 |
| commit | d6ad510b8025760e1d1171d2df18513d76b264cf (patch) | |
| tree | df0d2f214373c165cc89fac6b398573f3370178f /Mailman/Handlers/Replybot.py | |
| parent | 7d17d6fae3b717f6e7fba12c000f48347b62d52f (diff) | |
| download | mailman-d6ad510b8025760e1d1171d2df18513d76b264cf.tar.gz mailman-d6ad510b8025760e1d1171d2df18513d76b264cf.tar.zst mailman-d6ad510b8025760e1d1171d2df18513d76b264cf.zip | |
Diffstat (limited to 'Mailman/Handlers/Replybot.py')
| -rw-r--r-- | Mailman/Handlers/Replybot.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mailman/Handlers/Replybot.py b/Mailman/Handlers/Replybot.py index 5f6d34808..31394ce9a 100644 --- a/Mailman/Handlers/Replybot.py +++ b/Mailman/Handlers/Replybot.py @@ -92,7 +92,7 @@ def process(mlist, msg, msgdata): text = rtext # Wrap the response. text = Utils.wrap(text) - outmsg = Message.UserNotification(sender, mlist.GetAdminEmail(), + outmsg = Message.UserNotification(sender, mlist.GetBouncesEmail(), subject, text, mlist.preferred_language) outmsg['X-Mailer'] = _('The Mailman Replybot') # prevent recursions and mail loops! |
