ChangeSet ID: 1117411468869685577069507 CVSROOT: /cvsroot/wine Module name: CVSROOT Changes by: dimi@sc8-pr-cvs1.sourceforge.net 2005/05/29 17:04:28
Modified files: . : ciabot
Log message: Separate the From/Reply-To addresses. Use a SF address in the From: field, SF's spam protection seems to require it.
Old revision New revision Changes Path 1.1 1.2 +5 -3 CVSROOT/ciabot
Index: CVSROOT/ciabot diff -u -p CVSROOT/ciabot:1.1 CVSROOT/ciabot:1.2 --- CVSROOT/ciabot 30 May 2005 0: 4:28 -0000 +++ /dev/null 30 May 2005 0: 4:28 -0000 @@ -9,7 +9,8 @@ # echo | mail -s "JoinChannel #myproject" commits@picogui.org
projectname="winehq" # will announce to channel #<whatever you put here> -returnaddress="web-admin@winehq.com" +fromaddress="cia@users.sourceforge.net" +replyaddress="wine-devel@winehq.org"
# You should turn stripnewlines on if you tend to write short blocks # of text, and off if you tend to have any formatting. If you stick @@ -49,10 +50,11 @@ module=`echo $1 | cut -d/ -f1`
tmpfile="/tmp/$RANDOM-$projectname" cat <<EOF >$tmpfile -From: $returnaddress +From: $fromaddress To: $commitaddress -Content-Type: text/plain; Subject: Announce $projectname +Content-Type: text/plain; +Reply-To: $replyaddress
commit by $uname to $module: $message EOF