Testsuite: avoid one fixed UID
[exim.git] / test / aux-var-src / 0114.filter
CommitLineData
afda344b
PH
1# Exim filter
2
3if $local_part is null then
4 save /dev/null
5elif $local_part is file then
6 save DIR/test-mail/file
7elif $local_part is pipe then
8 pipe "/bin/sh -c \"cat >DIR/test-mail/pipe\""
9elif $local_part is reply then
10 seen mail
11 to "A. File <file>, No One <null>"
12 subject autoreply
13 text "Test Text"
14 once DIR/test-once
15endif