tests: Fixed smtp mail from addresses
This commit is contained in:
@@ -26,7 +26,7 @@ To: another
|
||||
body
|
||||
</stdin>
|
||||
<command>
|
||||
smtp://%HOSTIP:%SMTPPORT/user --mail-rcpt 900@foo --mail-rcpt 900@foobar.example --mail-from 900@from -T -
|
||||
smtp://%HOSTIP:%SMTPPORT/user --mail-rcpt 900@foo --mail-rcpt 900@foobar.example --mail-from 900@example.com -T -
|
||||
</command>
|
||||
</client>
|
||||
|
||||
@@ -35,7 +35,7 @@ smtp://%HOSTIP:%SMTPPORT/user --mail-rcpt 900@foo --mail-rcpt 900@foobar.example
|
||||
<verify>
|
||||
<protocol>
|
||||
EHLO user
|
||||
MAIL FROM:<900@from>
|
||||
MAIL FROM:<900@example.com>
|
||||
RCPT TO:<900@foo>
|
||||
RCPT TO:<900@foobar.example>
|
||||
DATA
|
||||
|
||||
Reference in New Issue
Block a user