go-msgauth icon indicating copy to clipboard operation
go-msgauth copied to clipboard

Fix issue where b= appearing in a copied header breaks validation.

Open wttw opened this issue 3 months ago • 1 comments

Minor change to regex used to clear the b=field during validation to avoid false matches in other fields.

Fixes #77

wttw avatar Sep 19 '25 14:09 wttw

Could we replace the regexp with a loop over characters? That would be much more robust.

emersion avatar Nov 13 '25 21:11 emersion