]> git.baikalelectronics.ru Git - uboot.git/commit
patman: add option for limiting the Cc list
authorChris Packham <judge.packham@gmail.com>
Thu, 7 Jun 2018 08:45:06 +0000 (20:45 +1200)
committerSimon Glass <sjg@chromium.org>
Sat, 23 Jun 2018 14:03:43 +0000 (08:03 -0600)
commit098cb9b0ad9dcce6f386bad113adcd5c93e3c5b7
treef25fc073a3230bc8f7b3b35eafa5577cd2537e06
parentc70472cae9385f48b4fb0bef0f42a3fdaf5b8e8a
patman: add option for limiting the Cc list

Many mailing-lists consider a long Cc list a sign of spam and will
either drop the message or mark it for moderation. Because patman
automatically invokes get_maintainer.pl the Cc list can expand
unexpectedly. Allow the user to specify a limit for the Cc list.

This limit is applied after removing any known bouncing addresses. By
default no limit is applied.

Signed-off-by: Chris Packham <judge.packham@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
tools/patman/func_test.py
tools/patman/patman.py
tools/patman/series.py