diff options
| author | bwarsaw | 2003-04-19 20:47:12 +0000 |
|---|---|---|
| committer | bwarsaw | 2003-04-19 20:47:12 +0000 |
| commit | 750ee33e8c088d9cd07fcc905ddf9989ecb6d3be (patch) | |
| tree | bb8e1e1e8d361e23c8b6ccbef6970fd692819aa6 | |
| parent | 2b0abb007ab1b6388ba84be66ff24967972b2f42 (diff) | |
| download | mailman-750ee33e8c088d9cd07fcc905ddf9989ecb6d3be.tar.gz mailman-750ee33e8c088d9cd07fcc905ddf9989ecb6d3be.tar.zst mailman-750ee33e8c088d9cd07fcc905ddf9989ecb6d3be.zip | |
| -rwxr-xr-x | cron/checkdbs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cron/checkdbs b/cron/checkdbs index ae194970d..39b12095a 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 |
