From e07bf5280004c81d144fff9be266d81196c9f95d Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Wed, 9 Apr 2014 18:07:15 +0000 Subject: mda: prevent duplicate Message-IDs from appearing For practical purposes, Message-IDs are unique and duplicates do not appear unless client software is broken. --- public-inbox-mda | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'public-inbox-mda') 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); } } } -- cgit v1.2.3-24-ge0c7