You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@spamassassin.apache.org by bu...@bugzilla.spamassassin.org on 2005/08/17 21:52:28 UTC

[Bug 4541] New: LMAP/CID2SPF warning messages

http://bugzilla.spamassassin.org/show_bug.cgi?id=4541

           Summary: LMAP/CID2SPF warning messages
           Product: Spamassassin
           Version: 3.1.0
          Platform: PC
        OS/Version: FreeBSD
            Status: NEW
          Severity: minor
          Priority: P5
         Component: Rules
        AssignedTo: dev@spamassassin.apache.org
        ReportedBy: rickm@nougen.com


spamd will sometimes generate "Can't locate LMAP/CID2SPF.pm in @INC" warning
messages.  A sample message is listed below.

Rick

Return-Path: <xxxxxx>
Received: from bayc1-pasmtp03.bayc1.hotmail.com (65.54.191.163)
  by mta001.aei.ca with SMTP; 17 Aug 2005 14:51:24 -0000
Message-ID: <BA...@cez.ice>
X-Originating-IP: [70.51.184.46]
X-Originating-Email: [xxxxxx]
Received: from ucgchok0thlauor ([70.51.184.46]) by
BAYC1-PASMTP03.bayc1.hotmail.com over TLS secured channel with
Microsoft SMTPSVC(6.0.3790.211);
         Wed, 17 Aug 2005 07:51:22 -0700
Reply-To: <xxxxx>
From: "Martha Cox" <xxxxx>
To: "Abdul Ahmed" <xxxxx>, "Cal Morin" <xxxxx>,
--sniped long list of To:s--
Subject: change of Email
Date: Wed, 17 Aug 2005 10:51:13 -0400
Message-ID: <00...@ucgchok0thlauor>
MIME-Version: 1.0
Content-Type: multipart/alternative;
        boundary="----=_NextPart_000_0018_01C5A319.9C04FE50"
X-Priority: 3 (Normal)
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook, Build 10.0.2627
Importance: Normal
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2742.200
X-OriginalArrivalTime: 17 Aug 2005 14:51:22.0856 (UTC) FILETIME=[2295AE80:01C5A33B]
X-Virus-Status: No
X-Virus-Checker-Version: clamassassin 1.2.2 with clamdscan / ClamAV
0.85.1/1029/Wed Aug 17 06:01:16 2005

This is a multi-part message in MIME format.



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

[Bug 4541] LMAP/CID2SPF warning messages

Posted by bu...@bugzilla.spamassassin.org.
http://bugzilla.spamassassin.org/show_bug.cgi?id=4541


felicity@apache.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID




------- Additional Comments From felicity@apache.org  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.

[Bug 4541] LMAP/CID2SPF warning messages

Posted by bu...@bugzilla.spamassassin.org.
http://bugzilla.spamassassin.org/show_bug.cgi?id=4541





------- Additional Comments From rickm@nougen.com  2005-09-21 11:51 -------
Created an attachment (id=3145)
 --> (http://bugzilla.spamassassin.org/attachment.cgi?id=3145&action=view)
Full email that re-creates the bug

See attached for the email in question



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

[Bug 4541] LMAP/CID2SPF warning messages

Posted by bu...@bugzilla.spamassassin.org.
http://bugzilla.spamassassin.org/show_bug.cgi?id=4541





------- Additional Comments From jm@jmason.org  2005-09-21 11:32 -------
yes, that would be useful.



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

[Bug 4541] LMAP/CID2SPF warning messages

Posted by bu...@bugzilla.spamassassin.org.
http://bugzilla.spamassassin.org/show_bug.cgi?id=4541





------- Additional Comments From jm@jmason.org  2005-09-21 09:52 -------
the sample does not reproduce the problem, probably due to over-zealous
obfuscation of the domains and email addrs.  can someone *attach* (note!) a
sample that *does* reproduce it with "spamassassin -t"?

Having said that, anyway, this is not something we can necessarily fix.

What's happening is that the Mail::SPF::Query module has detected a Sender-ID
record in DNS, and it contains code to automatically load a converter module
(LMAP::CID2SPF) to convert the Sender-ID record into an SPF-compatible format so
it can be read.

We don't do this -- Mail::SPF::Query does.



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

[Bug 4541] LMAP/CID2SPF warning messages

Posted by bu...@bugzilla.spamassassin.org.
http://bugzilla.spamassassin.org/show_bug.cgi?id=4541





------- Additional Comments From rickm@nougen.com  2005-09-21 11:25 -------
Do you want the full message for testing anyways ?  I still have it and just
tested that it does reproduce the error.



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

[Bug 4541] LMAP/CID2SPF warning messages

Posted by bu...@bugzilla.spamassassin.org.
http://bugzilla.spamassassin.org/show_bug.cgi?id=4541





------- Additional Comments From rprosser@digex.com  2005-09-22 09:19 -------
(In reply to comment #4)
> Created an attachment (id=3145)
 --> (http://bugzilla.spamassassin.org/attachment.cgi?id=3145&action=view) [edit]
> Full email that re-creates the bug
> See attached for the email in question

My guess would be that you don't have the LMAP::CID2SPF module installed.  you 
can download the source from http://spf.pobox.com/downloads.html / 
http://www.baschny.de/spf/LMAP-CID2SPF-0.9.tar.gz
Check to see if you have the file CID2SPF.pm on your machine.

I believe that the issue only occurs when microsoft domains are the sender 
(CallerID) I was seeing the same issue until I installed the above.




------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.