Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
kazet committed Jul 31, 2024
1 parent f19aca1 commit a6e0716
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions checkdmarc/dmarc.py
Original file line number Diff line number Diff line change
Expand Up @@ -683,8 +683,8 @@ def verify_dmarc_report_destination(source_domain: str,
timeout: float = 2.0) -> None:
"""
Checks if the report destination accepts reports for the source domain
per RFC 7489, section 7.1. Raises `checkdmarc.dmarc.UnverifiedDMARCURIDestination`
if it doesn't accept.
per RFC 7489, section 7.1. Raises
`checkdmarc.dmarc.UnverifiedDMARCURIDestination` if it doesn't accept.
Args:
source_domain (str): The source domain
Expand Down

0 comments on commit a6e0716

Please sign in to comment.