]> git.ipfire.org Git - thirdparty/rspamd.git/commit
[Test] Disable milter mode in proxy worker for integration tests
authorVsevolod Stakhov <vsevolod@rspamd.com>
Mon, 20 Oct 2025 13:45:32 +0000 (14:45 +0100)
committerVsevolod Stakhov <vsevolod@rspamd.com>
Mon, 20 Oct 2025 13:45:32 +0000 (14:45 +0100)
commita9c5d889b9d356ec0cd8c4bac1ea9e527baa3b1a
tree16903b85f872c017c10aead94084445e3e2e29ea
parenta9603e5519f895d7cc2e422be6b71bc5ffbba5bc
[Test] Disable milter mode in proxy worker for integration tests

Remove 'milter = yes' from proxy worker configuration to enable
HTTP protocol testing. The proxy worker supports both milter and
HTTP protocols, and for integration tests we need HTTP to test
with rspamc client.

Also enable proxy test by default now that it works correctly.
test/integration/configs/worker-proxy.inc
test/integration/scripts/integration-test.sh