1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2025-12-16 03:15:59 +00:00

rspamd: fixed dqs rbl insertion handling

This commit is contained in:
DerLinkman
2024-08-01 12:37:49 +02:00
parent 5d7c9b20bc
commit b6c036496d
2 changed files with 23 additions and 25 deletions

View File

@@ -21,6 +21,6 @@ rbls {
}
}
.include(try=true,priority=5) "$LOCAL_CONFDIR/custom/dqs-rbl.conf"
.include(try=true,override=true,priority=5) "$LOCAL_CONFDIR/custom/dqs-rbl.conf"
}