Skip to content

Commit f8f5031

Browse files
committed
avoid using asciiname, it is not guaranteed to be protectable
1 parent 70047b4 commit f8f5031

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/paused

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,7 @@ but I couldn't ($!). Seems as if the admin has to do something\n\n";
473473
my @To;
474474
my $pma = PAUSE::MailAddress->new_from_userid($userid);
475475
my $address = $pma->address;
476-
push @To, $PAUSE::Config->{ADMIN}, qq{"$asciiname" <$address>};
476+
push @To, $PAUSE::Config->{ADMIN}, qq{<$address>};
477477

478478
my $blurb;
479479
if ($self->{ErrNotGzip}) {

0 commit comments

Comments
 (0)