class ActionMailbox::Relayer::Result

def permanent_failure?

def permanent_failure?
  status_code.start_with?("5.")
end