1 parent 11361e8 commit df5f28aCopy full SHA for df5f28a
2 files changed
rootfs/usr/local/bin/setup.sh
@@ -437,7 +437,7 @@ fi
437
# Disable greylisting policy
438
if [ "$DISABLE_GREYLISTING" = true ]; then
439
echo "[INFO] Greylisting policy is disabled"
440
- echo "enabled = false;" > /etc/rspamd/local.d/greylisting.conf
+ echo "enabled = false;" > /etc/rspamd/local.d/greylist.conf
441
else
442
echo "[INFO] Greylisting policy is enabled"
443
fi
test/reverse.bats
@@ -327,7 +327,7 @@ load 'test_helper/bats-assert/load'
327
}
328
329
@test "checking rspamd: greylisting policy is disabled (reverse configuration)" {
330
- run docker exec mailserver_reverse cat /etc/rspamd/local.d/greylisting.conf
+ run docker exec mailserver_reverse cat /etc/rspamd/local.d/greylist.conf
331
assert_success
332
assert_output "enabled = false;"
333
0 commit comments