Change strings of SPF result to conform to RFC 4408
[exim.git] / src / src / spf.c
index 4bbabbf4c7ad387c0455ec0ad2a1c86d67f28a8c..4f0094fc48081a64534f31ec46f7156f31ab58e9 100644 (file)
@@ -19,8 +19,8 @@ static spf_result_id spf_result_id_list[] = {
   { US"fail", 3 },
   { US"softfail", 4 },
   { US"none", 5 },
-  { US"err_temp", 6 },
-  { US"err_perm", 7 }
+  { US"temperror", 6 },
+  { US"permerror", 7 }
 };
 
 SPF_server_t    *spf_server = NULL;