Gnus development mailing list
 help / color / mirror / Atom feed
From: Clemens Fischer <ino@despammed.com>
Subject: Re: gnus+qmail:  set envelope sender?
Date: Fri, 13 Sep 2002 01:21:21 +0200	[thread overview]
Message-ID: <lm66aj66.fsf@ID-23066.news.dfncis.de> (raw)
In-Reply-To: <m3ptvj8c4u.fsf@multivac.cwru.edu>

prj@po.cwru.edu (Paul Jarc) writes:

> The qmail-inject man page doesn't mention Envelope-Sender.

but it mentions Return-Path.

> Are you passing -f?  Or do you have "s" included in $QMAILINJECT?

i had not, but i experimented with `s' also.

> Can you show us your posting-style setting?

i'm glad you asked, because i've got the solution in there :)

(setq gnus-posting-styles
      '((".*"
	 (name "clemens fischer")
	 (signature "clemens")
	 (address
           (cadr (setq message-qmail-inject-args `("-f" ,user-mail-address))))
        )
	((header "Newsgroups" ".")
	 ("Mail-Copies-To" "nobody")
	 (name "Clemens Fischer")
	 (address
           (cadr (setq message-qmail-inject-args '("-f" "ino@despammed.com"))))
	 (signature "clemens")
	)
        ; [...]
))

> paul

btw, how do i get rid of the signature separator "^-- \n" without
getting gnus washing and hiding into trouble?  i usually sign with my
first name, if at all, but for this i wouldn't need it.

-- 
clemens





  reply	other threads:[~2002-09-12 23:21 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-09-12  2:45 clemens fischer
2002-09-12  8:41 ` Kai Großjohann
2002-09-12  9:59 ` Frank Tegtmeyer
2002-09-12 15:23 ` Paul Jarc
2002-09-12 23:21   ` Clemens Fischer [this message]
2002-09-13 19:58     ` signature separator (was: " Paul Jarc
2002-09-16 11:36       ` signature separator Reiner Steib
2002-09-13 20:25     ` gnus+qmail: set envelope sender? Kai Großjohann
2002-09-14 17:59       ` Clemens Fischer
2002-09-15 14:54         ` Kai Großjohann

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=lm66aj66.fsf@ID-23066.news.dfncis.de \
    --to=ino@despammed.com \
    /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).