SPF: remove the deprecated "err_temp" and "err_perm" result names
[exim.git] / src / src / spf.c
index 0f0a05d4dcddd40a2994290052fc0e969d3a9682..a203c07baa8b0d70ed4fdb9737f1131d1733a300 100644 (file)
@@ -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 */
 };