From: Stephan Bosch Date: Thu, 5 Aug 2021 09:38:26 +0000 (+0200) Subject: lib-smtp: test-smtp-server-errors - Perform "Bad pipelined DATA" test with actual... X-Git-Tag: 2.3.17~219 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=da1d2332bd704a24a98f59d1df5a464428298cc6;p=thirdparty%2Fdovecot%2Fcore.git lib-smtp: test-smtp-server-errors - Perform "Bad pipelined DATA" test with actual pipelining. --- diff --git a/src/lib-smtp/test-smtp-server-errors.c b/src/lib-smtp/test-smtp-server-errors.c index 0a85e90f04..50f3e62949 100644 --- a/src/lib-smtp/test-smtp-server-errors.c +++ b/src/lib-smtp/test-smtp-server-errors.c @@ -2575,6 +2575,7 @@ static void test_bad_pipelined_data(void) SMTP_CAPABILITY_BINARYMIME | SMTP_CAPABILITY_CHUNKING; smtp_server_set.max_client_idle_time_msecs = 1000; smtp_server_set.max_recipients = 10; + smtp_server_set.max_pipelined_commands = 16; test_begin("Bad pipelined DATA"); test_run_client_server(&smtp_server_set,