canonicalize 2

This commit is contained in:
Stéphane Depierrepont aka Toorop
2015-05-04 19:00:48 +02:00
parent b2675ac347
commit f251c6aa7e
3 changed files with 136 additions and 19 deletions

View File

@@ -24,5 +24,8 @@ var (
ErrSignBadAlgo = errors.New("bad algorithm. Only rsa-sha1 or rsa-sha256 are permitted")
// ErrBadMailFormat
ErrBadMailFormat = errors.New("bad mail formart")
ErrBadMailFormat = errors.New("bad mail format")
// ErrBadMailFormatHeaders
ErrBadMailFormatHeaders = errors.New("bad mail format found in headers")
)