Docs: Add note on lsearch for IPv4-mapped IPv6 addresses
[users/jgh/exim.git] / test / aux-fixed / 0015.filter.userx
1 # Exim filter
2
3 if error_message then finish endif
4
5 if 
6   $local_part_prefix contains "page"
7 then
8   unseen mail to userx text "callpager -r 108 PAGE:${l_50:$message_body}"
9   unseen pipe callpager 
10 endif
11
12 # End