On Jul 22, 2010 at 15:39, Daniel-Constantin Mierla miconda@gmail.com wrote:
Hello,
On 7/22/10 3:33 PM, Henning Westerholt wrote:
On Thursday 22 July 2010, marius zbihlei wrote:
Hello
Andrei, could you please add a line .sip-router.org/sip-router/email_map.
mariusbucur = Marius Bucurmarius@marius-bucur.ro
Hi,
i've already set this on the machine in the email_map file:
mariusbucur=Marius Ovidiu Bucurmarius.bucur@1and1.ro
But maybe on the wrong place?
there are two email_map files, I was not sure which is the real used, so far I added to both:
- one is in git folder
- the second is in git/sip-router
I added in the second.
Yes, the second one (git/sip-router/email_map) is the correct one. It's configured inside the repository config (git/sip-router/config):
$ git config --get-regexp mail hooks.mailnotification true mail.envelopesender admin@sip-router.org mail.recipient sr-dev@lists.sip-router.org mail.gitweburl http://git.sip-router.org/cgi-bin/gitweb.cgi mail.emailmap $GIT_DIR/email_map
Andrei