Community technical support mailing list was retired 2010 and replaced with a professional technical support team. For assistance please contact: Pre-sales Technical support via email to sales@march-hare.com.
Hi. Two questions :) First one: -------------- I would like to send some commit notifys trough CVSMailer. I added users to "users" file and defined groups in "groups" file (TestGrp1:user1,user2). I added both to "loginfousers" file (user and group names). "loginfo" contains this: DEFAULT E:/Programs/CVSMailer/CVSMailer.exe -l$CVSPID "$USER" $CVSROOT "-rTestGrp1" %{sVv} After I commit a file somewhere the debug from CVSMailer reads: .... 20060302 12:11:03 DEBUG: Reading the command line users: TestGrp1 20060302 12:11:03 DEBUG: Parsing the subscribed users 20060302 12:11:03 DEBUG: Found user TestGrp1 20060302 12:11:03 No log recipients! So, CVSMailer gets the parameters right and recognizes it has to send mails to all users in the group, but at the end - no mail is sent (group not resolved?). I don't want to list again all the users from the group in "loginfo" file. I want to keep the list in one place only ("groups" file). Any idea what I did wrong? And the second question: ------------------------- I also found out that the regexp in "loginfo" matches filenames as well as modules. Is there any parameter(way) to make it more restrictive? I want to match only module names. Thanks again for all the info I will get back, Aleksander