aboutsummaryrefslogtreecommitdiffstats
path: root/mail/exim/files/patch-src_readconf.c
diff options
context:
space:
mode:
Diffstat (limited to 'mail/exim/files/patch-src_readconf.c')
-rw-r--r--mail/exim/files/patch-src_readconf.c19
1 files changed, 19 insertions, 0 deletions
diff --git a/mail/exim/files/patch-src_readconf.c b/mail/exim/files/patch-src_readconf.c
new file mode 100644
index 000000000000..ae494ae8d8bc
--- /dev/null
+++ b/mail/exim/files/patch-src_readconf.c
@@ -0,0 +1,19 @@
+
+$FreeBSD$
+
+--- src/readconf.c.orig
++++ src/readconf.c
+@@ -333,7 +333,12 @@
+ { "split_spool_directory", opt_bool, &split_spool_directory },
+ { "spool_directory", opt_stringptr, &spool_directory },
+ #ifdef EXPERIMENTAL_SRS
+- { "srs_config", opt_stringptr, &srs_config },
++ { "srs_alwaysrewrite", opt_bool, &srs_alwaysrewrite },
++ { "srs_hashlength", opt_int, &srs_hashlength },
++ { "srs_hashmin", opt_int, &srs_hashmin },
++ { "srs_maxage", opt_int, &srs_maxage },
++ { "srs_secrets", opt_stringptr, &srs_secrets },
++ { "srs_separator", opt_stringptr, &srs_separator },
+ #endif
+ { "strip_excess_angle_brackets", opt_bool, &strip_excess_angle_brackets },
+ { "strip_trailing_dot", opt_bool, &strip_trailing_dot },