]> git.donarmstrong.com Git - debbugs.git/commitdiff
fix double arrayref of sendmail arguments
authorDon Armstrong <don@donarmstrong.com>
Sat, 10 Apr 2010 17:53:13 +0000 (10:53 -0700)
committerDon Armstrong <don@donarmstrong.com>
Sat, 10 Apr 2010 17:53:13 +0000 (10:53 -0700)
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,