From 2136644f1c1a9448a570075ac33a40506a10681d Mon Sep 17 00:00:00 2001 From: Konstantin Ryabitsev Date: Wed, 9 Dec 2020 08:11:43 -0500 Subject: Add BugLink to non-person trailers Looks like BugLink: is a trailer used by Intel. Reported-by: Linus Walleij Signed-off-by: Konstantin Ryabitsev --- b4/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/b4/__init__.py b/b4/__init__.py index 5202f4c..3ab0da6 100644 --- a/b4/__init__.py +++ b/b4/__init__.py @@ -1195,8 +1195,8 @@ class LoreMessage: @staticmethod def find_trailers(body): - headers = ('subject', 'date', 'from') - nonperson = ('fixes', 'subject', 'date', 'link') + headers = ('subject', 'date', 'from', 'to') + nonperson = ('fixes', 'subject', 'date', 'link', 'buglink') # Fix some more common copypasta trailer wrapping # Fixes: abcd0123 (foo bar # baz quux) -- cgit v1.2.3