--- mailer.conf.example	2005-07-21 08:52:10.000000000 +0200
+++ mailer.conf	2005-07-21 10:38:10.000000000 +0200
@@ -20,7 +20,7 @@
 
 # This command will be invoked with destination addresses on the command
 # line, and the message piped into it.
-#mail_command = /usr/sbin/sendmail
+mail_command = /usr/sbin/sendmail
 
 # This option specifies the hostname for delivery via SMTP
 #smtp_hostname = localhost
@@ -146,11 +146,13 @@
 # 'no_author' is used.  You can specify a default from_addr here and
 # if you want to have a particular for_repos group use the author as
 # the from address, you can use "from_addr =".
-from_addr = invalid@example.com
+#from_addr = invalid@example.com
+from_addr = sebi
 
 # The default To: addresses for message.  One or more addresses,
 # separated by whitespace (no commas):
-to_addr = invalid@example.com
+#to_addr = invalid@example.com
+to_addr = sebi
 
 # If this is set, then a Reply-To: will be inserted into the message
 reply_to =
@@ -199,3 +201,11 @@
 # for_repos = /home/(?P<who>[^/]*)/repos
 # to_addr = %(who)s@example.com
 #
+
+[test1]
+for_repos = /var/svn/test1
+to_addr = sebi
+
+[repos1]
+for_repos = /tmp/repos1/
+to_addr = sebi


