Beta 4.15-12
Mariano Absatz
mailscanner at LISTS.COM.AR
Wed Apr 30 21:59:53 IST 2003
Right... now my mailer is doing strange things to the patch... let's see if
the patch (for 4.15-3) is now readable as an attachment...
--
Mariano Absatz
El Baby
----------------------------------------------------------
Did anyone see my lost carrier?
-------------- next part --------------
*** SA.pm.old Wed Apr 30 17:34:05 2003
--- SA.pm Wed Apr 30 17:46:51 2003
***************
*** 92,98 ****
# for finding the SpamAssassin libraries
# Use unshift rather than push so that their given location is
# always searched *first* and not last in the include path.
! unshift @INC, "$val/lib/perl5/site_perl/$PERL_VERSION";
}
# Now we have the path built, try to find the SpamAssassin modules
MailScanner::Log::DieLog("SpamAssassin installation could not be found")
--- 92,99 ----
# for finding the SpamAssassin libraries
# Use unshift rather than push so that their given location is
# always searched *first* and not last in the include path.
! my $perl_vers = $PERL_VERSION < 5.006 ? $PERL_VERSION : sprintf("%vd",$PERL_VERSION);
! unshift @INC, "$val/lib/perl5/site_perl/$perl_vers";
}
# Now we have the path built, try to find the SpamAssassin modules
MailScanner::Log::DieLog("SpamAssassin installation could not be found")
More information about the MailScanner
mailing list