checkdmarc icon indicating copy to clipboard operation
checkdmarc copied to clipboard

The SPFSyntaxError exception isn't raised when text after "all" tag exists

Open stereohj opened this issue 4 years ago • 1 comments

Hello! When is used the parse_spf_record (or check_domains) function with an spf record value with text after "all" tag, SPFSyntaxError Exception isn't being raised.

stereohj avatar Nov 06 '21 23:11 stereohj

The same when there is a redirect before an other mechanism ex: v=spf1 redirect=__spf.campaign.adobe.com ip4:151.106.144.120 It should return a warning like: The modifiers ('redirect=__spf.campaign.adobe.com') should be after all the mechanisms

Pascal76 avatar Mar 18 '22 21:03 Pascal76