diff options
author | Frédéric Buclin <LpSolit@netscape.net> | 2017-06-24 14:13:15 +0200 |
---|---|---|
committer | Frédéric Buclin <LpSolit@netscape.net> | 2017-06-24 14:13:15 +0200 |
commit | bb59bd427b5960a770d3f11c189d490f9be701f8 (patch) | |
tree | 268691796b24f5d50a1c76aca1f37dca9420d455 /template/en/default | |
parent | 849e1858d699012cffa42912b7db75b23077db69 (diff) | |
download | bugs-bb59bd427b5960a770d3f11c189d490f9be701f8.tar bugs-bb59bd427b5960a770d3f11c189d490f9be701f8.tar.gz bugs-bb59bd427b5960a770d3f11c189d490f9be701f8.tar.bz2 bugs-bb59bd427b5960a770d3f11c189d490f9be701f8.tar.xz bugs-bb59bd427b5960a770d3f11c189d490f9be701f8.zip |
Add a comment in the bugmail footer to not reply by email (mga#21085)
Diffstat (limited to 'template/en/default')
-rw-r--r-- | template/en/default/email/bugmail.html.tmpl | 4 | ||||
-rw-r--r-- | template/en/default/email/bugmail.txt.tmpl | 3 |
2 files changed, 7 insertions, 0 deletions
diff --git a/template/en/default/email/bugmail.html.tmpl b/template/en/default/email/bugmail.html.tmpl index fd348a656..12c20d264 100644 --- a/template/en/default/email/bugmail.html.tmpl +++ b/template/en/default/email/bugmail.html.tmpl @@ -48,6 +48,10 @@ [% END %] <hr> + <span> + Do not reply by email to add a comment. Emails will be discarded.<br> + Use the link at the top of this email and log into [% terms.Bugzilla %] instead. + </span> <span>You are receiving this mail because:</span> <ul> diff --git a/template/en/default/email/bugmail.txt.tmpl b/template/en/default/email/bugmail.txt.tmpl index 1f04db7b1..336f40415 100644 --- a/template/en/default/email/bugmail.txt.tmpl +++ b/template/en/default/email/bugmail.txt.tmpl @@ -32,6 +32,9 @@ Referenced [% terms.Bugs %]: [% END %] [% END %] -- [%# Protect the trailing space of the signature marker %] +Do not reply by email to add a comment. Emails will be discarded. +Use the link at the top of this email and log into [% terms.Bugzilla %] instead. + You are receiving this mail because: [% SET reason_lines = [] %] [% FOREACH reason = reasons %] |