about summary refs log tree commit homepage
diff options
context:
space:
mode:
-rwxr-xr-xpublic-inbox-mda2
1 files changed, 1 insertions, 1 deletions
diff --git a/public-inbox-mda b/public-inbox-mda
index aabc37eb..70fbdf27 100755
--- a/public-inbox-mda
+++ b/public-inbox-mda
@@ -42,7 +42,7 @@ if (PublicInbox->precheck($filter, $recipient) &&
                 # run spamc again on the HTML-free message
                 if (do_spamc($simple, \$filtered)) {
                         $filter->simple(Email::Simple->new($filtered));
-                        $filter->pipe(MDA, $main_repo);
+                        $filter->pipe(MDA, '-1', $main_repo);
                 }
         }
 }