diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2018-03-26 13:49:52 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2018-03-26 13:49:52 +0100 |
commit | 8f0776b59c787a5359599f552d6aa7270c66bad3 (patch) | |
tree | 4c9b8c140807ebbe9f3d8b88972c057cb83fa799 /src | |
parent | 4fe4d0b16321e3af984c3e595aaafbf60a0d0259 (diff) |
SPF: remove the deprecated "err_temp" and "err_perm" result names
Diffstat (limited to 'src')
-rw-r--r-- | src/src/spf.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/src/spf.c b/src/src/spf.c index 0f0a05d4d..a203c07ba 100644 --- a/src/src/spf.c +++ b/src/src/spf.c @@ -22,8 +22,6 @@ static spf_result_id spf_result_id_list[] = { { US"fail", 3 }, { US"softfail", 4 }, { US"none", 5 }, - { US"err_temp", 6 }, /* Deprecated Apr 2014 */ - { US"err_perm", 7 }, /* Deprecated Apr 2014 */ { US"temperror", 6 }, /* RFC 4408 defined */ { US"permerror", 7 } /* RFC 4408 defined */ }; |