From: Vsevolod Stakhov Date: Mon, 20 Oct 2025 15:57:22 +0000 (+0100) Subject: [Test] It seems CC just can't understand how to fix this X-Git-Tag: 3.14.0~54 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9e40f023ca9bf7451021497bd8f7917361b7e4d0;p=thirdparty%2Frspamd.git [Test] It seems CC just can't understand how to fix this --- diff --git a/test/integration/configs/worker-proxy.inc b/test/integration/configs/worker-proxy.inc index 4a138c1813..a1dacd937b 100644 --- a/test/integration/configs/worker-proxy.inc +++ b/test/integration/configs/worker-proxy.inc @@ -5,9 +5,13 @@ count = 1; timeout = 120s; upstream "local" { default = yes; - self_scan = yes; + self_scan = no; + hosts = "localhost:5001"; + encryption_key = "{= env.WORKER_PUBKEY =}"; } +milter = no; + #Enable encryption for proxy connections keypair { pubkey = "{= env.PROXY_PUBKEY =}";