From: Don Armstrong <don@donarmstrong.com>
Date: Fri, 9 Mar 2018 00:40:41 +0000 (-0800)
Subject: fix include paths for serious mail misconfiguration
X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=0eb9c7b793bb48662dd725c512f1af31dd17cf8f;p=debbugs.git

fix include paths for serious mail misconfiguration
---

diff --git a/templates/en_US/mail/process_mark_as_done.tx b/templates/en_US/mail/process_mark_as_done.tx
index 20520944..3c8a4e0e 100644
--- a/templates/en_US/mail/process_mark_as_done.tx
+++ b/templates/en_US/mail/process_mark_as_done.tx
@@ -9,5 +9,5 @@ This means that you claim that the problem has been dealt with.
 If this is not the case it is now your responsibility to reopen the
 <: $config.bug :> report if necessary, and/or fix the problem forthwith.
 
-: include "mail/serious_mail_misconfiguration"
+: include "mail/serious_mail_misconfiguration.tx"
 
diff --git a/templates/en_US/mail/process_mark_as_forwarded.tx b/templates/en_US/mail/process_mark_as_forwarded.tx
index 420ac700..e8d93418 100644
--- a/templates/en_US/mail/process_mark_as_forwarded.tx
+++ b/templates/en_US/mail/process_mark_as_forwarded.tx
@@ -5,4 +5,4 @@ regarding <: $data.subject :>
 to be marked as having been forwarded to the upstream software
 author(s) <: $data.forwarded :>
 
-: include "mail/serious_mail_misconfiguration"
+: include "mail/serious_mail_misconfiguration.tx"
diff --git a/templates/en_US/mail/process_no_bug_number.tx b/templates/en_US/mail/process_no_bug_number.tx
index da1ace9d..b420deb3 100644
--- a/templates/en_US/mail/process_no_bug_number.tx
+++ b/templates/en_US/mail/process_no_bug_number.tx
@@ -13,7 +13,7 @@ there is no need to apologise or mail anyone asking for an explanation.
 
 -or-
 
-: include('mail/serious_mail_misconfiguration')
+: include('mail/serious_mail_misconfiguration.tx')
 
 Your message was dated <: $date :> and had
 message-id <: $messageid :>
diff --git a/templates/en_US/mail/process_unknown_bug_number.tx b/templates/en_US/mail/process_unknown_bug_number.tx
index 0cdba0dd..76b72dfe 100644
--- a/templates/en_US/mail/process_unknown_bug_number.tx
+++ b/templates/en_US/mail/process_unknown_bug_number.tx
@@ -17,4 +17,4 @@ It has been filed (under junk) but otherwise ignored.
 Please consult your records to find the correct <: $config.bug :> report
 number, or contact <: $config.maintainer_email :> for assistance.
 
-.include('mail/serious_mail_misconfiguration')
\ No newline at end of file
+: include('mail/serious_mail_misconfiguration.tx')
\ No newline at end of file