diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/send-pull-request | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/send-pull-request b/scripts/send-pull-request index d265c474c0..b294d35bd5 100755 --- a/scripts/send-pull-request +++ b/scripts/send-pull-request | |||
@@ -90,7 +90,7 @@ done | |||
90 | if [ $AUTO -eq 1 ]; then | 90 | if [ $AUTO -eq 1 ]; then |
91 | harvest_recipients TO "^[Tt][Oo]: *" | 91 | harvest_recipients TO "^[Tt][Oo]: *" |
92 | harvest_recipients CC "^[Cc][Cc]: *" | 92 | harvest_recipients CC "^[Cc][Cc]: *" |
93 | harvest_recipients CC "^.*-[Bb][Yy]: *" | 93 | harvest_recipients CC "^[A-Z][A-Za-z-]*-[Bb][Yy]: *" |
94 | fi | 94 | fi |
95 | 95 | ||
96 | AUTO_TO="$(git config sendemail.to)" | 96 | AUTO_TO="$(git config sendemail.to)" |