The unified diff between revisions [414c483d..] and [3dbd11a0..] is displayed below. It can also be downloaded as a raw diff.

This diff has been restricted to the following files: 'cron/checkdbs'

#
#
# patch "cron/checkdbs"
#  from [711d307948414133a40f88e887788bf59f224041]
#    to [c9c429aacc088d4f5509eae513ef5dfa2aa7e520]
#
============================================================
--- cron/checkdbs	711d307948414133a40f88e887788bf59f224041
+++ cron/checkdbs	c9c429aacc088d4f5509eae513ef5dfa2aa7e520
@@ -161,7 +161,7 @@ Subject: %(subject)s
         pending.append(_("""\
 From: %(sender)s on %(date)s
 Subject: %(subject)s
-Cause: %(reason)s""")
+Cause: %(reason)s"""))
         pending.append('')
     # Coerce all items in pending to a Unicode so we can join them
     upending = []