Add recognition of SMTP error codes in bespoke messages.
[exim.git] / test / aux-fixed / 0452.filter-2
1 # Exim filter
2
3 mail
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