diff options
Diffstat (limited to 'emi')
-rwxr-xr-x | emi | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -271,7 +271,7 @@ sub upload_prefix_in_section { my $cc; $text .= "\nUpload log available in $config->{http_queue}/rejected/$path/$prefix.youri\n"; - sendmail($to, $cc, "Upload failed for $rpms", $text, "Emi the upload bot <$config->{admin}>", 0); + sendmail($to, $cc, "Upload failed for $rpms", $text, "Emi the upload bot <$config->{admin}>", 0, $config); } # should delete the files |