about summary refs log tree commit homepage
path: root/public-inbox-mda
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2014-04-09 18:07:15 +0000
committerEric Wong <e@80x24.org>2014-04-09 18:07:15 +0000
commite07bf5280004c81d144fff9be266d81196c9f95d (patch)
tree8dcaaa519c440f00dd9a3c536f490a950878b521 /public-inbox-mda
parent789b6e9c6de8012b556eb6d5345339eaf61f1989 (diff)
downloadpublic-inbox-e07bf5280004c81d144fff9be266d81196c9f95d.tar.gz
For practical purposes, Message-IDs are unique and duplicates
do not appear unless client software is broken.
Diffstat (limited to 'public-inbox-mda')
-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);
                 }
         }
 }