Hi, > I’m building a new 3.3.1 SpamAssassin box from scratch, and ran into a small > problem when I ran —lint: > $ spamassassin --lint > Apr 2 11:24:05.923 [22379] warn: plugin: failed to create instance of > plugin Mail::SpamAssassin::Plugin::EmailBL.pm: Bareword > "Mail::SpamAssassin::Plugin::EmailBL" not allowed while "strict subs" in use > at (eval 73) line 1.
With the little perl expertise that I have, I ask, what is the environment like for the user that you ran spamassassin as? IOW, does it know where to find the perl libs? If you try "su - user" to create a login shell, does it then work? Does "perl -V" show anything useful about your environment? Regards, Alex