Skip to main content

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

op ==

op ==(lhs: Shared<SpfResult>, rhs: String) -> bool

op !=

op !=(lhs: Shared<SpfResult>, rhs: String) -> bool

fn store

fn store(ctx: State<StatefulCtxReceived>, identity: String, spf_result: Shared<SpfResult>) -> ()

fn check_host

fn check_host(params: ?) -> Shared<SpfResult>