21 This is a test message.
54 exim -odi userx userxx userxy userxz useryx useryy
55 This is a test message.
59 # This is a repeat of the previous test, but with pauses between the
60 # final responses, so they go out in separate packets, and some multilines.
85 550-I don't like this user
90 440-Here's a whole long message, in several lines,
92 440-just for testing that nothing breaks when
99 exim -odi userx userxx userxy userxz useryx useryy
100 This is a test message.
104 # This is another repeat of the previous test, but this time some addresses
105 # get bounced at RCPT time.
118 450 Receiver temporarily bad
129 550-I don't like this user
136 exim -odi userx userxx userxy userxz useryx useryy
137 This is a test message.
139 # This is to test the ignore_quota feature; first time we don't support it.
162 exim -odi -DIGNORE_QUOTA=true userxx userxy userxz
163 This is a test message.
165 # This is to test the ignore_quota feature; second time we do support it
189 exim -odi -DIGNORE_QUOTA=true userxx userxy userxz
190 This is a test message.
192 # Tests for authenticated_sender forcing: this one doesn't do it
204 exim -odi -DAUTHS=authenticated_sender=xxx@yyy userx
205 Another test message.
207 # Tests for authenticated_sender forcing: this one does it
219 exim -odi -DAUTHS=authenticated_sender=xxx@yyy -DAUTHF=authenticated_sender_force userx
220 Another test message.