From f62da216845391cb81e3d90eb568d69682f99967 Mon Sep 17 00:00:00 2001 From: "jocuri%softhome.net" <> Date: Thu, 9 Dec 2004 17:27:10 +0000 Subject: Patch for bug 258709: Make expansion of voteremovedmail honour emailsuffix; patch by Marc Schumann , r=vladd, a=justdave. --- globals.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'globals.pl') diff --git a/globals.pl b/globals.pl index d1e751bb0..677047fe2 100644 --- a/globals.pl +++ b/globals.pl @@ -1415,7 +1415,7 @@ sub RemoveVotes { if (open(SENDMAIL, "|/usr/lib/sendmail $sendmailparm -t -i")) { my %substs; - $substs{"to"} = $name; + $substs{"to"} = $name . Param('emailsuffix'); $substs{"bugid"} = $id; $substs{"reason"} = $reason; -- cgit v1.2.3-24-g4f1b