Hello, When a user whitelist a email for his domein in the controlpanel it still comes marked as spam. Is this a configuraion error? i cant find the lines that amavisd had... $sql_select_policy = 'SELECT *,spamfilter_users.id'. ' FROM spamfilter_users LEFT JOIN spamfilter_policy ON spamfilter_users.policy_id=spamfilter_policy.id'. ' WHERE spamfilter_users.email IN (%k) ORDER BY spamfilter_users.priority DESC'; $sql_select_white_black_list = 'SELECT wb FROM spamfilter_wblist'. ' WHERE (spamfilter_wblist.rid=?) AND (spamfilter_wblist.email IN (%k)) AND (spamfilter_wblist.active="y")' . ' ORDER BY spamfilter_wblist.priority DESC';
Hm i see that it is file based and the emailadres is in there. Can it be the way the email is send? [Envelope From] From [[email protected]] [email protected] FROM_NEQ_ENVFROM (0) [[email protected],[email protected]] On what adres will rspamd be triggerd? i added [email protected] to the whitelist but that doesnt work.