Author: adam-guest
Date: 2008-03-24 11:10:34 +0000 (Mon, 24 Mar 2008)
New Revision: 1192
Modified:
trunk/scripts/bts.pl
Log:
Remove spaces from $ccemail before sending in the non-DEBEMAIL case
Modified: trunk/scripts/bts.pl
===================================================================
--- trunk/scripts/bts.pl 2008-03-24 01:15:40 UTC (rev 1191)
+++ trunk/scripts/bts.pl 2008-03-24 11:10:34 UTC (rev 1192)
@@ -2051,6 +2051,7 @@
exec("/bin/cat")
or die "bts: error running cat: $!\n";
} else {
+ $ccemail =~ s/ //g;
my @args;
@args = ("-s", $subject, "-a", "X-BTS-Version: $version",
$btsemail);
push(@args, "-c", "$ccemail") if $ccemail;
--
To unsubscribe, send mail to [EMAIL PROTECTED]