The problem with checking the `uri` field is that it's always the URI **WITHOUT** the `<>` even if the message header includes them. That's why I had to check on the original unparsed body of the message to figure out if URI was enclosed or not in `< >`.