From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/32684 Path: main.gmane.org!not-for-mail From: Harry Putnam Newsgroups: gmane.emacs.gnus.general Subject: gnus-ignored-from-addresses puzzler Date: 02 Oct 2000 18:29:23 -0700 Sender: owner-ding@hpc.uh.edu Message-ID: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035168927 21165 80.91.224.250 (21 Oct 2002 02:55:27 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 02:55:27 +0000 (UTC) Return-Path: Original-Received: from fisher.math.uh.edu (fisher.math.uh.edu [129.7.128.35]) by mailhost.sclp.com (Postfix) with ESMTP id 3D1F2D051E for ; Mon, 2 Oct 2000 21:47:31 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by fisher.math.uh.edu (8.9.1/8.9.1) with ESMTP id UAC08745; Mon, 2 Oct 2000 20:43:54 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Mon, 02 Oct 2000 20:43:10 -0500 (CDT) Original-Received: from mailhost.sclp.com (postfix@66-209.196.61.interliant.com [209.196.61.66] (may be forged)) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id UAA10175 for ; Mon, 2 Oct 2000 20:42:57 -0500 (CDT) Original-Received: from mail.networkone.net (mail.networkone.net [209.144.112.75]) by mailhost.sclp.com (Postfix) with SMTP id A5DF9D051E for ; Mon, 2 Oct 2000 21:43:20 -0400 (EDT) Original-Received: (qmail 6583 invoked from network); 3 Oct 2000 01:43:18 -0000 Original-Received: from adsl-116-86.ln.networkone.net (HELO reader.ptw.com) (209.144.116.86) by mail.networkone.net with SMTP; 3 Oct 2000 01:43:18 -0000 Original-Received: (from reader@localhost) by reader.ptw.com (8.9.3/8.9.3) id SAA07066; Mon, 2 Oct 2000 18:43:15 -0700 Original-To: ding@gnus.org User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.5 Original-Lines: 51 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:32684 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:32684 I've been running this code for some time but lately I've been noticing it doesn't seem to behave uniformly: ;;;**** extra header stuff ***** (setq gnus-extra-headers '(To Newsgroups Keywords)) (setq nnmail-extra-headers gnus-extra-headers) (setq gnus-ignored-from-addresses "Harry Putnam") ;;;***** end extra header ****** I'm only concerned here with the last two lines, but wasn't sure if the others may have bearing. Some messages I see my `From' header suppressed and some not. On this group alone I see several both ways: Message: From: Harry Putnam Subject: small agent irritation To: ding@gnus.org Date: 16 Sep 2000 13:22:06 -0700 Message-ID: Shows up in my summary buffer as: 7! 16-Sep+[ 27: -> ding@gnus.org ] small agent irritation This is the desired output. Where as From: Harry Putnam Subject: Re: small agent irritation To: ding@gnus.org Date: Sat, 16 Sep 2000 14:35:11 -0700 Message-ID: <20000916143511.A7522@reader.ptw.com> Shows up as: 5! 16-Sep+ [ 41: Harry Putnam ] The part that is supposed to be ignored looks identicle in either post. I can see they were posted with different apps. The first being gnus, the second being mutt. So is gnus looking at something else besides the `From' header to determine what to ignore?