Skip to content

Commit

Permalink
Merge 510b8f6 into a9b2a3d
Browse files Browse the repository at this point in the history
  • Loading branch information
jsf9k committed Nov 23, 2018
2 parents a9b2a3d + 510b8f6 commit 6e08570
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions scripts/trustymail
Expand Up @@ -20,14 +20,14 @@ Options:
--no-smtp-cache Do not cache SMTP results during the run. This
may results in slower scans due to testing the
same mail servers multiple times.
--mx Only check mx records
--starttls Only check mx records and STARTTLS support.
--mx Only check MX records
--starttls Only check MX records and STARTTLS support.
(Implies --mx.)
--spf Only check spf records
--dmarc Only check dmarc records
--spf Only check SPF records
--dmarc Only check DMARC records
--json Output is in json format (default csv)
--debug Output should include more verbose logging.
--dns-hostnames=HOSTNAMES A comma-delimited list of DNS servers to query
--dns=HOSTNAMES A comma-delimited list of DNS servers to query
against. For example, if you want to use
Google's DNS then you would use the
value --dns-hostnames='8.8.8.8,8.8.4.4'. By
Expand All @@ -41,8 +41,8 @@ Options:
the PSL. If not present then the PSL cache will
be saved to a file in the current directory called
public_suffix_list.dat.
--psl-read-only If present, then the public suffix list (PSL)
cache will be read but never overwritten. This
--psl-read-only If present, then the public suffix list (PSL)
cache will be read but never overwritten. This
is useful when running in AWS Lambda, for
instance, where the local filesystem is read-only.
Expand Down

0 comments on commit 6e08570

Please sign in to comment.