]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Patch for bug 258709: Make expansion of voteremovedmail honour emailsuffix; patch...
authorjocuri%softhome.net <>
Thu, 9 Dec 2004 17:27:10 +0000 (17:27 +0000)
committerjocuri%softhome.net <>
Thu, 9 Dec 2004 17:27:10 +0000 (17:27 +0000)
globals.pl

index d1e751bb0dac7be8a54e9182e0ed27a2439d3a4d..677047fe2d69ff8780bcf422601a484fce5ff92d 100644 (file)
@@ -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;