summaryrefslogtreecommitdiffstats
path: root/processmail
diff options
context:
space:
mode:
authorjustdave%syndicomm.com <>2001-08-14 02:06:37 +0200
committerjustdave%syndicomm.com <>2001-08-14 02:06:37 +0200
commit45e6db585277cc4bbd44a3242c082b3354bb27a3 (patch)
tree2104781f327e83d1ae0a6db177d2735cf4ecb8bc /processmail
parent4896251a3b321d2d71dbd44102aaa45c417d1b67 (diff)
downloadbugzilla-45e6db585277cc4bbd44a3242c082b3354bb27a3.tar.gz
bugzilla-45e6db585277cc4bbd44a3242c082b3354bb27a3.tar.xz
Fix for bug 26194: There are now substitution parameters available for use in newchangedmail which will include the reason(s)
that the person is receiving the mail in either an email header, the body of the message, or both. The default newchangedmail parameter includes these in it. If you have an existing installation you will need to either hit "reset" next to the newchangedmail parameter, or add the substitution parameters where you like them according to the instructions given in editparams.cgi viewed from the web. Patch by Matthew Tuck <matty@chariot.net.au> and Zach Lipton <zach@zachlipton.com> r= justdave@syndicomm.com
Diffstat (limited to 'processmail')
-rwxr-xr-xprocessmail2
1 files changed, 1 insertions, 1 deletions
diff --git a/processmail b/processmail
index 3140361a6..1a506211b 100755
--- a/processmail
+++ b/processmail
@@ -687,7 +687,7 @@ sub NewProcessOnePerson ($$$$$$$$$$$) {
return;
}
- my $reasonsbody = "You are receiving this mail because:\n";
+ my $reasonsbody = "------- You are receiving this mail because: -------\n";
if (scalar(@reasons) == 0) {
$reasonsbody .= "Whoops! I have no idea!\n";