summaryrefslogtreecommitdiff
path: root/test/aux-fixed/0093.f-3
blob: ca139de106faa77932b019a290c0dac9f0a37a07 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#Exim filter

testprint "From: is ${if def:h_from:{}{not }}defined"
testprint "Absent: is ${if def:h_absent:{}{not }}defined"
testprint "----------------------"
testprint $message_headers
testprint "----------------------"
testprint $message_headers+++more
testprint "----------------------"
testprint "+++$message_headers+++"
testprint "----------------------"
testprint "From: >$h_from:<"
testprint $h_repeated:
testprint "----------------------"
testprint +++$header_repeated:+++
testprint "----------------------"
testprint reply_address=$reply_address
testprint empty=>$h_empty:<
testprint repeated-empty=>$h_repeated-empty:<
testprint "----------------------"