Exception: SPF::Result::SoftFail

Inherits:
SPF::Result show all
Defined in:
lib/spf/result.rb

Constant Summary

Constants inherited from SPF::Result

ATEXT_PATTERN, DOT_ATOM_PATTERN, RECEIVED_SPF_HEADER_IDENTITY_KEY_NAMES_BY_SCOPE, RECEIVED_SPF_HEADER_NAME, RECEIVED_SPF_HEADER_SCOPE_NAMES_BY_SCOPE, RESULT_CLASSES

Instance Attribute Summary

Attributes inherited from SPF::Result

#request, #server

Instance Method Summary collapse

Methods inherited from SPF::Result

#initialize, #is_code, #isa_by_name, #klass, #local_explanation, #name, #received_spf_header, #to_s

Constructor Details

This class inherits a constructor from SPF::Result

Instance Method Details

#codeObject



51
52
53
# File 'lib/spf/result.rb', line 51

def code
  :softfail
end