possible rfc 7208 error ?

Asked by Benny Pedersen

in my postfix log i see:

Aug 11 12:11:18 linode postfix/smtpd[31648]: NOQUEUE: reject: RCPT from delivery2.ny.hostedsepo.dk[92.43.124.143]: 550 5.7.1 <email address hidden>: Recipient address rejected: Message rejected due to: SPF Permanent Error: Unknown mechanism found. Please see http://www.openspf.net/Why?s=mfrom;<email address hidden>;ip=92.43.124.143;<email address hidden>; from=<email address hidden> to=<email address hidden> proto=ESMTP helo=<delivery2.ny.hostedsepo.dk>

but i dont know what it means since openspf.net shows no errors at all

i am using pypolicyd-spf 1.3.1 on gentoo

help me understand this problem

Question information

Language:
English Edit question
Status:
Solved
For:
pypolicyd-spf Edit question
Assignee:
No assignee Edit question
Solved by:
Scott Kitterman
Solved:
Last query:
Last reply:
Revision history for this message
Best Scott Kitterman (kitterman) said :
#1

Here's the record:

"v=spf1 a mx ip4:92.43.124.0/24 ip4:77.243.130.238 ip4:178.23.241.246 ip4:195.69.128.111 ~all"

Note that there are two spaces between the last two mechanisms. This is OK, but it's a bug in pyspf not to accept this. Make sure you have at least pyspf 2.0.11.

Revision history for this message
Benny Pedersen (z-me-3) said :
#2

https://bugs.gentoo.org/show_bug.cgi?id=529494

Gentoo is in stable request now, waiting

Revision history for this message
Benny Pedersen (z-me-3) said :
#3

Thanks Scott Kitterman, that solved my question.