[scenario]
clients=client10026;client10027
import=envelope-recipient.txt
actions=data;header;end-of-header;body;end-of-message

[client10026]
port=10026

[client10027]
port=10027
arguments=--negotiate-flags;no-data

[data]
command=data

response=data
n_received=1
status=continue

[header]
command=header

name=From
value=kou+sender@example.com

response=header
n_received=1
status=continue

headers=From;kou+sender@example.com;;;

[end-of-header]
command=end-of-header

response=end-of-header
n_received=1
status=continue

[body]
command=body

chunk=Hi,

response=body
n_received=1
status=continue

chunks=Hi,;;

[end-of-message]
command=end-of-message

response=end-of-message
n_received=2
status=continue

chunks=;Hi,
end_of_message_chunks=;;

headers=From:kou+sender@example.com
