SPF: Add main config option "spf_smtp_comment_template
[exim.git] / src / src / globals.c
index ba772c631cf2759106285248dc5aecdc874cd481..fc3086f7251b603d341a5d0f347ba800984ebe21 100644 (file)
@@ -1499,6 +1499,10 @@ uschar *spf_header_comment     = NULL;
 uschar *spf_received           = NULL;
 uschar *spf_result             = NULL;
 uschar *spf_smtp_comment       = NULL;
+uschar *spf_smtp_comment_template
+                    /* Used to be: "Please%_see%_http://www.open-spf.org/Why?id=%{S}&ip=%{C}&receiver=%{R}" */
+                               = US"Please%_see%_http://www.open-spf.org/Why";
+
 #endif
 
 FILE   *spool_data_file               = NULL;