Guard loadable module vars with LOOKUP_MODULE_DIR.
[exim.git] / test / aux-fixed / 3500.filter
CommitLineData
9ba4af2b
PH
1# Exim filter
2
3if
4 $sender_host_authenticated is not ""
5then
6 headers add "X-Host-Authenticated: $sender_host_authenticated"
7endif
8
9if
10 $authenticated_sender is not ""
11then
12 headers add "X-Authenticated-Sender: $authenticated_sender"
13endif
14
15if
16 $authenticated_id is not ""
17then
18 headers add "X-Authenticated-ID: $authenticated_id"
19endif