go-msgauth
go-msgauth copied to clipboard
Fix issue where b= appearing in a copied header breaks validation.
Minor change to regex used to clear the b=field during validation to avoid false matches in other fields.
Fixes #77
Could we replace the regexp with a loop over characters? That would be much more robust.