From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/8045 Path: news.gmane.org!not-for-mail From: =?ISO-8859-1?Q?Thomas_H=FChn?= Newsgroups: gmane.emacs.gnus.user Subject: Re: help with posting style profile Date: Wed, 04 Oct 2006 17:49:01 +0200 Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1159978650 2195 80.91.229.2 (4 Oct 2006 16:17:30 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 4 Oct 2006 16:17:30 +0000 (UTC) Original-X-From: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Wed Oct 04 18:17:26 2006 Return-path: Envelope-to: gegu-info-gnus-english@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GV9Ia-0001Bk-E5 for gegu-info-gnus-english@m.gmane.org; Wed, 04 Oct 2006 18:08:44 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GV9IZ-0000RF-LC for gegu-info-gnus-english@m.gmane.org; Wed, 04 Oct 2006 12:08:43 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GV9Cc-0005AR-T5 for info-gnus-english@gnu.org; Wed, 04 Oct 2006 12:02:35 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GV9CX-00057p-Gp for info-gnus-english@gnu.org; Wed, 04 Oct 2006 12:02:33 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GV9CW-00057d-Oe for info-gnus-english@gnu.org; Wed, 04 Oct 2006 12:02:28 -0400 Original-Received: from [80.91.229.2] (helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1GV9Iz-0007Pg-02 for info-gnus-english@gnu.org; Wed, 04 Oct 2006 12:09:09 -0400 Original-Received: from root by ciao.gmane.org with local (Exim 4.43) id 1GV9AA-0007kY-Kt for info-gnus-english@gnu.org; Wed, 04 Oct 2006 18:00:03 +0200 Original-Received: from p54a0e5ab.dip.t-dialin.net ([84.160.229.171]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 04 Oct 2006 18:00:02 +0200 Original-Received: from huehn by p54a0e5ab.dip.t-dialin.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 04 Oct 2006 18:00:02 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-To: info-gnus-english@gnu.org Original-Lines: 13 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: p54a0e5ab.dip.t-dialin.net User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.8.0.7) Gecko/20060909 Thunderbird/1.5.0.7 Mnenhy/0.7.4.0 Hamster/2.1.0.11 In-Reply-To: X-BeenThere: info-gnus-english@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Announcements and discussions for GNUS, the GNU Emacs Usenet newsreader \(in English\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Errors-To: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.gnus.user:8045 Archived-At: cliff barnes wrote: > However, although a Usenet posting will show the 'from' as 'cliff > barnes', when the message is opened to be read, below the 'from' is a > field called 'sender' - which actually shows the user name and host name > of my pc!! > > My question is how can I set this to a null value or even another name - > without of course changing my unix user account name. (add-to-list 'message-syntax-checks '(sender . disabled)) Thomas