Blacklist again...

64 views
Skip to first unread message

Frédéric Goudal

unread,
Sep 12, 2018, 6:00:00 AM9/12/18
to rspamd, Frédéric Goudal
Hello,

I’m trying to add a domain blacklist.
What I have done
/etc/rspamd/local.d/multimap.conf

sender_black_list {
type = "email:domain";
map = "/etc/rspamd/maps/blacklist.map";
action = "reject";
symbol = "EMMK_BLACKLIST";
}

My /etc/rspamd/maps/blacklist.map has the following line :

testdomain.tld

Of course it does not work,
1) what I have done wrong ?
2) how to debug that ?

f.g.



Frédéric Goudal Ingénieur Système
gou...@enseirb-matmeca.fr






apet...@gmail.com

unread,
Sep 12, 2018, 6:04:48 AM9/12/18
to rspamd
sender_black_list {
  type = "from";
  filter = "email:domain";

  map = "/etc/rspamd/maps/blacklist.map";
  action = "reject";
}

Frédéric Goudal

unread,
Sep 12, 2018, 8:30:14 AM9/12/18
to apet...@gmail.com, Frédéric Goudal, rspamd
Thanks !
> --
> You received this message because you are subscribed to the Google Groups "rspamd" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to rspamd+un...@googlegroups.com.
> Visit this group at https://groups.google.com/group/rspamd.
Reply all
Reply to author
Forward
0 new messages