]> git.donarmstrong.com Git - debbugs.git/blobdiff - Debbugs/Mail.pm
fix double arrayref of sendmail arguments
[debbugs.git] / Debbugs / Mail.pm
index e9cb46e250e513d5993ee24fa21e02c0d3a278dd..c19be79662e84b546640d9bddd70bce31ffbc6fa 100644 (file)
@@ -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,