1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2024-12-25 02:29:32 +02:00

fix URLHAUS_ABUSE_CH check

This commit is contained in:
Reto Kupferschmid 2023-02-28 14:30:38 +01:00
parent d20df7d73e
commit 46cc022590
No known key found for this signature in database
GPG Key ID: 04A517049438495F

View File

@ -159,8 +159,8 @@ BAZAAR_ABUSE_CH {
} }
URLHAUS_ABUSE_CH { URLHAUS_ABUSE_CH {
type = "url"; type = "selector";
filter = "full"; selector = "urls";
map = "https://urlhaus.abuse.ch/downloads/text_online/"; map = "https://urlhaus.abuse.ch/downloads/text_online/";
score = 10.0; score = 10.0;
} }