*do* send mails to real uploader rsync
authorMatthias Förste <foerste@schlittermann.de>
Fri, 03 Jul 2009 16:11:28 +0200
branchrsync
changeset 2 754ed0e17e40
parent 1 4db24a2b65d2
child 3 21716e8e5207
*do* send mails to real uploader
bin/rpi
--- a/bin/rpi	Fri Jul 03 15:28:31 2009 +0200
+++ b/bin/rpi	Fri Jul 03 16:11:28 2009 +0200
@@ -93,7 +93,7 @@
 
 # anything that would be sent to the signer/changer/maintainer goes to
 # $fallback instead if this is set
-my $dont_send_to_real_uploader = 1;
+my $dont_send_to_real_uploader = 0;
 
 # prototypes for message handling routines
 sub m_mismatch($);