shevek / libspf2

Implementation of the Sender Policy Framework for SMTP authorization
http://www.libspf2.net/
37 stars 32 forks source link

return explanation and Received-SPF header for result=none… #9

Closed SebastianS90 closed 2 years ago

SebastianS90 commented 9 years ago

… and in case of multiple SPF records (permerror).

Currently, we don't get any explanation string or Received-SPF header if there is no SPF record (result=none) or there is more than one record (result=permerror).

For this patch to work you need the modification from fc02a07a07f3718a687f04134c6d56460e41e793 in spf_interpret.c (it is included in master, but maybe not in the sources of projects that want to include this patch).

Note: This patch has been applied to the Debian package as of version 1.2.10-7 (2016-05-25)