From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/42391 Path: main.gmane.org!not-for-mail From: Steinar Bang Newsgroups: gmane.emacs.gnus.general Subject: Re: How to change Sender header? Date: Mon, 21 Jan 2002 23:03:47 +0100 Organization: Denizens of Doom, Norway Chapter Sender: owner-ding@hpc.uh.edu Message-ID: <877kqbqs3g.fsf@bang.priv.no> References: <3or8oromuy.fsf@www.okpos.com> <877kqje88k.fsf@bang.priv.no> <2nvge3xu1b.fsf@zsh.cs.rochester.edu> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035177636 11056 80.91.224.250 (21 Oct 2002 05:20:36 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 05:20:36 +0000 (UTC) Return-Path: Original-Received: (qmail 19277 invoked from network); 21 Jan 2002 22:04:48 -0000 Original-Received: from malifon.math.uh.edu (mail@129.7.128.13) by mastaler.com with SMTP; 21 Jan 2002 22:04:48 -0000 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 16SmYE-0000NL-00; Mon, 21 Jan 2002 16:04:26 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Mon, 21 Jan 2002 16:04:19 -0600 (CST) Original-Received: from sclp3.sclp.com (qmailr@sclp3.sclp.com [209.196.61.66]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id QAA01315 for ; Mon, 21 Jan 2002 16:04:06 -0600 (CST) Original-Received: (qmail 19271 invoked by alias); 21 Jan 2002 22:04:08 -0000 Original-Received: (qmail 19266 invoked from network); 21 Jan 2002 22:04:07 -0000 Original-Received: from ingebrigtsen.no (HELO quimby2.netfonds.no) (195.204.10.66) by gnus.org with SMTP; 21 Jan 2002 22:04:07 -0000 Original-Received: from news by quimby2.netfonds.no with local (Exim 3.12 #1 (Debian)) id 16SmYD-0001wo-00 for ; Mon, 21 Jan 2002 23:04:25 +0100 Original-To: ding@gnus.org Original-Path: not-for-mail Original-Newsgroups: gnus.ding Original-Lines: 25 Original-NNTP-Posting-Host: c96s55h3.upc.chello.no Original-X-Trace: quimby2.netfonds.no 1011650665 7488 213.46.211.96 (21 Jan 2002 22:04:25 GMT) Original-X-Complaints-To: usenet@quimby2.netfonds.no Original-NNTP-Posting-Date: 21 Jan 2002 22:04:25 GMT User-Agent: Gnus/5.090005 (Oort Gnus v0.05) Emacs/20.7 (i386-debian-linux-gnu) Cancel-Lock: sha1:qRrqHfJSVCzVpXtiLvy7zF+w0AM= Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:42391 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:42391 >>>>> ShengHuo ZHU : > Steinar Bang writes: >>>>>>> Karl Kleinpaste : >> >> [snip!] >>> The simplest and most direct solution is to annihilate it: >>> (add-to-list 'message-syntax-checks '(sender . disabled)) >> This has stopped working for me, and I have filed a bug report on it: >> > It works fine for me. Is there some special setting in your .gnus? The Sender: header was only present in emails, and not in news articles, which made me suspect the MTA (Exim 3.33). I've put headers_remove = sender in the "lookuphost" and "literal" routers in the /etc/exim/exim.conf on my laptop. That seems to make the Sender: header go away.