Fix for bug 78407: extra safeguard against overpopping the email list when…

Fix for bug 78407: extra safeguard against overpopping the email list when pruning people who aren't supposed to get mail. Patch by Jake Steenhagen <jake@acutex.net> r= justdave@syndicomm.com
parent c9b20859
......@@ -329,6 +329,7 @@ sub filterExcludeList ($$) {
# match found, so we remove the entry
if ($included eq $excluded) {
pop(@result);
last;
}
}
}
......
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