Last active
August 29, 2015 14:27
-
-
Save emilstahl/01abb44137202d589fbd to your computer and use it in GitHub Desktop.
Easy DMARC lookup
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function dmarc | |
dig TXT +short _dmarc.$argv | |
end |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
dig TXT +short _dmarc.$1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Example