chiark / gitweb /
spam.m4: Refactor routers with macros.
[exim-config] / config.m4
index 94d33603035a69f2a5858353281d195eff8c278c..c4931fec43b579d89b6401a76c69da39e59e3e75 100644 (file)
--- a/config.m4
+++ b/config.m4
@@ -40,6 +40,9 @@ DEFCONF(spamd_port, 783)
 ## Default spam limit for incoming mail (multiplied by ten).
 DEFCONF(spam_max, 50)
 
+## Userv stuff for debugging.
+DEFCONF(userv_opts, )
+
 ## Which interfaces to listen on.  Exim checks for the literal string `::0'
 ## when setting things up: don't use `::', or we'll be tripped up by Linux's
 ## demented non-`IPV6_V6ONLY' behaviour.