print sizeof(off_t) in initial -bV output. Refuse to tun tests is sizeof(off_t)...
[users/jgh/exim.git] / test / aux-fixed / 0320.filter
1 # Exim filter
2
3 if error_message then finish endif
4
5 if $h_subject: contains "discard" then seen finish endif
6
7 if $h_subject: contains "file" then
8   save /source/exim4/AutoTest/test-mail/saved
9 endif   
10
11 finish