bin/rpi
branchrsync
changeset 42 73cb1d7a1bd8
parent 37 a31ece02f311
child 45 19639ba80436
equal deleted inserted replaced
41:40df28fd3562 42:73cb1d7a1bd8
   386                 "[This is just a test mail to you. If this wasn't a test mail, then it should have been sent to [$u]]\n\n"
   386                 "[This is just a test mail to you. If this wasn't a test mail, then it should have been sent to [$u]]\n\n"
   387                   . $messages->{$u},
   387                   . $messages->{$u},
   388                 $fallback
   388                 $fallback
   389             ) if $dont_send_to_real_uploader;
   389             ) if $dont_send_to_real_uploader;
   390 
   390 
   391             $to = encode_mimewords($to, (Charset => $1)) if setlocale(NULL) =~ /.*\.([^.]+)$/;
   391             $to = encode_mimewords($to, (Charset => $1))
       
   392               if setlocale(NULL) =~ /.*\.([^.]+)$/;
   392 
   393 
   393             sendmail(
   394             sendmail(
   394                 From    => $from,
   395                 From    => $from,
   395                 Subject => $subject,
   396                 Subject => $subject,
   396                 To      => $to,
   397                 To      => $to,