test1320 test1321: avoid User-Agent comparison
This commit is contained in:
@@ -35,6 +35,9 @@ smtp://%HOSTIP:%SMTPPORT/user --mail-rcpt 1320@foo --mail-rcpt 1320@foobar.examp
|
|||||||
#
|
#
|
||||||
# Verify data after the test has been "shot"
|
# Verify data after the test has been "shot"
|
||||||
<verify>
|
<verify>
|
||||||
|
<strip>
|
||||||
|
^User-Agent: curl/.*
|
||||||
|
</strip>
|
||||||
<protocol>
|
<protocol>
|
||||||
EHLO user
|
EHLO user
|
||||||
MAIL FROM:<1320@from>
|
MAIL FROM:<1320@from>
|
||||||
|
|||||||
@@ -49,6 +49,9 @@ imap://%HOSTIP:%IMAPPORT/1321 -u user:secret -p -x %HOSTIP:%PROXYPORT
|
|||||||
#
|
#
|
||||||
# Verify data after the test has been "shot"
|
# Verify data after the test has been "shot"
|
||||||
<verify>
|
<verify>
|
||||||
|
<strip>
|
||||||
|
^User-Agent: curl/.*
|
||||||
|
</strip>
|
||||||
<protocol>
|
<protocol>
|
||||||
B LOGIN user secret
|
B LOGIN user secret
|
||||||
C SELECT 1321
|
C SELECT 1321
|
||||||
|
|||||||
Reference in New Issue
Block a user