diff options
Diffstat (limited to 'test/aux-fixed/0093.f-3')
-rw-r--r-- | test/aux-fixed/0093.f-3 | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/test/aux-fixed/0093.f-3 b/test/aux-fixed/0093.f-3 new file mode 100644 index 000000000..ca139de10 --- /dev/null +++ b/test/aux-fixed/0093.f-3 @@ -0,0 +1,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 "----------------------" |