From: Don Armstrong Date: Sat, 10 Apr 2010 17:53:13 +0000 (-0700) Subject: fix double arrayref of sendmail arguments X-Git-Tag: release/2.6.0~419^2 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=271fcc56714cce4e4c8b40ce32f0f30e93433929;p=debbugs.git fix double arrayref of sendmail arguments --- diff --git a/Debbugs/Mail.pm b/Debbugs/Mail.pm index e9cb46e2..c19be796 100644 --- a/Debbugs/Mail.pm +++ b/Debbugs/Mail.pm @@ -310,7 +310,7 @@ using warn. sub send_mail_message{ my %param = validate_with(params => \@_, spec => {sendmail_arguments => {type => ARRAYREF, - default => [$config{sendmail_arguments}], + default => $config{sendmail_arguments}, }, parse_for_recipients => {type => BOOLEAN, default => 0,