From 9015a8af2909b0071e54b332bfafc4e5b8d0f6c2 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sun, 29 Jul 2018 09:34:41 +0000 Subject: mda: v2: ensure message bodies are indexed We must not clobber the original message string, as Email::MIME(*) still needs it for iterating through parts in SearchIdx (but not when handing it as a raw string to git-fast-import). I've noticed message bodies (especially dfpre/dpost) were not getting indexed when going through -mda (no problems with -watch). This also did not affect v1 repos, since indexing is a separate process for v1 and requires re-reading the data from git. (*) tested Email::MIME 1.937 on Debian stretch --- script/public-inbox-mda | 1 - 1 file changed, 1 deletion(-) (limited to 'script') diff --git a/script/public-inbox-mda b/script/public-inbox-mda index 2a315378..2b7f298c 100755 --- a/script/public-inbox-mda +++ b/script/public-inbox-mda @@ -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} || ''; -- cgit v1.2.3-24-ge0c7