From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/85152 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: Sat, 18 Oct 2014 04:37:48 +0400 Message-ID: References: <87wq7yllo0.fsf@reader.local.lan> <874mv2nzro.fsf@reader.local.lan> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1413592725 9828 80.91.229.3 (18 Oct 2014 00:38:45 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 18 Oct 2014 00:38:45 +0000 (UTC) Cc: ding@gnus.org To: Harry Putnam Original-X-From: ding-owner+M33396@lists.math.uh.edu Sat Oct 18 02:38:40 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 1XfI2Z-0007nm-6r for ding-account@gmane.org; Sat, 18 Oct 2014 02:38:39 +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 1XfI1u-0005KM-So; Fri, 17 Oct 2014 19:37:58 -0500 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1XfI1t-0005Jx-5w for ding@lists.math.uh.edu; Fri, 17 Oct 2014 19:37:57 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtps (TLSv1:AES128-SHA:128) (Exim 4.76) (envelope-from ) id 1XfI1s-0006g3-3q for ding@lists.math.uh.edu; Fri, 17 Oct 2014 19:37:56 -0500 Original-Received: from out2-smtp.messagingengine.com ([66.111.4.26]) by quimby.gnus.org with esmtp (Exim 4.80) (envelope-from ) id 1XfI1q-0008Gg-Df for ding@gnus.org; Sat, 18 Oct 2014 02:37:54 +0200 Original-Received: from compute6.internal (compute6.nyi.internal [10.202.2.46]) by gateway2.nyi.internal (Postfix) with ESMTP id 4231C206B1 for ; Fri, 17 Oct 2014 20:37:51 -0400 (EDT) Original-Received: from frontend2 ([10.202.2.161]) by compute6.internal (MEProxy); Fri, 17 Oct 2014 20:37:51 -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=+wT5wcESbxHb dGFJ9hj3dYAgY9M=; b=UwpdJx6N3kWZBoikGtKqAAu4fOJxgqFSqPfAt573L+7S hPZ1D89wgq0W984WHbMKQil2Yr5Rjo6CZErHnMp1M6caCZ4VRnd+66/lfFMlWUYv +GLQbyq+R7lTzJJcamKixTB/fsjY3z1ZH8fQEEgCUn0RKrhMz+/yKhwLVuf3qtQ= 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=+wT5wcESbxHbdGFJ9hj3dYAgY9M=; b=BIiZc3FlNgGx60JQ8BRA bpmx7pCxGs32+mk2YsBtRqFJsC7ImGUaqg2JPf4YmPV/cwcz4W4jzY3WZ/q/rkfy XJy02x4wSbCkz8aARZnf3lmSD2n/3EeWET84E4CrggKcalm3vOjXLhVdUhWWJFgp yKrQAJDagXEU0JDJQdC4iAA= X-Sasl-enc: XWdjir3iiFHuY2S11CR6OQnmdsBX7BIhWOsGc6UoKwuv 1413592670 Original-Received: from fgunbin.local (unknown [178.66.145.57]) by mail.messagingengine.com (Postfix) with ESMTPA id 9689E6801A1; Fri, 17 Oct 2014 20:37:50 -0400 (EDT) In-Reply-To: <874mv2nzro.fsf@reader.local.lan> (Harry Putnam's message of "Fri, 17 Oct 2014 17:37:47 -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:85152 Archived-At: Harry, On 18/10/2014 01:37 +0400, Harry Putnam wrote: > Filipp Gunbin writes: > >> C-h v smtpmail-debug-info > > Haven't found anything about that on couple of different hosts running > emacs-24.3 > > Is that something new or do I need something particular loaded to see > it? > > I checked emacs.info with Index search with no luck either. Check the file list/mail/smtpmail.el in the emacs installation directory. It should be there. Maybe that variable appeared very recently, but I don't think so. Setting that variable to `t' should give you what you want. -- Filipp