We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a37f92 commit 9bdcb11Copy full SHA for 9bdcb11
1 file changed
install/tpl/fedora_amavisd_conf.master
@@ -755,7 +755,7 @@ $sql_select_policy =
755
756
757
$sql_select_white_black_list = 'SELECT wb FROM spamfilter_wblist'.
758
- ' 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")' .
759
' ORDER BY spamfilter_wblist.priority DESC';
760
761
#
0 commit comments