Another small test tweak.
[exim.git] / test / aux-fixed / 0452.filter-2
CommitLineData
9ba4af2b
PH
1# Exim filter
2
3mail
4 to $sender_address
5 subject "Auto generated"
6 text "This is some body text"
7 extra_headers "h1: the first added header\n\
8 h2: the second added header\n \
9 continued on another line\n\
10 h3 the third added header is missing a colon"
11
12# End