https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7496
Todd Rinaldo <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Todd Rinaldo <[email protected]> --- Created attachment 5475 --> https://bz.apache.org/SpamAssassin/attachment.cgi?id=5475&action=edit Proposed fix. This commit does several tricks to speed up startup code including - use index to avoid unnecessary regexes - use tr when instead of a match regex. - elsif instead of sequential if checks for a string match - one time regex compiling (don't believe the rumors that the "o" modifier doesn't do anything on unthreaded perl) -- You are receiving this mail because: You are the assignee for the bug.
