aboutsummaryrefslogtreecommitdiffstats
path: root/modules/subversion/templates/hook_sendmail.pl
blob: 1fdc381fc1886826143eaddd4ba2d6971404a926 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/perl -MSVN::Notify::Config=$0
--- #YAML:1.0

'':
  PATH: "/usr/bin:/usr/local/bin"
  handler: Alternative
  alternative: HTML::ColorDiff
  with-diff: 1
  to:
<%- commit_mail.each do |mail|  -%>
    - <%= mail %>
<%- end -%>
  from: root@<%= domain %>