Re: [PATCH] devtools: fix name check with mbox files

2022-12-08 Thread Thomas Monjalon
29/11/2022 22:33, Tyler Retzlaff: > On Tue, Nov 29, 2022 at 02:59:00PM +0100, David Marchand wrote: > > When passing a patch downloaded as mbox, the mail headers were being > > scanned which resulted in mailing list and other unrelated mail > > addresses being checked against the contributors list.

Re: [PATCH] devtools: fix name check with mbox files

2022-11-29 Thread Tyler Retzlaff
On Tue, Nov 29, 2022 at 02:59:00PM +0100, David Marchand wrote: > When passing a patch downloaded as mbox, the mail headers were being > scanned which resulted in mailing list and other unrelated mail > addresses being checked against the contributors list. > > Filter them by focusing on the mail

[PATCH] devtools: fix name check with mbox files

2022-11-29 Thread David Marchand
When passing a patch downloaded as mbox, the mail headers were being scanned which resulted in mailing list and other unrelated mail addresses being checked against the contributors list. Filter them by focusing on the mail body (separated from the headers with the first empty line). Fixes: e83d4