2015-09-07, Czarek wrote:
For incomming messages I found in the logs: spf: lookup failed: addr is not a string at /usr/share/perl5/vendor_perl/IO/Socket/IP.pm line 662
A bug in getnameinfo() in perl 5.16 and older. Fixed with perl 5.18 and later, which deal with pPOK vs. POK flags somewhat differently. See: http://marc.info/?l=spamassassin-users&m=141461245312708 one possible workaround: http://marc.info/?l=spamassassin-users&m=141467352930918 See the whole thread there for details. Mark