From: Clinton Ebadi Date: Sun, 4 Oct 2009 22:43:27 +0000 (-0400) Subject: merge hcoop /dev/null router for get-token X-Git-Url: https://git.hcoop.net/hcoop/zz_old/config/exim4-hopper.git/commitdiff_plain/refs/heads/hcoop-changes?ds=sidebyside merge hcoop /dev/null router for get-token --- diff --git a/conf.d/transport/90_exim4-config_devnull b/conf.d/transport/90_exim4-config_devnull new file mode 100644 index 0000000..e96857a --- /dev/null +++ b/conf.d/transport/90_exim4-config_devnull @@ -0,0 +1,8 @@ +# hcoop-change: Dummy transport needed by get_token router, in case +# something goes horribly wrong with the configuration -- this should +# be impossible to call + +dev_null: + debug_print = "T: throwing away email for $local_part@$domain" + driver = appendfile + file = /dev/null