freakie
Verified User
Hi,
i wanted to make a global blacklist in which domains are present from which we dont any e-mails.
we are using rspamd so i did this:
create the file in /etc/rspamd/local.d/blacklist.conf
contents:
reject_content {
type = "content";
filter = "full";
map = "/etc/rspamd/local.d/blacklist.map";
symbol = "REJECT_CONTENT";
score = 10.0;
prefilter = true;
regexp = true;
}
then i created the file /etc/rspamd/local.d/blacklist.map
contents:
domain1.com.
domain2.com
but this isnt working.
anyone gat an idea?
i wanted to make a global blacklist in which domains are present from which we dont any e-mails.
we are using rspamd so i did this:
create the file in /etc/rspamd/local.d/blacklist.conf
contents:
reject_content {
type = "content";
filter = "full";
map = "/etc/rspamd/local.d/blacklist.map";
symbol = "REJECT_CONTENT";
score = 10.0;
prefilter = true;
regexp = true;
}
then i created the file /etc/rspamd/local.d/blacklist.map
contents:
domain1.com.
domain2.com
but this isnt working.
anyone gat an idea?