diff options
author | lpsolit%gmail.com <> | 2006-10-21 06:22:54 +0200 |
---|---|---|
committer | lpsolit%gmail.com <> | 2006-10-21 06:22:54 +0200 |
commit | eedbd699a1aa0f44e7dda37b4d524902a864b783 (patch) | |
tree | 73665b04bd191ede2b3d6fc98ce1af48675704e3 /template/en/default/email | |
parent | ac3fe4074a3e583948bf2a1d0b81f8f3f6acce51 (diff) | |
download | bugzilla-eedbd699a1aa0f44e7dda37b4d524902a864b783.tar.gz bugzilla-eedbd699a1aa0f44e7dda37b4d524902a864b783.tar.xz |
Bug 135812: Add a 'mailfrom' parameter to unify bugmail originating address - Patch by Cedric Caron <cedric.caron@citycable.ch> r=LpSolit a=myk
Diffstat (limited to 'template/en/default/email')
-rw-r--r-- | template/en/default/email/newchangedmail.txt.tmpl | 3 | ||||
-rw-r--r-- | template/en/default/email/sudo.txt.tmpl | 3 | ||||
-rw-r--r-- | template/en/default/email/votes-removed.txt.tmpl | 3 | ||||
-rw-r--r-- | template/en/default/email/whine.txt.tmpl | 3 |
4 files changed, 8 insertions, 4 deletions
diff --git a/template/en/default/email/newchangedmail.txt.tmpl b/template/en/default/email/newchangedmail.txt.tmpl index d0bc8b124..ad7d564b4 100644 --- a/template/en/default/email/newchangedmail.txt.tmpl +++ b/template/en/default/email/newchangedmail.txt.tmpl @@ -20,10 +20,11 @@ #%] [% PROCESS "global/field-descs.none.tmpl" %] -From: bugzilla-daemon +From: [% Param('mailfrom') %] To: [% to %] Subject: [[% terms.Bug %] [%+ bugid %]] [% neworchanged %][%+ summary %] X-Bugzilla-Reason: [% reasonsheader %] +X-Bugzilla-Type: newchanged X-Bugzilla-Watch-Reason: [% reasonswatchheader %] X-Bugzilla-Product: [% product %] X-Bugzilla-Component: [% comp %] diff --git a/template/en/default/email/sudo.txt.tmpl b/template/en/default/email/sudo.txt.tmpl index 06026cf39..758c67b02 100644 --- a/template/en/default/email/sudo.txt.tmpl +++ b/template/en/default/email/sudo.txt.tmpl @@ -22,10 +22,11 @@ [% PROCESS global/variables.none.tmpl %] Content-Type: text/plain -From: [% Param("maintainer") %] +From: [% Param('mailfrom') %] To: [% user.email %] Subject: [[% terms.Bugzilla %]] Your account [% user.login -%] is being impersonated +X-Bugzilla-Type: admin [%+ sudoer.identity %] has used the 'sudo' feature to access [%+ terms.Bugzilla %] using your account. diff --git a/template/en/default/email/votes-removed.txt.tmpl b/template/en/default/email/votes-removed.txt.tmpl index e9f1db34c..6bf2afd8c 100644 --- a/template/en/default/email/votes-removed.txt.tmpl +++ b/template/en/default/email/votes-removed.txt.tmpl @@ -21,9 +21,10 @@ [% PROCESS global/variables.none.tmpl %] -From: bugzilla-daemon +From: [% Param('mailfrom') %] To: [% to %] Subject: [% terms.Bug %] [%+ bugid %] Some or all of your votes have been removed. +X-Bugzilla-Type: voteremoved Some or all of your votes have been removed from [% terms.bug %] [%+ bugid %]. diff --git a/template/en/default/email/whine.txt.tmpl b/template/en/default/email/whine.txt.tmpl index 214231394..e50964e8a 100644 --- a/template/en/default/email/whine.txt.tmpl +++ b/template/en/default/email/whine.txt.tmpl @@ -20,9 +20,10 @@ #%] [% PROCESS "global/field-descs.none.tmpl" %] -From: [% Param("maintainer") %] +From: [% Param("mailfrom") %] To: [% email %][% Param("emailsuffix") %] Subject: Your [% terms.Bugzilla %] buglist needs attention. +X-Bugzilla-Type: whine [This e-mail has been automatically generated.] |