Tools to work with the Google DNS over HTTPS API in R https://cinc.rud.is/web/packages/gdns/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
373 B

% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/spf.r
\name{is_soft_fail}
\alias{is_soft_fail}
\alias{is_hard_fail}
\alias{passes_all}
\title{SPF "all" type test}
\usage{
is_soft_fail(spf_rec)
is_hard_fail(spf_rec)
passes_all(spf_rec)
}
\arguments{
\item{spf_rec}{a character vector of DNS TXT records}
}
\description{
SPF "all" type test
}