]> git.donarmstrong.com Git - debbugs.git/blobdiff - templates/en_US/mail/process_unknown_bug_number.tx
Switch from Text::Template to Text::Xslate
[debbugs.git] / templates / en_US / mail / process_unknown_bug_number.tx
diff --git a/templates/en_US/mail/process_unknown_bug_number.tx b/templates/en_US/mail/process_unknown_bug_number.tx
new file mode 100644 (file)
index 0000000..0cdba0d
--- /dev/null
@@ -0,0 +1,20 @@
+You sent a message to the <: $config.bug :> tracking system which gave (in the
+Subject line or encoded into the recipient at <: $config.email_domain :>),
+the number of a nonexistent <: $config.bug :> report (#<: $tryref :>).
+:if ($config.remove_age) {
+This may be because that <: $config.bug :> report has been resolved for more than <: $config.remove_age :>
+days, and the record of it has been archived and made read-only, or
+because you mistyped the <: $config.bug :> report number.
+: }
+
+Your message was dated <: $date :> and was sent to
+< :$baddress :>@<:$config.email_domain:>.  It had
+Message-ID <: $messageid :>
+and Subject <: $subject :>
+
+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