diff options
author | Heiko Schlittermann (HS12-RIPE) <hs@schlittermann.de> | 2016-11-25 11:23:26 +0100 |
---|---|---|
committer | Heiko Schlittermann (HS12-RIPE) <hs@schlittermann.de> | 2016-11-25 11:25:08 +0100 |
commit | 4fab92fbc2b63bac2d89c1dae69fa1845cb640b7 (patch) | |
tree | 3f1ff4523e24671e5992008e6ac2d9f299942cfa /test/confs/3002 | |
parent | 7a28511635d0d5f385a7c389bc5ec95dfed95581 (diff) |
Merge from master into 4.next
Done with git merge --squash -x theirs master
Diffstat (limited to 'test/confs/3002')
-rw-r--r-- | test/confs/3002 | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/test/confs/3002 b/test/confs/3002 index 653d38d04..9b668f002 100644 --- a/test/confs/3002 +++ b/test/confs/3002 @@ -1,3 +1,8 @@ +# exim test configuration 3002 +exim_path = EXIM_PATH +keep_environment = ^FOO\d : BAR +add_environment = ADDED1=added1 : ADDED2=added2 tls_advertise_hosts = -perl_startup = sub taint_flag { ${^TAINT} ? 'ON' : 'OFF' } -perl_taintmode = yes +perl_startup = $| = 1; \ + print "Environment visible in Perl:\n"; \ + print map { "$_=$ENV{$_}\n" } sort keys %ENV; |