Fix Sieve: add Received headers to auto-generated messages and detect loops

This commit is contained in:
Maurus Decimus
2026-07-12 16:03:53 +02:00
parent ca5971e9a1
commit 602025464b
7 changed files with 22 additions and 19 deletions

View File

@@ -36267,7 +36267,7 @@ impl Default for SieveUserInterpreter {
max_nested_includes: 3u64,
max_nested_tests: 15u64,
max_out_messages: 3u64,
max_received_headers: 10u64,
max_received_headers: 50u64,
max_redirects: 1u64,
max_script_size: 102400,
max_string_length: 4096u64,