summaryrefslogtreecommitdiff
path: root/test/aux-fixed/0452.filter-1
blob: eecadff74e1ea2ba561c4b6f4f64d1f3ebb8f078 (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"
           
# End