]> Sergey Matveev's repositories - public-inbox.git/blobdiff - script/public-inbox-learn
learn: use "spam" as subject for removal commits (part #2)
[public-inbox.git] / script / public-inbox-learn
index 71aa50f9d5989b093b4efa50f4312267f8ce6440..5041d82bd80ce4fcb33d4a501adb7cbe3c1e9080 100755 (executable)
@@ -58,7 +58,7 @@ if ($train eq 'spam') {
                my $name = $ibx->{name};
                my $addr = $ibx->{-primary_address};
                my $im = PublicInbox::Import->new($git, $name, $addr, $ibx);
-               $im->remove($mime);
+               $im->remove($mime, 'spam');
                $im->done;
        });
 }
@@ -81,7 +81,7 @@ foreach my $recipient (keys %dests) {
                # may train for each cross-posted message, and this
                # script already learns for every list in
                # ~/.public-inbox/config
-               $im->remove($mime);
+               $im->remove($mime, $train);
        } else { # $train eq "ham"
                # no checking for spam here, we assume the message has
                # been reviewed by a human at this point: