spf
Namespace: global/spf
Implementation of the Sender Policy Framework (SPF), described by RFC 7208. (https://datatracker.ietf.org/doc/html/rfc7208)
fn
to_debug
fn to_debug(v: Shared<SpfResult>) -> String
- Description
op
==
op ==(lhs: Shared<SpfResult>, rhs: String) -> bool
- Description
op
!=
op !=(lhs: Shared<SpfResult>, rhs: String) -> bool
- Description
fn
store
fn store(ctx: State<StatefulCtxReceived>, identity: String, spf_result: Shared<SpfResult>) -> ()
- Description
fn
check_host
fn check_host(params: ?) -> Shared<SpfResult>
- Description