Definition

Greylisting

An anti-spam technique where a server temporarily rejects mail from unknown senders, expecting legitimate ones to retry.

Greylisting is a spam-fighting tactic. The first time a server sees a sender, it returns a temporary "try again later" error (a 4xx soft response) instead of accepting the mail. Real mail servers retry after a delay and get through; many spam tools never bother, so they are filtered out.

For verification, greylisting muddies the picture: an SMTP probe to a greylisting server gets a temporary deferral that says nothing about whether the mailbox exists. Treating that "try again" as either valid or invalid would be wrong.

The correct handling is to recognise the 4xx response, retry after the expected delay, and only then judge the address — which is exactly how a careful engine avoids false verdicts on greylisted domains.

Related terms

See it in action

Check any address against BounceShift's multi-layer engine — syntax, MX, disposable, and role checks free, with full SMTP verification on signup.