Skip to content
This repository has been archived by the owner on Nov 26, 2024. It is now read-only.

Corresponds to Multiple Strings in a Single DNS record #6

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

lupinthe14th
Copy link

Description

Example:

❯ dig +short _dmarc.email.apple.com txt
"v=DMARC1;" "p=reject;" "rua=mailto:[email protected];" "ruf=mailto:[email protected];"
>>> from gs.dmarc import receiver_policy
>>> host = 'email.apple.com'
>>> policy = receiver_policy(host)
>>> print(policy)
ReceiverPolicy.none

SeeAlso

note

  • fixed isort
  • add travis ci test

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant