]> Sergey Matveev's repositories - public-inbox.git/blobdiff - script/public-inbox-mda
introduce PublicInbox::MIME wrapper class
[public-inbox.git] / script / public-inbox-mda
index 8b5258f5f397e31bf229ebecf5e1abaf066b7171..60f817dc08d4afb4f64ef0667da789dc38af889f 100755 (executable)
@@ -52,7 +52,7 @@ $simple = undef;
 $emm = PublicInbox::Emergency->new($emergency);
 $emm->prepare(\$str);
 $ems = $ems->abort;
-my $mime = Email::MIME->new(\$str);
+my $mime = PublicInbox::MIME->new(\$str);
 $str = '';
 do_exit(0) unless $spam_ok;