Testsuite: avoid generating leaf certs expiring after signer expiry
[exim.git] / test / aux-fixed / 3400.filter
1 # Exim filter
2
3 if 
4   $sender_host_authenticated is not "" 
5 then
6   headers add "X-Host-Authenticated: $sender_host_authenticated"
7 endif   
8
9 if
10   $authenticated_sender is not ""
11 then
12   headers add "X-Authenticated-Sender: $authenticated_sender"
13 endif      
14
15 if
16   $authenticated_id is not ""
17 then
18   headers add "X-Authenticated-ID: $authenticated_id"
19 endif