On one of my machines, my logs are getting a fair amount of the following
message:  Any clue would be welcome.


Aug 20 21:55:26 norcomix spamd[12046]: Can't locate object method "type" via 
package "Net::DNS::RR::MX" 
at /usr/lib/perl5/site_perl/5.8.0/Mail/SpamAssassin/Dns.pm line 212.
Aug 20 21:55:50 norcomix spamd[12046]: Can't locate object method "type" via 
package "Net::DNS::RR::MX" 
at /usr/lib/perl5/site_perl/5.8.0/Mail/SpamAssassin/Dns.pm line 212.
Aug 20 22:18:42 norcomix spamd[12046]: Can't locate object method "type" via 
package "Net::DNS::RR::MX" 
at /usr/lib/perl5/site_perl/5.8.0/Mail/SpamAssassin/Dns.pm line 212.


In /usr/lib/perl5/site_perl/5.8.0/Mail/SpamAssassin/Dns.pm
Line 212 looks like
    next if ($answer->type ne 'A' && $answer->type ne 'TXT');
    # skip any A record that isn't on 127/8
    next if ($answer->type eq 'A' && $answer->rdatastr !~ /^127\./);



-- 
_____________________________________
John Andersen

Attachment: pgphrZPv6vGFn.pgp
Description: PGP signature

Reply via email to