[Rspamd] Fix prio for includes in overrides

This commit is contained in:
andryyy
2020-09-24 20:30:58 +02:00
parent b4f8156875
commit e5f0e1da44
3 changed files with 3 additions and 3 deletions

View File

@@ -6,4 +6,4 @@ upstream "local" {
hosts = "rspamd:11333"
}
reject_message = "This message does not meet our delivery requirements";
.include(try=true; priority=20) "$CONFDIR/override.d/worker-proxy.custom.inc"
.include(try=true; priority=30) "$CONFDIR/override.d/worker-proxy.custom.inc"