From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/46632 Path: main.gmane.org!not-for-mail From: Clemens Fischer Newsgroups: gmane.emacs.gnus.general Subject: Re: envelope sender, qmail Date: Sat, 21 Sep 2002 19:13:15 +0200 Sender: owner-ding@hpc.uh.edu Message-ID: References: <8z1x64cw.fsf@ID-23066.news.dfncis.de> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1032631824 15580 127.0.0.1 (21 Sep 2002 18:10:24 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sat, 21 Sep 2002 18:10:24 +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 17sohs-00042q-00 for ; Sat, 21 Sep 2002 20:10:17 +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 17soeq-0000UA-00; Sat, 21 Sep 2002 13:07:08 -0500 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Sat, 21 Sep 2002 13:07:47 -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 NAA04966 for ; Sat, 21 Sep 2002 13:07:35 -0500 (CDT) Original-Received: (qmail 26906 invoked by alias); 21 Sep 2002 18:06:46 -0000 Original-Received: (qmail 26901 invoked from network); 21 Sep 2002 18:06:45 -0000 Original-Received: from main.gmane.org (80.91.224.249) by gnus.org with SMTP; 21 Sep 2002 18:06:45 -0000 Original-Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 17soeQ-0003s0-00 for ; Sat, 21 Sep 2002 20:06:42 +0200 Original-To: ding@gnus.org X-Injected-Via-Gmane: http://gmane.org/ Original-Received: from news by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 17soeQ-0003rr-00 for ; Sat, 21 Sep 2002 20:06:42 +0200 Original-Path: ID-23066.news.dfncis.de!not-for-mail Original-Lines: 23 Original-NNTP-Posting-Host: p3e9baaeb.dip.t-dialin.net Original-X-Trace: main.gmane.org 1032631602 14870 62.155.170.235 (21 Sep 2002 18:06:42 GMT) Original-X-Complaints-To: usenet@main.gmane.org Original-NNTP-Posting-Date: Sat, 21 Sep 2002 18:06:42 +0000 (UTC) Mail-Copies-To: nobody User-Agent: Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.2 (i386--freebsd) Cancel-Lock: sha1:8n6xjkUkphKsIBq75LWyX9AT83k= Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:46632 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:46632 prj@po.cwru.edu (Paul Jarc) writes: > Now that you have said this, the solution is immediately clear to me. > address is only used for From, AFAIK. This should work: > ("Return-Path" "your@address") i tried that, because qmail-inject(8) seems to indicate that it should work, but it did not. the actual sender remained the one from `user-mail-address' set in .emacs, which is the same as in the environment variables $MAILUSER@$MAILHOST. i carefully checked for environment variables influencing qmail-inject. these two are on the lower end of qmails preference list, so that i could override them in scripts. the only thing left to do, short of running strace or a debugger, were running qmail-inject with `-n', but i'd need to capture its output in that case. i don't know how to do this in a life environemnt, and i'm not that interested in this problem to set `message-qmail-inject- program' to a script just for testing. some day somebody will find out :) clemens