65efe1
fixed helper to use eximtest as recipient
@@ -8,7 +8,7 @@ send -- "helo localhost\n"
|
|
8
8
|
expect -- "250*Hello\ localhost*"
|
9
9
|
send -- "mail from: root@localhost\n"
|
10
10
|
expect -- "250\ OK"
|
11
|
-
send -- "rcpt to:
|
11
|
+
send -- "rcpt to: eximtest@localhost\n"
|
12
12
|
expect -- "250\ Accepted"
|
13
13
|
send -- "data\n"
|
14
14
|
expect -- "354*"
|