From b3e1ff9e769e62977a3876de339a7319f2b27a4b Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Thu, 17 Feb 2022 21:24:58 +0000 Subject: [Test] Add a test case Issue: #4081 --- test/rspamd_cxx_unit_utils.hxx | 1 + 1 file changed, 1 insertion(+) (limited to 'test') diff --git a/test/rspamd_cxx_unit_utils.hxx b/test/rspamd_cxx_unit_utils.hxx index d83af5010..c85315379 100644 --- a/test/rspamd_cxx_unit_utils.hxx +++ b/test/rspamd_cxx_unit_utils.hxx @@ -44,6 +44,7 @@ TEST_CASE("rspamd_strip_smtp_comments_inplace") {"ab(trol\\\1lo)c(foo)", "abc"}, {"\\ab(trol\\\1lo)c(foo)", "abc"}, {"", ""}, + {" (added by postmaster@example.net)", " "} }; for (const auto &c : cases) { -- cgit v1.2.3