Commit f62da216 authored by jocuri%softhome.net's avatar jocuri%softhome.net

Patch for bug 258709: Make expansion of voteremovedmail honour emailsuffix;…

Patch for bug 258709: Make expansion of voteremovedmail honour emailsuffix; patch by Marc Schumann <wurblzap@gmail.com>, r=vladd, a=justdave.
parent 1aa21d6c
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment