SpfMechanismType Enumeration

Type of spf mechanism

Definition

Namespace: ARSoft.Tools.Net.Spf
Assembly: ARSoft.Tools.Net (in ARSoft.Tools.Net.dll) Version: 3.6.1+aaafdcd61f068318c11734f7b3c59c69371c0549
C#
public enum SpfMechanismType

Members

Unknown0 Unknown mechanism
All1 All mechanism, matches always
Ip42 IP4 mechanism, matches if ip address (IPv4) is within the given network
Ip63 IP6 mechanism, matches if ip address (IPv6) is within the given network
A4 A mechanism, matches if the ip address is the target of a hostname lookup for the given domain
Mx5 MX mechanism, matches if the ip address is a mail exchanger for the given domain
Ptr6 PTR mechanism, matches if a correct reverse mapping exists
Exists7 EXISTS mechanism, matches if the given domain exists
Include8 INCLUDE mechanism, triggers a recursive evaluation

See Also