Add a test for "!acl=" which was missing (and would have picked up a bug
[exim.git] / test / aux-fixed / 0016.filter.userx
CommitLineData
9ba4af2b
PH
1# Exim filter
2
3if error_message then finish endif
4
5if
6 $local_part_suffix contains "page"
7then
8 unseen mail to userx text "callpager -r 108 PAGE:${l_50:$message_body}"
9endif
10
11# End