tests: Removed APOP timestamp from default server greeting
This commit is contained in:
@@ -11,6 +11,7 @@ POP3 APOP
|
|||||||
<reply>
|
<reply>
|
||||||
<servercmd>
|
<servercmd>
|
||||||
CAPA APOP
|
CAPA APOP
|
||||||
|
REPLY welcome +OK cURL POP3 server ready to serve <1972.987654321\@curl>
|
||||||
</servercmd>
|
</servercmd>
|
||||||
<data>
|
<data>
|
||||||
From: me@somewhere
|
From: me@somewhere
|
||||||
|
|||||||
@@ -587,7 +587,7 @@ sub protocolsetup {
|
|||||||
' / __| | | | |_) | | '."\r\n",
|
' / __| | | | |_) | | '."\r\n",
|
||||||
' | (__| |_| | _ <| |___ '."\r\n",
|
' | (__| |_| | _ <| |___ '."\r\n",
|
||||||
' \___|\___/|_| \_\_____|'."\r\n",
|
' \___|\___/|_| \_\_____|'."\r\n",
|
||||||
'+OK cURL POP3 server ready to serve '.$POP3_TIMESTAMP."\r\n")
|
'+OK cURL POP3 server ready to serve '."\r\n")
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
elsif($proto eq 'imap') {
|
elsif($proto eq 'imap') {
|
||||||
|
|||||||
Reference in New Issue
Block a user