From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/46532 Path: main.gmane.org!not-for-mail From: Clemens Fischer Newsgroups: gmane.emacs.gnus.general Subject: Re: gnus+qmail: set envelope sender? Date: Fri, 13 Sep 2002 01:21:21 +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 1031946453 12241 127.0.0.1 (13 Sep 2002 19:47:33 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 13 Sep 2002 19:47:33 +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 17pwPc-0003BG-00 for ; Fri, 13 Sep 2002 21:47:32 +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 17pwNn-0001gQ-00; Fri, 13 Sep 2002 14:45:39 -0500 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Fri, 13 Sep 2002 14:46:15 -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 OAA17543 for ; Fri, 13 Sep 2002 14:46:00 -0500 (CDT) Original-Received: (qmail 1950 invoked by alias); 13 Sep 2002 19:45:14 -0000 Original-Received: (qmail 1945 invoked from network); 13 Sep 2002 19:45:13 -0000 Original-Received: from main.gmane.org (80.91.224.249) by gnus.org with SMTP; 13 Sep 2002 19:45:13 -0000 Original-Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 17pwN8-00033G-00 for ; Fri, 13 Sep 2002 21:44:58 +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 17pwN8-000335-00 for ; Fri, 13 Sep 2002 21:44:58 +0200 Original-Path: ID-23066.news.dfncis.de!not-for-mail Original-Lines: 39 Original-NNTP-Posting-Host: p3ee27da4.dip.t-dialin.net Original-X-Trace: main.gmane.org 1031946297 11486 62.226.125.164 (13 Sep 2002 19:44:57 GMT) Original-X-Complaints-To: usenet@main.gmane.org Original-NNTP-Posting-Date: Fri, 13 Sep 2002 19:44:57 +0000 (UTC) Mail-Copies-To: nobody User-Agent: Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.2 (i386--freebsd) Cancel-Lock: sha1:ik1fHNlOUCtYHzFSMiwhfvTbGMM= Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:46532 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:46532 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