mailsec-check
mailsec-check copied to clipboard
Another utility to analyze state of deployment of security-related email protocols.
Results
1
mailsec-check issues
Sort by
recently updated
recently updated
newest added
`go build` returns the following error: ``` # github.com/foxcpp/mailsec-check/mtasts mtasts/mtasts.go:85:24: undefined: io.ReadAll ``` The issue seems to be here: ```patch diff --git a/mtasts/mtasts.go b/mtasts/mtasts.go index 9ad09ec..676c4fb 100644 --- a/mtasts/mtasts.go +++...