# HG changeset patch # User Matthias Förste # Date 1246630288 -7200 # Node ID 754ed0e17e4021a012efcdf006124023eb3fc8c4 # Parent 4db24a2b65d24874876ed5d01c3bd6a24561828b *do* send mails to real uploader diff -r 4db24a2b65d2 -r 754ed0e17e40 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($);