[Rspamd-Users] Custim whitelist and blacklists

C. Bernard rspamd_users_ml at cmb.ch
Mon Sep 25 16:09:42 UTC 2023


Hi

On 2023-09-11 10:12, Sławomir Dworaczek via Users wrote:
> heloo
> I created rules in the multimap.conf file
> 
> WHITELIST_SENDER_DOMAIN {
> type = "form";
> filter = "email:domain";
> map = "${LOCAL_CONFDIR}/local.d/whitelist.sender.domain.map";
> score = -6.0

add a ;

> symbol = "WHITELIST_SENDER_DOMAIN";
> descryption = "Whitelist map for WHITELIST_SENDER_DOMAIN";

descryption ?
description maybe?

and retry. Maybe try the "rspamadm configdump" to see whether it is 
correct / adopted or or not
cheers
cmb

> action = "accept";
> }
> BLACKLIST_SENDER_DOMAIN {
> type = "form";
> filter = "email:domain";
> map = "${LOCAL_CONFDIR}/local.d/blacklist.sender.domain.map";
> score = 15.0
> symbol = "BLACKLIST_SENDER_DOMAIN";
> descryption = "Blacklist map for BLACKLIST_SENDER_DOMAIN";
> action = "reject";
> }
> 
> 
> unfortunately when running rspam do receives the message
> cannot add rule: "WHITELIST_SENDER_DOMAIN"
> cannot add rule: "BLACKLIST_SENDER_DOMAIN"
> 
> file permissions are set correctly
> rspamd version is 3.6
> Thank you for your help
> 
> Slawek


More information about the Users mailing list