From e11aa602abd3e8007dfd3ed23ebb829101abcfec Mon Sep 17 00:00:00 2001 From: Chris Packham Date: Fri, 1 Sep 2017 20:57:53 +1200 Subject: patman: add support for omitting bouncing addresses Add support for reading a list of bouncing addresses from a in-tree file (doc/bounces) and from the ~/.patman config file. These addresses are stripped from the Cc list. Signed-off-by: Chris Packham Reviewed-by: Simon Glass Reviewed-by: Philipp Tomsich > --- doc/bounces | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 doc/bounces (limited to 'doc/bounces') diff --git a/doc/bounces b/doc/bounces new file mode 100644 index 0000000000..d1c5f0d246 --- /dev/null +++ b/doc/bounces @@ -0,0 +1,3 @@ +# List of addresses picked up by patman/get_maintainer.pl that are known to +# bounce. Addresses are listed one per line and need to match the author +# information recorded in git. -- cgit v1.2.3