https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7298
Kevin A. McGrail <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|NEW |RESOLVED --- Comment #4 from Kevin A. McGrail <[email protected]> --- Martin and Nicolas, I added both fallbacks: Index: lib/Mail/SpamAssassin.pm =================================================================== --- lib/Mail/SpamAssassin.pm (revision 1838596) +++ lib/Mail/SpamAssassin.pm (working copy) @@ -156,6 +156,8 @@ '__local_rules_dir__/user_prefs.template', '__prefix__/etc/mail/spamassassin/user_prefs.template', '__prefix__/share/spamassassin/user_prefs.template', + '__local_state_dir__/__version__/updates_spamassassin_org/user_prefs.template', + '__def_rules_dir__/user_prefs.template', '/etc/spamassassin/user_prefs.template', '/etc/mail/spamassassin/user_prefs.template', '/usr/local/share/spamassassin/user_prefs.template', LMK how it works for you, please. 3.4: Committed revision 1839002. trunk: Committed revision 1839003. -- You are receiving this mail because: You are the assignee for the bug.
