summaryrefslogtreecommitdiff
path: root/src/conf
diff options
context:
space:
mode:
authorHeiko Schlittermann (HS12-RIPE) <hs@schlittermann.de>2016-02-01 13:13:27 +0100
committerHeiko Schlittermann (HS12-RIPE) <hs@schlittermann.de>2016-04-07 09:45:33 +0200
commit2f680c0c44778f97c056fb06d60fb03f4cf69c31 (patch)
treed8343559845483d313ac6a989591766e3543b237 /src/conf
parentc0ebc07afcedf09ec166a31a6e14928c2cd03d26 (diff)
downloadexim4-2f680c0c44778f97c056fb06d60fb03f4cf69c31.tar.gz
Add perl_taintmode option
Diffstat (limited to 'src/conf')
-rw-r--r--src/conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/conf b/src/conf
new file mode 100644
index 000000000..1619c0da8
--- /dev/null
+++ b/src/conf
@@ -0,0 +1,2 @@
+perl_startup = $| = 1; print "<${^TAINT}>\n";
+perl_taintmode = yes