Honour the -n for -bP config
[exim.git] / test / confs / 0615
... / ...
CommitLineData
1# exim test configuration 0615
2exim_path = EXIM_PATH
3tls_advertise_hosts =
4perl_startup = $| = 1; \
5 print "Environment visible in Perl:\n"; \
6 print map { "$_=$ENV{$_}\n" } sort keys %ENV;