Can't locate Mail/SPF/Query.pm in @INC

keefe007

Verified User
Joined
Dec 25, 2004
Messages
276
Spamd is processing spam, but I see this error pop up all the time in my logs. Does anyone know how to rectify this?

Thanks!

[26174] error: Can't locate Mail/SPF/Query.pm in @INC (@INC contains: ../lib /usr/share/perl/5.8.7 /etc/perl /usr/local/lib/perl/5.8.7 /usr/local/share/perl/5.8.7 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8 /usr/local/lib/site_perl /usr/local/lib/perl/5.8.4 /usr/local/share/perl/5.8.4) at /usr/share/perl/5.8.7/Mail/SpamAssassin/Plugin/SPF.pm line 272, <GEN17> line 71.
 
Try this as root:
Code:
$ perl -MCPAN -e shell
cpan> install Mail::SPF::Query
That should install it and be sure to include any dependencies if requested.
 
Back
Top