diff tests/test-patchbomb @ 8160:094e0d982c8a

patchbomb: add user agent header to mails
author Henrik Stuart <hg@hstuart.dk>
date Thu, 23 Apr 2009 08:39:27 +0200
parents 1280934dd2dd
children 3e544c074459
line wrap: on
line diff
--- a/tests/test-patchbomb	Fri Apr 24 19:39:27 2009 +0200
+++ b/tests/test-patchbomb	Thu Apr 23 08:39:27 2009 +0200
@@ -5,6 +5,7 @@
     sed -e 's/\(Message-Id:.*@\).*/\1/'  \
         -e 's/\(In-Reply-To:.*@\).*/\1/' \
         -e 's/\(References:.*@\).*/\1/'  \
+        -e 's/\(User-Agent:.*\)\/.*/\1/'  \
         -e 's/===.*/===/'
 }