]> Sergey Matveev's repositories - public-inbox.git/blobdiff - public-inbox-learn
sa_config: just put HTML messages in the mod queue
[public-inbox.git] / public-inbox-learn
index bb130b215fc686ac82b37ec4351460251e7ef167..13b75b763cfc9d3280011b29a237065d013de987 100755 (executable)
@@ -56,6 +56,7 @@ foreach my $recipient (keys %dests) {
                # no checking for errors here, we assume the message has
                # been reviewed by a human at this point:
                PublicInbox::Filter->run($mime);
+               PublicInbox::MDA->set_list_headers($mime, $dst);
 
                my ($name, $email, $date) =
                                PublicInbox::MDA->author_info($mime);