Snawoot / postfix-mta-sts-resolver

Daemon which provides TLS client policy for Postfix via socketmap, according to domain MTA-STS policy
MIT License
117 stars 23 forks source link

mta-sts-query documentation mentions verbosity, but it's not implemented #62

Closed PAStheLoD closed 4 years ago

PAStheLoD commented 4 years ago

Describe the bug mta-sts-query documentation mentions verbosity, but it's not implemented

client's ArgParse setup lacks -v, but daemon's clearly has it.

and using docker to run the client, -h output shows that -v is not implemented.

# docker exec postfix-mta-sts-resolver mta-sts-query -h
usage: mta-sts-query [-h] domain [known_version]

positional arguments:
  domain         domain to fetch MTA-STS policy from
  known_version  latest known version (default: None)

optional arguments:
  -h, --help     show this help message and exit

Probably the docs should be fixed first, and later the client could be enhanced to support debug logging.

Snawoot commented 4 years ago

Fix released in version 0.8.2. New Docker images will be available in few minutes.

PAStheLoD commented 4 years ago

Oh wow, that was extremely fast :) Thanks for this great software!