You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm just looking into this and according to the "official" RFC concerning status codes - http://tools.ietf.org/html/rfc3463 ("official" - meaning software should follow the specification, but they don't always), 5.xxx.xxx should be treated as permanent failures ("hard" bounces) whereas 4.xxx.xxx should be treated as persistent transient failures ("soft" bounces - as a retry can be attempted). This is the current settings of PHP-Bounce-Handler.
I'm not sure how ActiveCampaign compiled their status code list, but it would need that sort of functionality, use something like:
add a getType() function.
code/type table can be found her for example : http://www.activecampaign.com/help/bounces-soft-bounce-vs-hard-bounce/
The text was updated successfully, but these errors were encountered: