You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@spamassassin.apache.org by bu...@spamassassin.apache.org on 2022/07/15 18:11:50 UTC

[Bug 7980] plaintext_body_sig_ratio performance

https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7980

--- Comment #4 from Karsten Bräckelmann <gu...@rudersport.de> ---
Replaced the one-shot, prone to backtrack signature identifying regex.
Now doing a fast single-pass over the entire string, using a minimal regex to
identify signature delimiters.

Also ignore decoy markers at the end.

Sending        BodyEval.pm
Transmitting file data .done
Committing transaction...
Committed revision 1902744.

-- 
You are receiving this mail because:
You are the assignee for the bug.