]> 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:36 +0000 (17:27 +0000)
committerjocuri%softhome.net <>
Thu, 9 Dec 2004 17:27:36 +0000 (17:27 +0000)
globals.pl

index e31c8e717983aae8339e587211ac48f50b3c0f1b..55e4907f8b6bbf40c57e101982614c9a39e11594 100644 (file)
@@ -1376,7 +1376,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;