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.
self_scan = yes;
}
-#Enable milter protocol
-milter = yes;
-
#Enable encryption for proxy connections
keypair {
pubkey = "{= env.PROXY_PUBKEY =}";
PASSWORD=${PASSWORD:-q1}
PARALLEL=${PARALLEL:-10}
TRAIN_RATIO=${TRAIN_RATIO:-0.1}
-TEST_PROXY=${TEST_PROXY:-false}
+TEST_PROXY=${TEST_PROXY:-true}
# Directories
# When running inside container via stdin, BASH_SOURCE won't work properly