From: Eric Wong Date: Sat, 17 Oct 2020 08:17:01 +0000 (+0000) Subject: xt: remove eml_check_roundtrip X-Git-Tag: v1.7.0~1704 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=6550226296e9db796f1f97a4ada205d98ccc9b3a;p=public-inbox.git 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". --- 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