We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb026bf commit 863a82fCopy full SHA for 863a82f
1 file changed
src/Parser.hs
@@ -64,7 +64,7 @@ headerMapping = fromList [
64
, ("cc" , Cc)
65
, ("bcc" , Bcc)
66
, ("list-id" , ListID)
67
- , ("x-spam-flag" , Spam)
+ , ("x-spam" , Spam)
68
]
69
70
parseHeaderName :: Parser HeaderName
0 commit comments