summaryrefslogtreecommitdiff
path: root/test/aux-fixed/3400.filter
blob: 329bb81aae392e558c326354ee67eff834939256 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Exim filter

if 
  $sender_host_authenticated is not "" 
then
  headers add "X-Host-Authenticated: $sender_host_authenticated"
endif   

if
  $authenticated_sender is not ""
then
  headers add "X-Authenticated-Sender: $authenticated_sender"
endif      

if
  $authenticated_id is not ""
then
  headers add "X-Authenticated-ID: $authenticated_id"
endif