summaryrefslogtreecommitdiff
path: root/test/aux-fixed/0452.filter-2
blob: bb45ea8349e56ed6beacd45422e4a7ec8c81356c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# Exim filter

mail 
  to $sender_address
  subject "Auto generated"
  text    "This is some body text"
  extra_headers "h1: the first added header\n\
                 h2: the second added header\n \
                     continued on another line\n\
                 h3 the third added header is missing a colon"
           
# End