[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Mailer.py config

From: Brandis Jaroslav <jaroslav.brandis_at_softec.sk>
Date: 2006-06-05 14:37:00 CEST

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
Received on Mon Jun 5 14:38:13 2006

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.