From: SourceForge.net <no...@so...> - 2005-02-15 23:46:20
|
Bugs item #1123560, was opened at 2005-02-16 00:46 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=450019&aid=1123560&group_id=47611 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Enver Haase (ehaase) Assigned to: Nobody/Anonymous (nobody) Summary: cvs-syncmail sends mail to version numbers Initial Comment: Hello, I have a line like tools/ /usr/bin/syncmail -S [Company-CVS] --mailhost mail.hacenet %{sVv} dev...@co... in my loginfo. syncmail sends mail to: 1.6 1.7 dev...@co... I changed specs = args[0].split() del args[0] # The remaining args should be the email addresses to specs = args[0].split() del args[0] del args[0] del args[0] # The remaining args should be the email addresses And now it works fine. Version info: haneman:/usr/bin# cvs --version Concurrent Versions System (CVS) 1.12.9 (client/server) Copyright (c) 1989-2004 Brian Berliner, david d `zoo' zuhn, Jeff Polk, and other authors CVS may be copied only under the terms of the GNU General Public License, a copy of which can be found with the CVS distribution kit. Specify the --help option for further information about CVS haneman:/usr/bin# python Python 2.3.4 (#2, Jan 5 2005, 08:24:51) [GCC 3.3.5 (Debian 1:3.3.5-5)] on linux2 Thanks for looking into this! --Enver ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=450019&aid=1123560&group_id=47611 |