Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
From: spamtrap@asjo.org (Adam Sjøgren)
Subject: Re: Different .sig file for different newsgroups?
Date: Mon, 20 Oct 2003 20:40:28 +0200	[thread overview]
Message-ID: <87k76zg3c3.fsf@virgil.koldfront.dk> (raw)
In-Reply-To: <m2he23pyjd.fsf@joelr.ellegon.com>

On 20 Oct 2003 13:13:58 -0500, Joel wrote:

> Is there some way to have a different .sig, depending on which
> newsgroup I'm posting in?

Posting styles are quite convenient for that:

 <http://gnus.org/manual/gnus_139.html#SEC139>

Here a (trimmed) snippet from mine:

(setq gnus-posting-styles
      '(("^nnml.*:ibl"
	 (address "ibl@koldfront.dk")
	 (signature-file "~/.signature.ibl")
	 (organization "Institut for Bathique et Lommephilosophiae, Copenhagen, Denmark")
	 )
	("^nnml.*:undertow"
	 (signature-file "~/.signature.undertow")
	 )
	(message-this-is-news
	 (address "spamtrap@asjo.org")
         (signature-file "~/.signature.news")
	 )
	))


  Best regards,

-- 
 Det største problem ved usenet er, at dem man har            Adam Sjøgren
 i sin kill-file hele tiden skifter From:-linie          asjo@koldfront.dk


      parent reply	other threads:[~2003-10-20 18:40 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <m2he23pyjd.fsf@joelr.ellegon.com>
2003-10-20 18:38 ` Karl Pflästerer
2003-10-20 18:40 ` Adam Sjøgren [this message]

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=87k76zg3c3.fsf@virgil.koldfront.dk \
    --to=spamtrap@asjo.org \
    /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).