October 26, 2023 at 5:58 AM, "Cédric Le Goater" <[email protected]> wrote: > > Reviwed-by: Denis V. Lunev <[email protected]> > > > > I changed that to "Reviewed-by". > > Interesting to see that b4 was ok with this new tag.
When we see an email address in the trailer contents, we don't check it against a known-trailers list, because there are just too many things like "Co-developed-by", "Reviewed-and-acked-by", etc. We could add some kind of logic to break these apart and compare individual parts to a list of known person-trailers (e.g. ["co", "reviewed", "developed", "and", "by", ...]), but we currently don't, which is why typos like this one sneak through. -K
