https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6985
Henrik Krohns <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #10 from Henrik Krohns <[email protected]> --- I would assume it's fine to create the internal regex by simply concatenating listed tlds from config (join "|", @tlds). Atleast schemeless uri parsing requires the regex. Trie regex optimization has been in Perl since 5.10, the "optimized" list has been redundant for a long time. I vote leaving in a "default" periodically updated regex for those who want to use the .pm standalone for other purposes. If SA config exists, then it will be overwritten at the time .pm is loaded. Or something like that, just thinking loud.. -- You are receiving this mail because: You are the assignee for the bug.
