DKIM: log error on overlong input line
[exim.git] / test / scripts / 0000-Basic / 0363
CommitLineData
59371ea7
PH
1# percent hack and rcpt addresses
2need_ipv4
3#
4server PORT_S
5220
6EHLO
7220 OK
8MAIL
9250 OK
10RCPT
11250 OK
12DATA
13334 send more
14.
15250 OK
16QUIT
17250 OK
18****
19exim -odi Aa%Bb@Cc
20To: aa%bb@cc
21****