You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Michael Leib <mi...@yahoo.com> on 2010/06/14 20:33:36 UTC

Possible repos match problem in mailer.py?

Hi...hoping someone could help as I tried looking into this
but my python is not as good as my C and Perl, so I ask
for a little help :>

In mailer.conf

[mike]
for_repos = /www/svn.xxx/reps/mike
to_addr = mleib user1 user2 user3

[mike_leib]
for_repos = /www/svn.xxx/reps/mike_leib
to_addr = mleib user4 user5 user6


and when I commit revisions to mike_leib, double e-mails are sent
to "mleib" and ALL user[1-6] also get the commit e-mail as well.

I tried changing [mike] to 

[mike]
for_repos = /www/svn.xxx/reps/mike/
to_addr = mleib user1 user2 user3

and then commits to [mike_leib] did not result in double e-mails,
but commits to [mike] no longer resulted in any mails :<

Is this a simple change I can make?

Thanks in advance,

Michael