From: Don Armstrong Date: Tue, 12 Aug 2008 15:20:04 +0000 (-0700) Subject: * add back missing @ X-Git-Tag: release/2.6.0~474^2~5 X-Git-Url: https://git.donarmstrong.com/?p=debbugs.git;a=commitdiff_plain;h=8f107da59cfeeabdf6b46695cfe8a6854fee938d * add back missing @ --- diff --git a/scripts/service b/scripts/service index 839d708..3345960 100755 --- a/scripts/service +++ b/scripts/service @@ -107,7 +107,7 @@ if ( defined($header{'reply-to'}) && $header{'reply-to'} ne "" ) { # This is an error counter which should be incremented every time there is an error. my $errors = 0; -my $controlrequestaddr= ($control ? 'control' : 'request').$config{email_domain}; +my $controlrequestaddr= ($control ? 'control' : 'request').'@'.$config{email_domain}; my $transcript_scalar = ''; my $transcript = IO::Scalar->new(\$transcript_scalar) or die "Unable to create new IO::Scalar";