[Collab-maint-devel] r113 - /lib/trunk/hooks/svnmailer.conf
hertzog at users.alioth.debian.org
hertzog at users.alioth.debian.org
Wed Apr 19 14:20:23 UTC 2006
Author: hertzog
Date: Tue Apr 18 20:44:58 2006
New Revision: 113
URL: http://svn.debian.org/wsvn/?sc=1&rev=113
Log:
Use bcc by default.
Modified:
lib/trunk/hooks/svnmailer.conf
Modified: lib/trunk/hooks/svnmailer.conf
URL: http://svn.debian.org/wsvn/lib/trunk/hooks/svnmailer.conf?rev=113&op=diff
==============================================================================
--- lib/trunk/hooks/svnmailer.conf (original)
+++ lib/trunk/hooks/svnmailer.conf Tue Apr 18 20:44:58 2006
@@ -7,7 +7,7 @@
# Mail is sent with alioth account of the person who committed
# You can change that by a mailing list if you prefer
from_addr = %(author)s at users.alioth.debian.org
-# Include Websvn URL in mails
+# Include WebSvn URL in mails
browser_base_url = websvn http://svn.debian.org/wsvn/%(project)s
long_mail_action = 1000000 showurls/truncate
apply_charset_property = yes
@@ -17,9 +17,9 @@
# Why QP encode by default ? I prefer 8 bit. Just disable next line to
# have QP. Other possibility: base64
mail_transfer_encoding = 8bit
-#You can set a reply-to if you want
+# You can set a reply-to if you want
#reply_to_addr = mailinglist at lists.alioth.debian.org
-#This is not needed but show as example
+# This is not needed but show as example
#custom_header = X-PTS-Approved: yes
[bysource]
@@ -33,7 +33,11 @@
for_paths = packages/(?P<package>[^/]+)/
# Send to the PTS of the source package. Add any general commit list that
# you have for the project.
-to_addr = %(package)s_cvs at packages.qa.debian.org
+bcc_addr = %(package)s_cvs at packages.qa.debian.org
+to_fake = %(package)s at packages.qa.debian.org
+# If you want to send the diff to a mailing list as well, just enable
+# decomment the next line and comment the to_fake above
+#to_addr = <generic commit email>
show_nonmatching_paths = ignore
#commit_subject_template = %(prefix)s r%(revision)s %(part)s - %(files/dirs)s
#commit_subject_prefix = svn commit:
More information about the Collab-maint-devel
mailing list