We need to reconcile two Perl installations on mx2 and mx4, mail
relays running Postfix, amavisd-new and SpamAssassin.

The results differ when running the same program ('spamassassin -t')
with the same data on the two machines.

The operating systems are both Centos-4.5;  yum shows that both
machines are up to date with regard to 'yum check-update perl-*'.

How does one go about determining what the cockpit error is?

What controls whether a Perl module is chosen from

/usr/lib/perl5/vendor_perl/5.8.5/i386-linux-thread-multi

or

/usr/lib/perl5/site_perl/5.8.5/i386-linux-thread-multi?

Is it, e.g.,

[EMAIL PROTECTED] vaden]# grep -i /usr/lib/perl5 /usr/bin/spamassassin
use lib '/usr/lib/perl5/vendor_perl/5.8.5';                   #
substituted at 'make' time

How does one make certain that the result of say 'perl -MCPAN -e
'install Net::DNS' is used (given that 0.61 came out this week and it
seems relevant)?

kind regards/ldv

Larry Vaden
Internet Texoma, Inc.

[EMAIL PROTECTED] vaden]# spamassassin -t < sample-nonspam.txt > 
sample-nonspam.out
[30457] warn: spf: lookup failed: Net::DNS::typesbyname() argument
(SPF) is not TYPE### at
/usr/lib/perl5/vendor_perl/5.8.5/i386-linux-thread-multi/Net/DNS.pm
line 146.
[30457] warn: spf: lookup failed: Net::DNS::typesbyname() argument
(SPF) is not TYPE### at
/usr/lib/perl5/vendor_perl/5.8.5/i386-linux-thread-multi/Net/DNS.pm
line 146.
[EMAIL PROTECTED] vaden]#

[EMAIL PROTECTED] vaden]# spamassassin -t < sample-nonspam.txt > 
sample-nonspam.out
[EMAIL PROTECTED] vaden]#

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to