From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/39127 Path: main.gmane.org!not-for-mail From: Chris Shenton Newsgroups: gmane.emacs.gnus.general Subject: mail-sources POP sets envelop from to :server, breaks stuff Date: 03 Oct 2001 16:19:31 -0400 Sender: owner-ding@hpc.uh.edu Message-ID: <877kucpjcc.fsf@thanatos.shenton.org> References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035174883 26183 80.91.224.250 (21 Oct 2002 04:34:43 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 04:34:43 +0000 (UTC) Return-Path: Original-Received: (qmail 19828 invoked from network); 3 Oct 2001 20:22:45 -0000 Original-Received: from malifon.math.uh.edu (mail@129.7.128.13) by mastaler.com with SMTP; 3 Oct 2001 20:22:45 -0000 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 15osUv-0006mh-00; Wed, 03 Oct 2001 15:20:05 -0500 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Wed, 03 Oct 2001 15:19:42 -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 PAA00898 for ; Wed, 3 Oct 2001 15:19:29 -0500 (CDT) Original-Received: (qmail 19782 invoked by alias); 3 Oct 2001 20:19:34 -0000 Original-Received: (qmail 19777 invoked from network); 3 Oct 2001 20:19:34 -0000 Original-Received: from a3.ebbed1.client.atlantech.net (HELO Thanatos.Shenton.Org) (209.190.235.163) by gnus.org with SMTP; 3 Oct 2001 20:19:33 -0000 Original-Received: (qmail 47008 invoked by uid 1000); 3 Oct 2001 20:19:31 -0000 Original-To: ding@gnus.org In-Reply-To: Original-Lines: 31 User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:39127 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:39127 I was subscribing to a mailing list and wondered why it didn't work, acted like the address I was coming from was wrong. Upon further investigation, it was setting the SMTP envelop From to "chris@hq.nasa.gov". Turns out it was getting this from a recently added mail-sources clause, which I recently added to get my mail via POP from my work: (setq mail-sources '((maildir :plugged t) ; qmail ~/Maildir/ default (file :path "/home/chris/Mailbox" :plugged t) ; qmail mbox (NOT maildir) (directory :path "/home/chris/newsfish/" :suffix "" :plugged t) ;; Seems to set envelop FROM to chris@mail.hq.nasa.gov ;(pop :server "mail.hq.nasa.gov" ; :user "cshenton" ; :password "don'task" ; :authentication 'apop) ) Interestingly it did NOT set the envelop From addr to be "cshenton@mail.hq.nasa.gov", but "chris" (my local box with Gnus account). Why is it doing this? How can I prevent it? I'm guessing it expects that if I use POP, I'd have to use an address on the POP server's domain to relay mail. But in this case I'm slurping mail from multiple sources, not sending it out via POP. Suggestions?