From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/57039 Path: main.gmane.org!not-for-mail From: Wes Hardaker Newsgroups: gmane.emacs.gnus.general Subject: Re: message-send-mail-function, agent, and a day of work Date: Thu, 15 Apr 2004 13:35:57 -0700 Organization: Sparta Sender: ding-owner@lists.math.uh.edu Message-ID: References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1082061393 28658 80.91.224.253 (15 Apr 2004 20:36:33 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 15 Apr 2004 20:36:33 +0000 (UTC) Cc: ding@gnus.org Original-X-From: ding-owner+M5579@lists.math.uh.edu Thu Apr 15 22:36:23 2004 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BEDax-0007OS-00 for ; Thu, 15 Apr 2004 22:36:23 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1BEDak-0001Fk-00; Thu, 15 Apr 2004 15:36:10 -0500 Original-Received: from util2.math.uh.edu ([129.7.128.23]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1BEDag-0001Ff-00 for ding@lists.math.uh.edu; Thu, 15 Apr 2004 15:36:06 -0500 Original-Received: from justine.libertine.org ([66.139.78.221] ident=postfix) by util2.math.uh.edu with esmtp (Exim 4.30) id 1BEDad-0005q8-S3 for ding@lists.math.uh.edu; Thu, 15 Apr 2004 15:36:03 -0500 Original-Received: from wes.hardakers.net (adsl-66-127-127-227.dsl.scrm01.pacbell.net [66.127.127.227]) by justine.libertine.org (Postfix) with ESMTP id AEB1B3A0035 for ; Thu, 15 Apr 2004 15:36:01 -0500 (CDT) Original-Received: by wes.hardakers.net (Postfix, from userid 274) id BF71411D811; Thu, 15 Apr 2004 13:35:57 -0700 (PDT) Original-To: Kevin Greiner Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAAGFBMVEXotKX87e8eDA4GAQbQgmlzNycHAwizYkruzul2AAACaUlEQVR4nFXUTW/jIBAGYFI56jWutuq1S9b2dddW6dWtQFxbq4jzwq73Glmg+fv7DiT9QJGS+GEGhiER67TWEQ5CtOeh21ZcIIbmOPq5QvMZYlyV6u+/gsJLTSrGIL/CxEPxQuPAcP0JYlQsq3x5B3UJmUaEyB6yZ+CQ+pwXCzKsbXtbIhg4KtZypPz+AVGtlxH69c87qAqRY6Rc5QUmZMGeAj+TfVjjUwE1lflKys5JGXpM+V0hltqCJ0qL7Plkft4wRM6lxi5p3Wyy7O7fB8TgtdZivxy5rvAB6wSYhbA9vn+GOCaOEGJRPO2mHgk+q1Chyf0Up3AG0NjhOXI19ogEFziq6M+ZtN3kUZ13NW4qUCprC3CW668C06M5jihON1Vsjq8F1CPJB8LINNeQfscwxUEvAwM5Xghvsq2pBr3hnKhbDIrMS3cBRDx70uS9JW2dy667gM0AbZFFmyvn3GOBGB8wG9kppaSNz357LaCmUdtSny5LU9qeCrglvJmyH20TwkjnXQE0usscIWayCWZJ7OpZ4QbUVGRnhuTub3cMYRk99oSplDIfibzfn0FyXyk7z8XThuvC0P/dGCwee7O8aZJBmh0vPixy0NrYhDaR02aR3W0BbyT6h23OB5Hzybj+DOm5w6XCOZG13p5Oh/bursJVh9S+bBiFnPCDuntpcTH080AO+7GlW1i3bRphBM04dZ2dI6yMLjmGFqnIok/cB1YU8sJAACTeuHOd5+lumQHfDM6KyLqEm4aWkkcc1m4PqBewZxBZOg44lT+aJiexDteewb oiVhxAjSHxQwhiYJEdCR6tMN1/uckirDRNbsgAAAAASUVORK5CYII= In-Reply-To: (Kevin Greiner's message of "Thu, 15 Apr 2004 15:28:28 -0500") User-Agent: Gnus/5.110002 (No Gnus v0.2) XEmacs/21.5 (celeriac, linux) Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:57039 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:57039 >>>>> On Thu, 15 Apr 2004 15:28:28 -0500, Kevin Greiner said: Kevin> If you are truely changing your code to set Kevin> gnus-agent-send-mail-function then you going down the wrong Kevin> path. Your code will now break for those users who have turned Kevin> the agent off as gnus-agent-send-mail-function will never be Kevin> called. Sorry, I miss-led you. Thats only in my .gnus file. I haven't touched real gnus code yet at this point. Kevin> I'm going to assume that the mail in queue should be dispatched to Kevin> multiple smtp servers so that being offline is transparent to the Kevin> actual delivery. If that is the case, I believe that you'll need to Kevin> have the first message-send-hook put the selected smtp server into the Kevin> message as a header. The second message-send-hook could then decode, Kevin> and remove, the custom header. I actually was using a custom header at one point, but just reverted to checking the From: header which is really all I care about matching on. -- "In the bathtub of history the truth is harder to hold than the soap, and much more difficult to find." -- Terry Pratchett