Subject: | [RFE] ability to map individual usernames to from addresses |
I'm wanting to map svn account names to a variety of from addresses,
rather than using --from or --userdomain, since some of the committers
don't have unix accounts/mailboxes on our system.
For example,
svnnotify --from-map ~/scm/hooks/svnnotify-from-map ...
Then svnnotify-from-map could have:
bporter brett@apache.org
foo foo@bar.com
I believe CVS Spam has a similar feature, though I was never able to get
it to work when I tried some time back. It used CVSROOT/users, but I
don't think SVN has a comparable feature.