merge hcoop /dev/null router for get-token hcoop-changes
authorClinton Ebadi <clinton@unknownlamer.org>
Sun, 4 Oct 2009 22:43:27 +0000 (18:43 -0400)
committerClinton Ebadi <clinton@unknownlamer.org>
Sun, 4 Oct 2009 22:43:27 +0000 (18:43 -0400)
conf.d/transport/90_exim4-config_devnull [new file with mode: 0644]

diff --git a/conf.d/transport/90_exim4-config_devnull b/conf.d/transport/90_exim4-config_devnull
new file mode 100644 (file)
index 0000000..e96857a
--- /dev/null
@@ -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