> > also, when did plugins move (back?) to rulesrc/sandbox/... as opposed
> > to rules/...?
>
> I suspect you had the output of a "mkrules" compilation step in
> your "rules" dir; they were always there, in the sandbox, but
> mkrules copies them into "rules".
bingo.
i always build SA from src w/,
cd ${SA_SRC}
perl Makefile.PL ...
cd spamc
perl version.h.pl
./configure --enable-ssl ...
make
and note afterwards,
cd ${SA_SRC}
ls -1 rules/*.pm
rules/SIQ.pm
rules/sandbox-felicity.pm
rules/sandbox-hstern.pm
i did *not* realize that mkrules is the 'culprit', but i *do* see it
in Makefile.PL.
(need to look more closely at what's going on so as not to fubar my setup ... )
thanks!