With a few minor exceptions for tests that had additional concerns and tests I don...
[exim.git] / test / aux-fixed / 0093.f-3
CommitLineData
9ba4af2b
PH
1#Exim filter
2
3testprint "From: is ${if def:h_from:{}{not }}defined"
4testprint "Absent: is ${if def:h_absent:{}{not }}defined"
5testprint "----------------------"
6testprint $message_headers
7testprint "----------------------"
8testprint $message_headers+++more
9testprint "----------------------"
10testprint "+++$message_headers+++"
11testprint "----------------------"
12testprint "From: >$h_from:<"
13testprint $h_repeated:
14testprint "----------------------"
15testprint +++$header_repeated:+++
16testprint "----------------------"
17testprint reply_address=$reply_address
18testprint empty=>$h_empty:<
19testprint repeated-empty=>$h_repeated-empty:<
20testprint "----------------------"