summaryrefslogtreecommitdiff
path: root/test/confs/3001
diff options
context:
space:
mode:
Diffstat (limited to 'test/confs/3001')
-rw-r--r--test/confs/30017
1 files changed, 6 insertions, 1 deletions
diff --git a/test/confs/3001 b/test/confs/3001
index 6e047f440..bc0e7e771 100644
--- a/test/confs/3001
+++ b/test/confs/3001
@@ -1,2 +1,7 @@
+# exim test configuration 3001
+exim_path = EXIM_PATH
tls_advertise_hosts =
-perl_startup = sub taint_flag { ${^TAINT} ? 'ON' : 'OFF' }
+spool_directory = DIR/spool
+perl_startup = $| = 1; \
+ print "Environment visible in Perl:\n"; \
+ print map { "$_=$ENV{$_}\n" } sort keys %ENV;