From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/46504 Path: main.gmane.org!not-for-mail From: Frank Tegtmeyer Newsgroups: gmane.emacs.gnus.general Subject: Re: gnus+qmail: set envelope sender? Date: 12 Sep 2002 11:59:28 +0200 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1031824873 9436 127.0.0.1 (12 Sep 2002 10:01:13 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 12 Sep 2002 10:01:13 +0000 (UTC) Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 17pQmc-0002Rq-00 for ; Thu, 12 Sep 2002 12:01:11 +0200 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 17pQmE-0000xH-00; Thu, 12 Sep 2002 05:00:46 -0500 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Thu, 12 Sep 2002 05:01:22 -0500 (CDT) Original-Received: from sclp3.sclp.com (qmailr@sclp3.sclp.com [209.196.61.66]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id FAA13921 for ; Thu, 12 Sep 2002 05:01:10 -0500 (CDT) Original-Received: (qmail 27649 invoked by alias); 12 Sep 2002 10:00:28 -0000 Original-Received: (qmail 27644 invoked from network); 12 Sep 2002 10:00:28 -0000 Original-Received: from unknown (HELO mail.zindler.com) (mtrncpe@217.160.107.148) by gnus.org with SMTP; 12 Sep 2002 10:00:28 -0000 Original-Received: (qmail 8471 invoked from network); 12 Sep 2002 10:00:48 -0000 Original-Received: from pd9e09dc8.dip.t-dialin.net (217.224.157.200) by mail.zindler.com with QMTP; 12 Sep 2002 10:00:48 -0000 Original-Received: (qmail 3589 invoked by uid 500); 12 Sep 2002 09:59:28 -0000 Mail-Followup-To: ding@gnus.org Original-To: ding@gnus.org X-Face: dU\mXwf?KS(Sx?0y(1{8c=3W~Z,S+bzMe26W8YMmm7]9>tU:erm1G3NT,L"kwEQUZA]SPG& (s=v$)Gr@uS4HOlG2]k5 In-Reply-To: Original-Lines: 41 User-Agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Artificial Intelligence) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:46504 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:46504 clemens fischer 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