struct

Exu::DmarcConfig

Inherits JSON::Serializable < YAML::Serializable < Struct < Value < Object

DMARC Configuration

Constructors

new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
Source
new(pull : JSON::PullParser)
Source
new(policy : String = "quarantine", pct : Int32 = 100, rua : String | Nil = nil, ruf : String | Nil = nil, aspf : String = "r", adkim : String = "r")
Source
new(*, __context_for_yaml_serializable ctx : YAML::ParseContext, __node_for_yaml_serializable node : YAML::Nodes::Node)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

adkim
Source
adkim=(adkim : String)
Source
aspf
Source
aspf=(aspf : String)
Source
pct=(pct : Int32)
Source
policy
Source
policy=(policy : String)
Source
rua=(rua : String | Nil)
Source
ruf=(ruf : String | Nil)
Source