Timing and protocol defects: Difference between revisions

From ASRG
Jump to navigationJump to search
(New page: SMTP requires that clients wait for a 2xx response to the HELO or EHLO command before proceeding. One ant-spam technique, known as a ''premature pipeline check", detects extra data in the...)
 
No edit summary
Line 1: Line 1:
SMTP requires that clients wait for a 2xx response to the HELO or EHLO command before proceeding.  One ant-spam technique, known as a ''premature pipeline check", detects extra data in the input buffer prior to the server sending the HELO/EHLO response.
SMTP requires that clients wait for a 2xx response to the HELO or EHLO command before proceeding.  One ant-spam technique, known as a ''premature pipeline check," detects extra data in the input buffer prior to the server sending the HELO/EHLO response.

Revision as of 09:50, 14 March 2008

SMTP requires that clients wait for a 2xx response to the HELO or EHLO command before proceeding. One ant-spam technique, known as a premature pipeline check," detects extra data in the input buffer prior to the server sending the HELO/EHLO response.