tests: Removed APOP timestamp from default server greeting

This commit is contained in:
Steve Holme 2013-12-24 06:52:18 +00:00
parent cd492a3ba8
commit 82bf8edff3
2 changed files with 2 additions and 1 deletions

View File

@ -11,6 +11,7 @@ POP3 APOP
<reply>
<servercmd>
CAPA APOP
REPLY welcome +OK cURL POP3 server ready to serve <1972.987654321\@curl>
</servercmd>
<data>
From: me@somewhere

View File

@ -587,7 +587,7 @@ sub protocolsetup {
' / __| | | | |_) | | '."\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') {