Bump version to 4.70 so shows as different in testing
[exim.git] / test / aux-fixed / 0016.filter.userx
1 # Exim filter
2
3 if error_message then finish endif
4
5 if 
6   $local_part_suffix contains "page"
7 then
8   unseen mail to userx text "callpager -r 108 PAGE:${l_50:$message_body}"
9 endif
10
11 # End