You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Brandis Jaroslav <ja...@softec.sk> on 2006/06/05 12:37:00 UTC

Mailer.py config

Hello..

 I've try to config mailer.py but I'm still unhappy .
My repos structure is here:
D:\SVNREPOS\REPOS\
			project1
			project2
			....

Mail is delivered ok but only to user in default section. 	In
[project1] section I vawnt to override mail delivery to specific
address. But mail is still delivered to defult email address. No
overriding. When I leave empty  to_addr =     in default section script
hang with smtplib.SMTPRecipientsRefused: {}  error. 
Any advice ? Or working sample ? 

Thank you

This is my mailer config:

[general]

smtp_hostname = exchange.sss.com

[defaults]

diff = D:/svnrepos/repos/hooks/mailer/diff -u -L %(label_from)s -L
%(label_to)s %(from)s %(to)s
commit_subject_prefix =
propchange_subject_prefix =
lock_subject_prefix =
unlock_subject_prefix =
from_addr = svn@sss.com
to_addr = admin@sss.com
reply_to =

generate_diffs = add copy modify
suppress_deletes = yes
show_nonmatching_paths = yes
truncate_subject = 200

[maps]

[project1]

for_repos = .*/$
for_paths = project1/
commit_subject_prefix = [COMMIT / Project1]
to_addr = prj1_devel@sss.com

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org