git://git.exim.org
/
exim.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
eecadff74e1ea2ba561c4b6f4f64d1f3ebb8f078
[exim.git]
/
test
/
aux-fixed
/
0452.filter-1
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"
11
12
# End