
bugzilla-daemon at bugzilla
May 18, 2008, 7:02 AM
Post #3 of 5
(96 views)
Permalink
|
|
[Bug 5899] sa-compile /var/lib dir should contain perl version in path
[In reply to]
|
|
https://issues.apache.org/SpamAssassin/show_bug.cgi?id=5899 --- Comment #3 from Justin Mason <jm[at]jmason.org> 2008-05-18 07:02:41 PST --- here we go. this changes the sa-compile compiled-ruleset storage dir to include the perl major version ("5.008" for 5.8.x, "5.010" for 5.10.x, "5.006" for 5.6 etc). This is because perl minor version changes are ABI-compatible, but major version changes are not. Note that it does not attempt to load rulesets from the old location -- so "sa-compile" will need to be re-run after applying this patch. this is because, due to this bug, the old rulesets may cause SA to exit anyway! so better safe than sorry. -- Configure bugmail: https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
|