https://issues.apache.org/SpamAssassin/show_bug.cgi?id=5876
--- Comment #5 from J. Nick Koston <[EMAIL PROTECTED]> 2008-04-06 19:33:27 PST
---
Another thought:
Perhaps its better to write out modules to /var/lib/spamassassin then
eval { require "FULLPATH/TO/MOD/HERE"; };
Let perl do the work of opening/loading the file as its bound to be more
efficient evaling in a scalar full of code.
This could also make startup time faster as the modules could serve as caches
instead of constructing them in memory every time.
--
Configure bugmail:
https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.