Re: line endings in body tests

2025-03-11 Thread Shawn Iverson
Rainer, Take a look at https://spamassassin.apache.org/full/4.0.x/doc/Mail_SpamAssassin_Conf.html body SYMBOLIC_TEST_NAME /pattern/modifiers ... "All body paragraphs (double-newline-separated blocks text) are turned into a linebreaks-removed, whitespace-normalized, single line. Any lines longer

Re: line endings in body tests

2025-03-11 Thread Bill Cole
On 2025-03-10 at 11:42:16 UTC-0400 (Mon, 10 Mar 2025 16:42:16 +0100) Rainer Sokoll via users is rumored to have said: > Hi, > > SpamAssassin version 4.0.0 > running on Perl version 5.36.0 > > Debian 12 (bookworm) > > I’m pulling my hair out. > A simple mail containing > > --[snip]- > te

line endings in body tests

2025-03-10 Thread Rainer Sokoll via users
Hi, SpamAssassin version 4.0.0 running on Perl version 5.36.0 Debian 12 (bookworm) I’m pulling my hair out. A simple mail containing --[snip]- teststring some random text --[snap]- and a rule in local.cf: body TESTRULE /teststring$/ score TESTRULE 5.0 does NOT match when tes