From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/47336 Path: main.gmane.org!not-for-mail From: Steinar Bang Newsgroups: gmane.emacs.gnus.general Subject: Re: How do I remove the sender: header on outgoing email messages? Date: Mon, 21 Oct 2002 20:08:04 +0200 Organization: Probably a good idea Sender: owner-ding@hpc.uh.edu Message-ID: <871y6jzmuz.fsf@doohan.bang.priv.no> References: <87iszvzv81.fsf@doohan.bang.priv.no> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035223735 15041 80.91.224.249 (21 Oct 2002 18:08:55 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 18:08:55 +0000 (UTC) Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 183gyz-0003uQ-00 for ; Mon, 21 Oct 2002 20:08:53 +0200 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 183gyU-0005B7-00; Mon, 21 Oct 2002 13:08:22 -0500 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Mon, 21 Oct 2002 13:09:05 -0500 (CDT) 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 NAA18316 for ; Mon, 21 Oct 2002 13:08:53 -0500 (CDT) Original-Received: (qmail 26516 invoked by alias); 21 Oct 2002 18:08:06 -0000 Original-Received: (qmail 26511 invoked from network); 21 Oct 2002 18:08:05 -0000 Original-Received: from quimby.gnus.org (80.91.224.244) by gnus.org with SMTP; 21 Oct 2002 18:08:05 -0000 Original-Received: from news by quimby.gnus.org with local (Exim 3.12 #1 (Debian)) id 183hrF-0007zv-00 for ; Mon, 21 Oct 2002 21:04:57 +0200 Original-To: ding@gnus.org Original-Path: not-for-mail Original-Newsgroups: gnus.ding Original-Lines: 12 Original-NNTP-Posting-Host: b48sfn.cm.chello.no Original-X-Trace: quimby.gnus.org 1035227097 28740 213.46.211.96 (21 Oct 2002 19:04:57 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: 21 Oct 2002 19:04:57 GMT Mail-Copies-To: never User-Agent: Gnus/5.090008 (Oort Gnus v0.08) XEmacs/21.4 (Common Lisp, i386-debian-linux) Cancel-Lock: sha1:n3G4JlLQ6xcoBwIvpdmDuKvD/bU= Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:47336 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:47336 >>>>> Steinar Bang : > I have > (add-to-list 'message-syntax-checks '(sender . disabled)) > but it doesn't seem to work anymore. > Anyone knows what else I can do to lose the Sender: header? I'm not sure if Gnus or Exim was the culprit, but putting local_from_check = false into the main settings part of my /etc/exim/exim.conf file, made the sender: header go away/prevented exim from inserting one.