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.

27 lines
793 B

Package: checkdmarc
Type: Package
Title: Gather and Validate SPF, DMARC, an BIMI DNS Records
Version: 0.1.0
Date: 2020-02-24
Authors@R: c( person("Bob", "Rudis", email = "bob@rud.is", role =
c("aut", "cre"), comment = c(ORCID = "0000-0001-5670-2640")) )
Maintainer: Bob Rudis <bob@rud.is>
Description: Tools are provided to query for and check the validity of SPF, DMARC, and
BIMI DNS records for a domain.
URL: https://git.rud.is/hrbrmstr/checkdmarc
BugReports: https://git.rud.is/hrbrmstr/checkdmarc/issues
Encoding: UTF-8
License: MIT + file LICENSE
Suggests: covr, tinytest, tibble
Depends: R (>= 3.3.0)
Imports:
clandnstine,
iptools,
stringi,
psl,
magrittr
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.0.2
Remotes:
hrbrmstr/clandnstine,
hrbrmstr/psl