Bug 1321403

Summary: spf: lookup failed: addr is not a string
Product: Red Hat Enterprise Linux 7 Reporter: cm
Component: perl-SocketAssignee: perl-maint-list
Status: CLOSED INSUFFICIENT_DATA QA Contact: BaseOS QE - Apps <qe-baseos-apps>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 7.4CC: cm, mkyral, ppisar
Target Milestone: rc   
Target Release: ---   
Hardware: All   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2017-03-21 12:37:56 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Attachments:
Description Flags
Working patch none

Description cm 2016-03-26 11:01:40 UTC
Created attachment 1140553 [details]
Working patch

Description of problem:

Using postfix and spamassassin with spf checking, an error message 'spf: lookup failed: addr is not a string at /usr/share/perl5/vendor_perl/IO/Socket/IP.pm line 662. occurs on some DNS servers.

Version-Release number of selected component (if applicable):
perl-Socket-2.010-4.el7

Steps to Reproduce:
1. Install postfix and spamassassin
2. Configure postfix to use spamassassin
3. Receive an incoming mail and spamassassin evaluates it

Actual results:
error message 'spf: lookup failed: addr is not a string at /usr/share/perl5/vendor_perl/IO/Socket/IP.pm line 662. occurs on some DNS servers and SPF checking does not happen

Expected results:
Spamassassin should check SPF results

Comment 2 Petr Pisar 2016-03-29 08:53:13 UTC
So is this the same issue as bug #1200167? Even the patch is subset of patch for bug #1200167. I feel this is a duplicate of bug #1200167. Do you agree?