Adjust my maintainership status to reflect reality
[exim.git] / test / aux-fixed / 0298.Filter
CommitLineData
9ba4af2b
PH
1# Exim filter
2
3if error_message then finish endif
4
5if $recipients contains failure1 then
6
7fail "<<MSG1>>This message is being failed and there's a long and tortuous\n\
8 explanation about is that is being sent back to the user."
9
10else
11
12fail "<<MSG2>>"
13
14endif