From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/85150 Path: news.gmane.org!not-for-mail From: Filipp Gunbin Newsgroups: gmane.emacs.gnus.general Subject: Re: Any way to captuer smtp output when sending mail? Date: Fri, 17 Oct 2014 20:36:55 +0400 Message-ID: References: <87wq7yllo0.fsf@reader.local.lan> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1413563850 11819 80.91.229.3 (17 Oct 2014 16:37:30 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 17 Oct 2014 16:37:30 +0000 (UTC) Cc: ding@gnus.org To: Harry Putnam Original-X-From: ding-owner+M33394@lists.math.uh.edu Fri Oct 17 18:37:24 2014 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1XfAWp-0003O4-6S for ding-account@gmane.org; Fri, 17 Oct 2014 18:37:23 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1XfAWa-0003Cv-MA; Fri, 17 Oct 2014 11:37:08 -0500 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1XfAWY-0003CV-4N for ding@lists.math.uh.edu; Fri, 17 Oct 2014 11:37:06 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtps (TLSv1:AES128-SHA:128) (Exim 4.76) (envelope-from ) id 1XfAWV-0002Vl-LF for ding@lists.math.uh.edu; Fri, 17 Oct 2014 11:37:06 -0500 Original-Received: from out2-smtp.messagingengine.com ([66.111.4.26]) by quimby.gnus.org with esmtp (Exim 4.80) (envelope-from ) id 1XfAWT-0003bI-D8 for ding@gnus.org; Fri, 17 Oct 2014 18:37:01 +0200 Original-Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by gateway2.nyi.internal (Postfix) with ESMTP id F36B72088F for ; Fri, 17 Oct 2014 12:36:57 -0400 (EDT) Original-Received: from frontend2 ([10.202.2.161]) by compute4.internal (MEProxy); Fri, 17 Oct 2014 12:36:57 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=fastmail.fm; h= x-sasl-enc:from:to:cc:subject:references:date:in-reply-to :message-id:mime-version:content-type; s=mesmtp; bh=OsqRv8aVZKLg vpP2wPFsfLiiepg=; b=UWUYMplAuuDZSc2dSAF1p7WhEJHlMC3lVWumlaLm25uQ cP2s3CXaShiTXSlXo8x4bYkISzxvs9EN0HUyEnJE0gPci/pd1/b0tKhyUlCSxDjM C2OvJA/3LZzlueHM5DB0bbYbytTXVOLeHKP9GqNxQUbZZHqhugW7Qawcc34xskI= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=x-sasl-enc:from:to:cc:subject:references :date:in-reply-to:message-id:mime-version:content-type; s= smtpout; bh=OsqRv8aVZKLgvpP2wPFsfLiiepg=; b=B8pWUoyiganA5NP3SBqj mDptzQ+s1SCCyZ+DTS/GaoowJiHFoY/tveVfpH5XCGVFiqFVYA3Mr72Lob+wlH2/ sDaAI8sf8uMFmMpIwzlB1WWy7i99Ef3uDsbM2qAPqX0SMBdWDPZpJ8rBamuit7zK dbItRGSkFyLIp0XvLZ3slZA= X-Sasl-enc: 7WgMvbPf+GJEdczIjNXa6Qp1t/4um20fkFNmN+/X6fhQ 1413563817 Original-Received: from fgunbin.local (unknown [94.25.218.10]) by mail.messagingengine.com (Postfix) with ESMTPA id 3D4916801B5; Fri, 17 Oct 2014 12:36:57 -0400 (EDT) In-Reply-To: <87wq7yllo0.fsf@reader.local.lan> (Harry Putnam's message of "Fri, 17 Oct 2014 12:13:03 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.93 (darwin) X-Spam-Score: -3.0 (---) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:85150 Archived-At: Hi, On 17/10/2014 20:13 +0400, Harry Putnam wrote: > How would I go about sending mail in such a way as to capture the smtp > output like one can do with `mailx -v' > > I'd like to collect that smtp output in a buffer as I send mail. C-h v smtpmail-debug-info -- Filipp