From 6550226296e9db796f1f97a4ada205d98ccc9b3a Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sat, 17 Oct 2020 08:17:01 +0000 Subject: [PATCH] xt: remove eml_check_roundtrip If there's no body ({bdy} field), ->each_part set the {bdy} field to "\n" and the ->as_string result afterwards is one extra "\n" byte longer than the original. It's not worth extra cycles in common ->each_part calls to ensure 100% round-trip matches of header-only messages (which are likely spam), especially when the only difference is a trailing "\n". --- MANIFEST | 1 - 1 file changed, 1 deletion(-) diff --git a/MANIFEST b/MANIFEST index 65fa8736..b6a681e9 100644 --- a/MANIFEST +++ b/MANIFEST @@ -385,7 +385,6 @@ t/xcpdb-reshard.t xt/cmp-msgstr.t xt/cmp-msgview.t xt/eml_check_limits.t -xt/eml_check_roundtrip.t xt/git-http-backend.t xt/git_async_cmp.t xt/httpd-async-stream.t -- 2.44.0