aboutsummaryrefslogtreecommitdiffstats
path: root/cron/checkdbs
diff options
context:
space:
mode:
authorbwarsaw <>2003-04-20 04:02:13 +0000
committerbwarsaw <>2003-04-20 04:02:13 +0000
commit04192d3afe33bcfd72f64bacaab4e70c627268f3 (patch)
treeed48393d475c6ad099ab27d8f016fd15e788686d /cron/checkdbs
parent866b613202dd6b94091c7fec7a58d1878ec0f682 (diff)
downloadmailman2-04192d3afe33bcfd72f64bacaab4e70c627268f3.tar.gz
mailman2-04192d3afe33bcfd72f64bacaab4e70c627268f3.tar.xz
mailman2-04192d3afe33bcfd72f64bacaab4e70c627268f3.zip
Backporting from the trunk.
Diffstat (limited to '')
-rwxr-xr-xcron/checkdbs1
1 files changed, 1 insertions, 0 deletions
diff --git a/cron/checkdbs b/cron/checkdbs
index ae194970..39b12095 100755
--- a/cron/checkdbs
+++ b/cron/checkdbs
@@ -140,6 +140,7 @@ def pending_requests(mlist):
info = mlist.GetRecord(id)
when, sender, subject, reason, text, msgdata = mlist.GetRecord(id)
date = time.ctime(when)
+ reason = _(reason)
pending.append(_("""\
From: %(sender)s on %(date)s
Subject: %(subject)s