![]() |
![]()
| ![]() |
![]()
NAMEmu verify- verify message signatures and display information about them SYNOPSISmu verify [options] <msgfile> DESCRIPTIONmu verify is the mu command for verifying message signatures (such as PGP/GPG signatures) and displaying information about them. The sub-command works on message files, and does not require the message to be indexed in the database. OPTIONS
EXAMPLESTo display aggregated (one-line) information about the verification status in a message:
To display information about all the signatures:
If you only want to use the exit code, you can use:
which does not give any output unless there is an error. RETURN VALUEmu verify returns 0 when all signatures could be verified to be good, and returns some non-zero error code when this is not the case. When there are no signatures, returns 0 as well. | code | meaning | |------+--------------------------------| | 0 | ok | | 1 | some non-verified signature(s) | BUGSPlease report bugs if you find them: https://github.com/djcb/mu/issues AUTHORDirk-Jan C. Binnema <djcb@djcbsoftware.nl> SEE ALSOmu(1)
|