| Submitter | Saul Wold |
|---|---|
| Date | May 18, 2011, 10:26 p.m. |
| Message ID | <8aefc7041dce76364f9a48175ab14742100dc3af.1305756950.git.sgw@linux.intel.com> |
| Download | mbox | patch |
| Permalink | /patch/4461/ |
| State | New, archived |
| Headers | show |
Comments
Patch
diff --git a/scripts/send-pull-request b/scripts/send-pull-request index d265c47..b294d35 100755 --- a/scripts/send-pull-request +++ b/scripts/send-pull-request @@ -90,7 +90,7 @@ done if [ $AUTO -eq 1 ]; then harvest_recipients TO "^[Tt][Oo]: *" harvest_recipients CC "^[Cc][Cc]: *" - harvest_recipients CC "^.*-[Bb][Yy]: *" + harvest_recipients CC "^[A-Z][A-Za-z-]*-[Bb][Yy]: *" fi AUTO_TO="$(git config sendemail.to)"