Gnus development mailing list
 help / color / mirror / Atom feed
From: Frank Tegtmeyer <fte@fte.to>
Subject: Re: gnus+qmail:  set envelope sender?
Date: 12 Sep 2002 11:59:28 +0200	[thread overview]
Message-ID: <m3d6rjplz3.fsf@teg.local> (raw)
In-Reply-To: <znuoexir.fsf@ID-23066.news.dfncis.de>

clemens fischer <ino@despammed.com> writes:

> so how do i make gnus make qmail-inject make the envelope sender from
> the message headers somehow?  my posting-styles now specify
> Envelope-Sender, Return-Path and Sender, but that doesn't work.

Hm. It works for me. In .gnus I have:

;; Notwendig fuer qmail-inject
(setq gnus-posting-styles
  '( 
     (".*"
       ("Return-Path" "fte@fte.to")
     )
   )
) 

(setq message-from-style 'angles)
(setq user-mail-address "fte@fte.to") 
(setq mail-host-address "fte.to")

(setq message-send-mail-function 'message-send-mail-with-qmail)
(setq message-qmail-inject-program "/var/qmail/bin/qmail-inject")
(setq message-qmail-inject-args '("-h") )


So "normally" I use fte@fte.to.

Example for a special group setting:

((timestamp 15744 25869)
 (to-address . "qmail@list.cr.yp.to")
 (to-list . "qmail@list.cr.yp.to")
 (auto-expire . t)
 (expiry-wait . 14)
 (posting-style
  (address "fte-sub-qmail@fte.to")
  (return-path "fte-sub-qmail@fte.to")))


Regards, Frank



  parent reply	other threads:[~2002-09-12  9:59 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 [this message]
2002-09-12 15:23 ` Paul Jarc
2002-09-12 23:21   ` Clemens Fischer
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=m3d6rjplz3.fsf@teg.local \
    --to=fte@fte.to \
    /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).