about summary refs log tree commit homepage
path: root/public-inbox-mda
diff options
context:
space:
mode:
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 047a4827..4348cb24 100755
--- a/public-inbox-mda
+++ b/public-inbox-mda
@@ -38,7 +38,7 @@ if (PublicInbox::MDA->precheck($filter, $dst->{address}) &&
         $filtered = undef;
         $filter->simple($msg);
 
-        if (PublicInbox::Filter->run($msg)) {
+        if (PublicInbox::Filter->run($msg, $filter)) {
                 # run spamc again on the HTML-free message
                 if (do_spamc($msg, \$filtered)) {
                         $msg = Email::MIME->new(\$filtered);