On Friday, April 9, 2004, 7:39:32 AM, Dan Stetser wrote:
> I did the same upgrade of perl. Spamassassin started as the stock
> Fedora rpm, then did a -Uvh with the 2.63 rpm.

> my /usr/bin/spamassassin has:

> use lib '/usr/lib/perl5/vendor_perl/5.8.1';  # substituted at 'make' time

> Is this what was needs to be substituted to reflect 5.8.3?

> Looked around and I have stuff scattered all over:
> /usr/lib/perl5/site_perl/5.8.3/Mail/SpamAssassin/PerMsgStatus.pm
> /usr/lib/perl5/vendor_perl/5.8.1/Mail/SpamAssassin/PerMsgStatus.pm
> /usr/lib/perl5/site_perl/5.8.3/Mail/SpamAssassin/Conf.pm
> /usr/lib/perl5/vendor_perl/5.8.1/Mail/SpamAssassin/Conf.pm

> I can see this being a problem especially w/3.0 around the corner.
> What's the easiest way to straighten this out

Hi Dan,
One answer is that 3.0 now has support for message body URI
domain checking via a different plugin URIDNSBL aka URIBL,
specifically through the command Justin Mason recently added for
this purpose called "urirhsbl".  That's been tested with SURBL
and it works great.

  
http://spamassassin.org/full/3.0.x/dist/lib/Mail/SpamAssassin/Plugin/URIDNSBL.pm

In fact it's already used in the sample config file for uribl:

  http://spamassassin.org/full/3.0.x/dist/rules/25_uribl.cf

urirhsbl        URIBL_SC_SURBL  sc.surbl.org.   A
header          URIBL_SC_SURBL  eval:check_uridnsbl('T_URIBL_SC_SURBL')
describe        URIBL_SC_SURBL  Contains a URL listed in the SC SURBL blocklist
tflags          URIBL_SC_SURBL  net

> I do appreciate all your help,
> Dan

Likewise do I appreciate all the help offered by everyone here.

Cheers,

Jeff C.
-- 
Jeff Chan
mailto:[EMAIL PROTECTED]
http://www.surbl.org/

Reply via email to