From ee70b5d534f8a93daa8cc6afc5980cf3a1c0acf6 Mon Sep 17 00:00:00 2001 From: Philippe Antoine Date: Mon, 28 Nov 2022 22:18:16 +0100 Subject: [PATCH] body_md5 : take every line into account, also lines that are headers of sub mime parts and do not take new line post boundary --- tests/smtp-md5/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/smtp-md5/test.yaml b/tests/smtp-md5/test.yaml index f89cc7843..77bfe1a64 100644 --- a/tests/smtp-md5/test.yaml +++ b/tests/smtp-md5/test.yaml @@ -13,7 +13,7 @@ checks: smtp.mail_from: smtp.rcpt_to[0]: email.subject_md5: "c2239a92bde29f0a9f9173193cc2fe00" - email.body_md5: "199a623779019799f24fcf61204c55a8" + email.body_md5: "ed00c81b85fa455d60e19f1230977134" # Check the stats. A stats check is a specialization of a filter -- 2.47.2