From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/17310 Path: main.gmane.org!not-for-mail From: Karl Kleinpaste Newsgroups: gmane.emacs.gnus.general Subject: Re: Not removing annoying subject parts Date: 22 Sep 1998 11:37:49 -0400 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no X-Trace: main.gmane.org 1035156034 32723 80.91.224.250 (20 Oct 2002 23:20:34 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 23:20:34 +0000 (UTC) Return-Path: Original-Received: from gizmo.hpc.uh.edu (gizmo.hpc.uh.edu [129.7.102.31]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id LAA21559 for ; Tue, 22 Sep 1998 11:39:12 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (sina.hpc.uh.edu [129.7.3.5]) by gizmo.hpc.uh.edu (8.7.6/8.7.3) with ESMTP id KAF29327; Tue, 22 Sep 1998 10:10:02 -0500 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Tue, 22 Sep 1998 10:38:51 -0500 (CDT) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [209.195.19.139]) by sina.hpc.uh.edu (8.7.3/8.7.3) with ESMTP id KAA20395 for ; Tue, 22 Sep 1998 10:38:33 -0500 (CDT) Original-Received: from pocari-sweat.jprc.com (POCARI-SWEAT.JPRC.COM [207.86.147.217]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id LAA21542 for ; Tue, 22 Sep 1998 11:38:19 -0400 (EDT) Original-Received: (from karl@localhost) by pocari-sweat.jprc.com (8.8.7/8.8.7) id LAA32047; Tue, 22 Sep 1998 11:37:49 -0400 Original-To: ding@gnus.org X-Face: "5(T0tZd{6}pd~YzBG8O/*EW,.]6]@`m^e;fv65W^Y&=d"M\1H}>T~4_.kcDD.O~y3k)a6h R;Nmi>9|>Nm${2IpM0^RcUEa\jcq?KOP)C&~x51l~zCHTulL^_T|u0I^kB'z@]{`2YjQu In-Reply-To: Anders Melchiorsen's message of "22 Sep 1998 17:28:39 +0200" Original-Lines: 14 User-Agent: Gnus/5.6.43 XEmacs/20.4 (Emerald) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:17310 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:17310 Anders Melchiorsen writes: > (setq nnmail-list-identifiers '("\\[SSLUG\\]" "nagnagnag")) > to avoid "[SSLUG]" stuff from certain subject headers. I think the "\\]" portion is not needed or proper, though it may work incidentally in some cases. Remove the "\\". You do still need the "\\[", of course. I use this: (setq nnmail-list-identifiers '("\\[Y2K]" "" "PA-RKBA!" "L&J:" "PA-POL!" "\\[leatherparent]")) It has never failed to remove things like "[Y2K]" from headers.