# # $SVNROOT/hooks/svnmailer.conf (0664): svnmailer Bugzilla/SVN integration conf # # See http://opensource.perlig.de/svnmailer/ for documentation # [general] # Sendmail path sendmail_command = /usr/sbin/sendmail # Regular expression to match bug related commit messages bug_tag = (BugID:)\s?(\d+) [defaults] # Default From address template from_addr = %(author)s@localhost.localdomain # These matches are used for storing REPOS and PATH variables for_repos = .*/(?P[^/]+)$ for_paths = (?P[^/]+)/ # Show all paths in the commit show_nonmatching_paths = yes # Get the content charset from the Subversion repository apply_charset_property = yes # Fix for a URL encoding bug in svnmailer-1.1.0-dev-r1373 mail_transfer_encoding = 8bit # Action for huge e-mails. See the documentation for fine tuning. long_mail_action = 100000 split/truncate/5 # Max e-mail subject length max_subject_length = 50 # When to send diffs. Think twice if sending e-mail over the Internet. # Possible values are: add, modify, copy, delete, propchange, none generate_diffs = propchange # Use the GNU diff tool instead of the internal differ #diff_command = /usr/bin/diff -up -L %(label_from)s -L %(label_to)s # %(from)s %(to)s # Subject specifications different from the hardcoded default commit_subject_template = %(prefix)s r%(revision)s %(part)s - %(files)s propchange_subject_template = %(prefix)s r%(revision)s %(property)s changed - %(files)s lock_subject_template = %(prefix)s locked - %(files)s unlock_subject_template = %(prefix)s unlocked - %(files)s # Web based repository viewer type and URL browser_base_url = viewcvs http://localhost/cgi-bin/viewvc.cgi [prjvcs] # Module prj configuration for commit list archives for_paths = prj/.* to_addr = prj-vcs@localhost.localdomain [prjbug] # Module prj configuration for Bugzilla integration for_paths = prj/.* to_addr = bugzilla@localhost.localdomain from_addr = prj-vcs@localhost.localdomain commit_subject_prefix = [Bug __bug_id__] propchange_subject_prefix = [Bug __bug_id__] lock_subject_prefix = [Bug __bug_id__] unlock_subject_prefix = [Bug __bug_id__]