Skip to content

Commit

Permalink
Remove unused arguments
Browse files Browse the repository at this point in the history
CHANGED - Removed unused SPF and DMARC arguments
  • Loading branch information
MarkoH17 committed Oct 26, 2021
1 parent 966bead commit 7418a06
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions emailseccheck.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@ def initialize():
help="Domain to check for SPF/DMARC issues")
domain_argument_group.add_argument("--domains_file", type=str,
help="File containing list of domains to check for SPF/DMARC issues")
parser.add_argument("--spf", type=bool,
help="Check for SPF issues", default=True)
parser.add_argument("--dmarc", type=bool,
help="Check for DMARC issues", default=True)

args = parser.parse_args()
main(args)
Expand Down

0 comments on commit 7418a06

Please sign in to comment.