From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/86770 Path: news.gmane.org!not-for-mail From: Greg Troxel Newsgroups: gmane.emacs.gnus.general Subject: Re: Lower all threads started by a particular tro... er, person? Date: Sun, 07 Feb 2016 11:56:32 -0500 Message-ID: References: <87si16pe6w.fsf@gnus.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha1; protocol="application/pgp-signature" X-Trace: ger.gmane.org 1454864234 24585 80.91.229.3 (7 Feb 2016 16:57:14 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 7 Feb 2016 16:57:14 +0000 (UTC) Cc: ding@gnus.org To: Dave Abrahams Original-X-From: ding-owner+M34995@lists.math.uh.edu Sun Feb 07 17:57:02 2016 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from lists1.math.uh.edu ([129.7.128.208]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1aSSdx-0005cd-TM for ding-account@gmane.org; Sun, 07 Feb 2016 17:57:02 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by lists1.math.uh.edu with smtp (Exim 4.85) (envelope-from ) id 1aSSdi-0001Ss-0n; Sun, 07 Feb 2016 10:56:46 -0600 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by lists1.math.uh.edu with esmtps (TLSv1.2:AES128-GCM-SHA256:128) (Exim 4.85) (envelope-from ) id 1aSSdf-0001SH-Mc for ding@lists.math.uh.edu; Sun, 07 Feb 2016 10:56:43 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtps (TLSv1.2:DHE-RSA-AES128-SHA:128) (Exim 4.85) (envelope-from ) id 1aSSdb-0001uw-0D for ding@lists.math.uh.edu; Sun, 07 Feb 2016 10:56:43 -0600 Original-Received: from linuxpal.mit.edu ([18.62.1.14]) by quimby.gnus.org with esmtps (TLS1.2:DHE_RSA_AES_256_CBC_SHA256:256) (Exim 4.80) (envelope-from ) id 1aSSdZ-0005Ku-6A for ding@gnus.org; Sun, 07 Feb 2016 17:56:37 +0100 Original-Received: by linuxpal.mit.edu (Postfix, from userid 9545) id 74A8716078; Sun, 7 Feb 2016 11:56:32 -0500 (EST) OpenPGP: id=098ED60E X-Hashcash: 1:20:160207:dave@boostpro.com::7F7D85hpggn5D8AK:000000000000000000000000000000000000000000002nSP In-Reply-To: (Dave Abrahams's message of "Sun, 07 Feb 2016 07:58:31 -0800") User-Agent: Gnus/5.130014 (Ma Gnus v0.14) Emacs/24.3 (berkeley-unix) X-Spam-Score: -4.9 (----) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:86770 Archived-At: --=-=-= Content-Type: text/plain Dave Abrahams writes: > on Fri Feb 05 2016, Lars Ingebrigtsen wrote: > >> Dave Abrahams writes: >> >>> There are some groups I read where one person reliably starts >>> unproductive threads that I'd like to ignore entirely. Is there any way >>> to use scoring to make that happen? >> >> Yes, `L f' will do that, I think? > > I don't *think* so. I don't just want to ignore the sender; I want to > entirely ignore any *thread* that particular sender might start. Does > `L f' do that? You are correct; L f should lower all messages with a matching followup header. I use Lsft, bound to 'k' to add a scoring rule for a subject (that will expire). But that's also now what you want. I think to do what you want will require code. I wonder about having a new kind of scoring action, which is able to run code instead of just assigning a value, and then to match on author, and if there is no followup header add a temp rule to match that followup. Or maybe there's some easier way to just run a procedure on each message. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAla3d0AACgkQH9p66AmO1g7NcACfdJtwckewRN/YUuacbzsSY3PS RbQAn0wk2gzIXBXkOsX6Lsb15T6715cy =0IvD -----END PGP SIGNATURE----- --=-=-=--