unofficial mirror of meta@public-inbox.org
 help / color / mirror / Atom feed
From: Eric Wong <e@80x24.org>
To: meta@public-inbox.org
Subject: [PATCH 1/2] learn: use "spam" as subject for removal commits (part #2)
Date: Thu, 16 Nov 2017 20:45:07 +0000	[thread overview]
Message-ID: <20171116204508.19516-1-e@80x24.org> (raw)
In-Reply-To: <20171116191407.29417-1-e@80x24.org>

We need to use the correct subject when doing global scanning,
too.  In fact, the per-recipient spam training path is entirely
redundant at this point.
---
 script/public-inbox-learn | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/script/public-inbox-learn b/script/public-inbox-learn
index 75294a0..5041d82 100755
--- a/script/public-inbox-learn
+++ b/script/public-inbox-learn
@@ -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;
 	});
 }
-- 
EW


  reply	other threads:[~2017-11-16 20:45 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-11-16 19:14 [PATCH] learn: use "spam" as subject for removal commits Eric Wong
2017-11-16 20:45 ` Eric Wong [this message]
2017-11-16 20:45   ` [PATCH 2/2] watch: use "spam" in commit message for removals Eric Wong

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://public-inbox.org/README

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20171116204508.19516-1-e@80x24.org \
    --to=e@80x24.org \
    --cc=meta@public-inbox.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).