SpfQualifier Enumeration

Qualifier 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 SpfQualifier

Members

None0 No records were published or no checkable sender could be determined
Pass1 Client is allowed to send mail with the given identity
Fail2 Client is explicit not allowed to send mail with the given identity
SoftFail3 Client is not allowed to send mail with the given identity
Neutral4 No statement if a client is allowed or not allowed to send mail with the given identity
TempError5 A transient error encountered while performing the check
PermError6 The published record could not be correctly interpreted

See Also