Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
From: Reiner Steib <reinersteib+gmane@imap.cc>
Subject: Re: help with posting style profile
Date: Wed, 04 Oct 2006 18:31:36 +0200	[thread overview]
Message-ID: <v9bqos11qv.fsf@marauder.physik.uni-ulm.de> (raw)
In-Reply-To: <SQPUg.78414$wg.49666@fe1.news.blueyonder.co.uk>

On Wed, Oct 04 2006, cliff barnes wrote:

> I have in my .gnus file a line similar to this:
> '((".*"
>
>          (name "cliff barnes")
>          (organization "Wentworth Oil" ))
>
> 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.

,----[ (info "(gnus)Oort Gnus") ]
| New features in Gnus 5.10:
| [...]
|         * Gnus no longer generate the Sender: header automatically.
`----

If you can't upgrade, try adding (sender . disabled) to
`message-syntax-checks':

(eval-after-load "message"
  '(add-to-list 'message-syntax-checks '(sender . disabled)))

> Problem 2:
[...]
> 1. alt.music
> 	(name "singer")
> (organization "record company"))
>
> 2. soc.culture.policy
> (name "presidential")
> (organization "white house"))
>
> 3. rec.arts.games
> (name "fun")
> (organization "cards"))
>
> Can you show me the right wording to make each of these unique example
> profiles automatically kick in whenever i post to one of these newsgroups?
> Ideally, i would like the default "." to work if i posted to any group other
> than these three.

(info "(gnus)Posting Styles"); <== Press C-x C-e here!

> Am I trying to use posting styles for something its not set up for???

No, this is exactly the purpose of posting styles.

Bye, Reiner.
-- 
       ,,,
      (o o)
---ooO-(_)-Ooo---  |  PGP key available  |  http://rsteib.home.pages.de/

  parent reply	other threads:[~2006-10-04 16:31 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-10-04 14:48 cliff barnes
2006-10-04 15:49 ` Thomas Hühn
2006-10-04 16:31 ` Reiner Steib [this message]
     [not found] ` <mailman.7728.1159977757.9609.info-gnus-english@gnu.org>
2006-10-05 10:39   ` cliff barnes

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=v9bqos11qv.fsf@marauder.physik.uni-ulm.de \
    --to=reinersteib+gmane@imap.cc \
    --cc=Reiner.Steib@gmx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).