To support both formats, we strip the prefix early on, and then do
what we used to do. For reference, the full list of reasons can be
found in the postfix source, in src/smtpd/smtpd.c:
/*
* Reasons for losing the client.
*/
#define REASON_TIMEOUT "timeout"
#define REASON_LOST_CONNECTION "lost connection"
#define REASON_ERROR_LIMIT "too many errors"