[Rspamd-Users] urlhause abuse.ch

Carsten Rosenberg cr at ncxs.de
Fri Feb 1 13:01:37 UTC 2019


Hi,

you can use multimap for this:

https://rspamd.com/doc/modules/multimap.html

urlhaus {
  map = "https://urlhaus.abuse.ch/downloads/text/";
  type = "url";
  filter = "full";
  score = 1.0;
  symbol = "URLHAUS";
}


This list is quite big and changes frequently. May you want to adjust
"map_watch_interval"

https://rspamd.com/doc/configuration/options.html

--

Carsten

On 01.02.19 11:06, Klaus Rörig wrote:
> Hello,
> 
> can anyone tell me how to implemente this URL database?
> 
> One can download a full URL List from
> https://urlhaus.abuse.ch/downloads/text/
> 
> But how do I tell RSpamd to load the list and score on matches?
> 
> Thx,
> 
> Klaus
> 


More information about the Users mailing list