Skip to content

Commit 863a82f

Browse files
authored
Update Parser.hs
1 parent bb026bf commit 863a82f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Parser.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ headerMapping = fromList [
6464
, ("cc" , Cc)
6565
, ("bcc" , Bcc)
6666
, ("list-id" , ListID)
67-
, ("x-spam-flag" , Spam)
67+
, ("x-spam" , Spam)
6868
]
6969

7070
parseHeaderName :: Parser HeaderName

0 commit comments

Comments
 (0)