On Fri, 8 Mar 2002, Matt Sergeant wrote:

> On Thu, 7 Mar 2002, Bart Schaefer wrote:
> 
> > On Thu, 7 Mar 2002, Timothy Demarest wrote:
> >
> > > Additionally, we have a goofy perl install with the prefix of [...] Is
> > > there a way that SpamAssassin could use the perl prefix when searching
> > > in addition to the hardcoded defaults?
> >
> > lib/Mail/SpamAssassin.pm should start out as lib/Mail/SpamAssassin.pm.PL
> 
> Huh??? What is the problem there? What on earth do you want to
> pre-generate the .pm files from a .PL file for?

To get $Config{prefix} and insert it into the hardwired paths embedded in
the @site_rules_path et al. arrays.  The other option is to "use Config"
in SpamAssassin.pm and do runtime replacement of $Config{prefix}, but that
seems more likely to break things.


_______________________________________________
Spamassassin-talk mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/spamassassin-talk

Reply via email to