From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Michal Wyrebski Newsgroups: gmane.emacs.help Subject: Re: posting news with gnus Date: Thu, 4 Sep 2003 00:10:54 +0200 Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <20030903221054.GA2797@burdy> References: <200309021138.h82Bc1f02772@oneill.nu> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 X-Trace: sea.gmane.org 1062684077 21553 80.91.224.253 (4 Sep 2003 14:01:17 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 4 Sep 2003 14:01:17 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Sep 04 16:01:15 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19uufj-0007ZI-00 for ; Thu, 04 Sep 2003 16:01:15 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.22) id 19uuZ2-0006Lo-RS for geh-help-gnu-emacs@m.gmane.org; Thu, 04 Sep 2003 09:54:20 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.22) id 19ufsN-00021n-Eb for help-gnu-emacs@gnu.org; Wed, 03 Sep 2003 18:13:19 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.22) id 19ufrm-0001c0-Bv for help-gnu-emacs@gnu.org; Wed, 03 Sep 2003 18:12:43 -0400 Original-Received: from [81.15.204.50] (helo=burdy) by monty-python.gnu.org with esmtp (Exim 4.22) id 19ufq6-0000gz-JU for help-gnu-emacs@gnu.org; Wed, 03 Sep 2003 18:10:58 -0400 Original-Received: by burdy (Postfix, from userid 1000) id 9B37D37D39; Thu, 4 Sep 2003 00:10:55 +0200 (CEST) Original-To: help-gnu-emacs@gnu.org Mail-Followup-To: help-gnu-emacs@gnu.org Content-Disposition: inline In-Reply-To: <200309021138.h82Bc1f02772@oneill.nu> User-Agent: Mutt/1.5.4i X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:12276 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:12276 On Tue, 2 Sep 2003, darrow@oneill.nu wrote: > Hi all, > > I want to use gnus to post in newsgroups without my real name and computer information showing up in the headers. Anybody know how to congifure gnus to do that? > There is probabely better way to handle this problem but you may want to set these in your ~/.gnus file: (setq user-full-name "User Name") (setq user-mail-address "user@example.org") Michal