The branch, master has been updated via 55e3d2740b3730d0bc352156113e666d6c37d161 (commit) from 3355888e83296090c15db82964a4c21bc2b5c720 (commit)
- Log ----------------------------------------------------------------- commit 55e3d2740b3730d0bc352156113e666d6c37d161 Author: Michal Čihař michal@cihar.com Date: Tue Apr 6 13:58:45 2010 +0200
Fix message ID to avoid rejecting mail on sf.net side.
-----------------------------------------------------------------------
Summary of changes: git-hooks/git-ciabot | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/git-hooks/git-ciabot b/git-hooks/git-ciabot index 92f0e3c..de4e240 100755 --- a/git-hooks/git-ciabot +++ b/git-hooks/git-ciabot @@ -98,7 +98,7 @@ ${logmessage} </message>"
${sendmail} << EOM -Message-ID: <${merged:0:12}.${author}@${project}> +Message-ID: <${merged:0:12}-${project}.${author}> To: ${to} Content-type: text/xml Subject: DeliverXML
hooks/post-receive