> -----Original Message----- > From: Theo Van Dinter [mailto:[EMAIL PROTECTED] > Sent: Thursday, December 22, 2005 3:04 PM > To: Spamassassin Devel List > Subject: sandbox/active breaks rulesrc plugins > > So I was noticing that my sandbox plugin isn't working. > Doing some digging, it turns out that the loadplugin line: > > loadplugin Mail::SpamAssassin::Plugin::Sandbox::felicity > sandbox-felicity.pm > > is in 72_active.cf, and not 70_sandbox.cf, therefore my > sandbox rules are read in before the plugin is loaded, so > ifplugin fails. >
Isnt that the point of putting loadplugin's in *.pre files? Is it possible to have a active.pre file in the sandbox, or do pre files only load from SYSCONFDIR? I think read_pre() happens on both siterules (SYSCONFDIR) and sysrules (DATADIR). D
