From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Alexander Shukaev Newsgroups: gmane.emacs.help Subject: Re: Can't send e-mail via `smtpmail' Date: Mon, 13 Jul 2015 13:27:37 +0200 Message-ID: References: <83wpy589dg.fsf@gnu.org> <83si8t87tc.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1436786907 20322 80.91.229.3 (13 Jul 2015 11:28:27 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 13 Jul 2015 11:28:27 +0000 (UTC) Cc: help-gnu-emacs To: Eli Zaretskii Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Jul 13 13:28:22 2015 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1ZEbuF-0007L2-BO for geh-help-gnu-emacs@m.gmane.org; Mon, 13 Jul 2015 13:28:19 +0200 Original-Received: from localhost ([::1]:54162 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZEbuE-0004Ug-R7 for geh-help-gnu-emacs@m.gmane.org; Mon, 13 Jul 2015 07:28:18 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:53190) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZEbtc-0003qH-ID for help-gnu-emacs@gnu.org; Mon, 13 Jul 2015 07:27:41 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZEbtb-00074D-T4 for help-gnu-emacs@gnu.org; Mon, 13 Jul 2015 07:27:40 -0400 Original-Received: from mail-lb0-x22b.google.com ([2a00:1450:4010:c04::22b]:35646) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZEbta-00073k-2r; Mon, 13 Jul 2015 07:27:38 -0400 Original-Received: by lblf12 with SMTP id f12so53260781lbl.2; Mon, 13 Jul 2015 04:27:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=jyX4a3dh/C4K1VE1oVscKsHixDLiwSMC/M3HsVF02tc=; b=MXtMlDNxWQZDCZyaZCAdciuuD3ZDpoKjXv+CzFneaLkmRQXpDdJZ3683Pe7DP5dTi5 OL20N9ZqyLv3ak9+B1DoQGFr5knle202OJaLhjPuQa79PVs+c5M3pNKgv5QWm6TBzZr2 THDT4rGPmYsfUxbWDv+HuROADs+SggS72B32E47yYfHw9as9IvHVtcbCu4sRO5henkZB RejMF2fz/0zkIX4+Bytq25fCJtgojGQK8SlW0WbRhC0tG6sraGQod0kkKsJrMXPj+dpK wNE1yfUL2aSDzLJp+/6Z5h5IGqu8hQaT5i6i6wligYNW1klxKIGiMvI7cK4mYLiaTdr7 4ueQ== X-Received: by 10.152.2.38 with SMTP id 6mr32351456lar.80.1436786857072; Mon, 13 Jul 2015 04:27:37 -0700 (PDT) Original-Received: by 10.112.46.165 with HTTP; Mon, 13 Jul 2015 04:27:37 -0700 (PDT) In-Reply-To: <83si8t87tc.fsf@gnu.org> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c04::22b X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:105678 Archived-At: > Is smtpmail-send-it at all invoked in this scenario? Or does the > failure happen before it is called? > I've tried `edebug-defun' on `smtpmail-send-it' and it throws me there every time I try to send a message, so it must happen after that. In any case, `smtpmail' debug facilities didn't provide any info (the trace buffer is empty). What do we do now?