We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70047b4 commit f8f5031Copy full SHA for f8f5031
bin/paused
@@ -473,7 +473,7 @@ but I couldn't ($!). Seems as if the admin has to do something\n\n";
473
my @To;
474
my $pma = PAUSE::MailAddress->new_from_userid($userid);
475
my $address = $pma->address;
476
- push @To, $PAUSE::Config->{ADMIN}, qq{"$asciiname" <$address>};
+ push @To, $PAUSE::Config->{ADMIN}, qq{<$address>};
477
478
my $blurb;
479
if ($self->{ErrNotGzip}) {
0 commit comments