]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
lib-smtp: test-smtp-server-errors - Perform "Bad pipelined DATA" test with actual...
authorStephan Bosch <stephan.bosch@open-xchange.com>
Thu, 5 Aug 2021 09:38:26 +0000 (11:38 +0200)
committerStephan Bosch <stephan.bosch@open-xchange.com>
Tue, 10 Aug 2021 22:32:25 +0000 (00:32 +0200)
src/lib-smtp/test-smtp-server-errors.c

index 0a85e90f04c800bbc82356e916a3b90debafb22c..50f3e6294903ede5ce09f8ede36518bbd652002d 100644 (file)
@@ -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,