On Fri, 27 May 2005 roger-surbl-discuss@rope.net wrote:
Ok this is something specific about your setup, is your Net::DNS up to date, do you have it installed?
Upgraded from 0.48 to 0.49, but "spamassassin --lint -D" still shows 0.48.
This smells like a Perl problem. If you think that you've installed 0.49 but spamassassin 'sees' 0.48 you may have multiple versions of Net::DNS installed on your system and depending upon the value of '@INC' get different versions when you run a Perl program.
what does a "perl -V" run as your "spamd user" show you? (where "spamd user" is the user-ID that you've got your spamd running as).
It may be a permissions issue or a house-cleaning issue. (need to clean out stale versions of old modules).