]> git.netwichtig.de Git - user/henk/code/exim.git/blob - test/aux-fixed/0015.filter.userx
Fix no-TLS bulid
[user/henk/code/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