Skip to content
Snippets Groups Projects
Commit 2a37f920 authored by Till Brehm's avatar Till Brehm
Browse files

Fixed issue #3829 BlackList and WhiteList do not take into account the active attribute

parent ef6e5d76
No related branches found
No related tags found
No related merge requests found
...@@ -37,7 +37,7 @@ $sql_select_policy = ...@@ -37,7 +37,7 @@ $sql_select_policy =
$sql_select_white_black_list = 'SELECT wb FROM spamfilter_wblist'. $sql_select_white_black_list = 'SELECT wb FROM spamfilter_wblist'.
' WHERE (spamfilter_wblist.rid=?) AND (spamfilter_wblist.email IN (%k))' . ' WHERE (spamfilter_wblist.rid=?) AND (spamfilter_wblist.email IN (%k)) AND (spamfilter_wblist.active="y")' .
' ORDER BY spamfilter_wblist.priority DESC'; ' ORDER BY spamfilter_wblist.priority DESC';
# #
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment