Learn R Programming

gdns (version 0.5.0)

has_spf: Test for whether a DNS TXT record is an SPF record

Description

Test for whether a DNS TXT record is an SPF record

Usage

has_spf(spf_rec)

Arguments

spf_rec

a character vector of DNS TXT records

Value

character vector

Examples

Run this code
# NOT RUN {
has_spf("v=spf1 include:_spf.apple.com include:_spf-txn.apple.com ~all")
# }

Run the code above in your browser using DataLab