about summary refs log tree commit homepage
path: root/MANIFEST
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2020-10-17 08:17:01 +0000
committerEric Wong <e@80x24.org>2020-10-17 20:24:03 +0000
commit6550226296e9db796f1f97a4ada205d98ccc9b3a (patch)
tree0597a1ab3e2fb99e00adefea158bb205c53b4038 /MANIFEST
parent2686f6e69245aa32f9c2a286475ed91db776b065 (diff)
downloadpublic-inbox-6550226296e9db796f1f97a4ada205d98ccc9b3a.tar.gz
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".
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST1
1 files changed, 0 insertions, 1 deletions
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