summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Gruenbacher <agruen@linbit.com>2012-02-11 21:41:13 +0100
committerAndreas Gruenbacher <agruen@linbit.com>2012-02-11 21:56:03 +0100
commit228caf2bb29d7407b44a95f668c899adbfc0a0a1 (patch)
tree6ddb98658934bb77e4d50d411f99d4bcadc13672
parent3b82e425349355a09f3a53a9fb46ed4b92537af6 (diff)
downloadquilt-228caf2bb29d7407b44a95f668c899adbfc0a0a1.tar.gz
quilt mail: Skip additional recipients with "bad" email addresses
Instead of failing when a proper email address cannot be extracted from a Signed-off-by, Acked-by, Suggested-by, Reviewed-by, Requested-by, Reported-by, Tested-by, To, or Cc line, give a warning and skip that line.
-rw-r--r--quilt/mail.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/quilt/mail.in b/quilt/mail.in
index 15990e4..25f4cab 100644
--- a/quilt/mail.in
+++ b/quilt/mail.in
@@ -575,7 +575,7 @@ for patch in "${patches[@]}"; do
next }
in_header = 0 }
sub(/^Recipient-/, "") { headers[++n] = $0
- options[n] = "--add-recipient"
+ options[n] = "--add-good-recipient"
in_header = 1
next }
sub(/^Replace-/, "") { headers[++n] = $0