http://bugzilla.spamassassin.org/show_bug.cgi?id=4541
[EMAIL PROTECTED] changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |INVALID
------- Additional Comments From [EMAIL PROTECTED] 2005-10-11 19:25 -------
(In reply to comment #5)
> My guess would be that you don't have the LMAP::CID2SPF module installed.
> you
It's worth noting that in some versions of Mail::SPF::Query (I'm looking at
1.994), it looks like a wrapper
was put around the LMAP::CID2SPF module requirement so that the error shouldn't
occur anymore:
eval { require LMAP::CID2SPF; };
if ($@) {
$query->debuglog(" DirectiveSet->new(): LMAP::CID2SPF not available,
will not do Caller-ID
lookup.");
}
Either way, it's not an SA bug so I'm going to close the ticket since there's
nothing we can do about it.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.