[Rspamd-Users] multimap setup rspamd v 2.2.1
Sophie Loewenthal
sophie at klunky.co.uk
Fri Jan 3 08:32:32 UTC 2020
Resent because was not delivered yesterday 2/2/20 to the list.
Hi,
Is this the correct set uip for multimap? I don’t seem to be able to trigger the rules?
cat multimap.conf
file_extention_blacklist {
type = "filename";
filter = "extension";
map = "/${LOCAL_CONFDIR}/file_extention_blacklist.map";
symbol = "FILENAME_BLACKLISTED";
action = "reject";
}
WHITELIST_SENDER_DOMAIN {
type = "from";
filter = "email:domain";
map = "/${LOCAL_CONFDIR}/whitelist_sender_domain.map";
score = -1.0
}
IP_WHITELIST {
type = "ip";
prefilter = true;
map = "/${LOCAL_CONFDIR}/whitelist_ip.map";
#action = "accept";
score = -1.0
}
cat file_extention_blacklist.map
exe
arj
scr
lnk
cat whitelist_ip.map
94.123.123.123
cat whitelist_sender_domain.map
kkkk.cx
Happy new year.
Sophie
More information about the Users
mailing list