]> Sergey Matveev's repositories - public-inbox.git/blobdiff - script/public-inbox-mda
mda: v2: ensure message bodies are indexed
[public-inbox.git] / script / public-inbox-mda
index 2a3153781785e816903f63642d885979aa10e559..2b7f298ccd58cf49a2d4aa9dc5fe888e13432240 100755 (executable)
@@ -51,7 +51,6 @@ $emm = PublicInbox::Emergency->new($emergency);
 $emm->prepare(\$str);
 $ems = $ems->abort;
 my $mime = PublicInbox::MIME->new(\$str);
-$str = '';
 do_exit(0) unless $spam_ok;
 
 my $fcfg = $dst->{filter} || '';