[exim-dev] [Bug 1399] SPF don't return appropriate error

Góra strony
Delete this message
Reply to this message
Autor: admin
Data:  
Dla: exim-dev
Stare tematy: [exim-dev] [Bug 1399] New: SPF don't return appropriate error
Temat: [exim-dev] [Bug 1399] SPF don't return appropriate error
https://bugs.exim.org/show_bug.cgi?id=1399

sebastian@??? <sebastian@???> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |sebastian@???


--- Comment #1 from sebastian@??? <sebastian@???> ---
Any progress on this? The bug is still present in exim version 4.84 with
libspf2 1.2.10.
I think this could be a library issue because of the missing/empty lines in
spfquery tool. Normally it prints out the result, SMTP answer, a comment and
the Received-SPF header - each in a single line.

I'll have a look at the libspf sources, there is probably no hurry in this 2
year old issue.

Current example:

$ dig neos.io TXT
;; ANSWER SECTION:
neos.io. TXT "v=spf1 include:mail.zendesk.com ?all"
neos.io. TXT "v=spf1 include:mailgun.org ~all"


$ spfquery -ip 1.2.3.4 -sender 'does-not-matter@???'
StartError
Context: Failed to query MAIL-FROM
ErrorCode: (32) Multiple SPF or TXT records for domain.
Error: Multiple SPF records for 'neos.io'
EndError
permerror
(3 empty lines. probably the missing SMTP answer, comment and received-spf
header)

And the exim variables during acl_smtp_mail:
$spf_result=permerror
$spf_header_comment=(empty)
$spf_smtp_comment=(empty)
$spf_received=(empty)

--
You are receiving this mail because:
You are on the CC list for the bug.