Bounce classifier

What is this bounce or deferral telling me? Paste the response out of your mail log and get the category and the action it needs.

Why hard and soft bounce is not enough

A full mailbox, a rate limit and a reputation block all arrive as soft bounces, and they need opposite responses. Retry the full mailbox and it may clear. Retry the rate limit and you make it worse. Retry the reputation block and you damage the sending IP further while the underlying problem goes unfixed.

So the classifier answers with an action rather than a severity:

Where the ruleset comes from

The same ordered ruleset as smtpsift, exported at build time rather than retyped, so this page and the command-line tool cannot disagree about what a response means. Nothing is trained: it is regular expressions matched in order, first match wins, because a classifier you cannot explain is the wrong thing to put in front of a decision about whether to keep sending.

Recognised a response the classifier did not? That is a missing rule, and worth telling me about.