File somehow got omitted in recent commit faffing.
[exim.git] / test / aux-fixed / 0015.filter.userx
CommitLineData
9ba4af2b
PH
1# Exim filter
2
3if error_message then finish endif
4
5if
6 $local_part_prefix contains "page"
7then
8 unseen mail to userx text "callpager -r 108 PAGE:${l_50:$message_body}"
9 unseen pipe callpager
10endif
11
12# End