From debbugs-submit-bounces@debbugs.gnu.org Tue Apr 04 06:21:44 2017 Received: (at submit) by debbugs.gnu.org; 4 Apr 2017 10:21:44 +0000 Received: from localhost ([127.0.0.1]:59804 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cvLap-0006F3-SX for submit@debbugs.gnu.org; Tue, 04 Apr 2017 06:21:44 -0400 Received: from eggs.gnu.org ([208.118.235.92]:34291) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cvLao-0006Er-5T for submit@debbugs.gnu.org; Tue, 04 Apr 2017 06:21:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cvLai-0001I4-2a for submit@debbugs.gnu.org; Tue, 04 Apr 2017 06:21:37 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50 autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:55881) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cvLah-0001Ho-Vp for submit@debbugs.gnu.org; Tue, 04 Apr 2017 06:21:36 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53486) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cvLag-0001nE-OJ for bug-gnu-emacs@gnu.org; Tue, 04 Apr 2017 06:21:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cvLab-0001Ca-LM for bug-gnu-emacs@gnu.org; Tue, 04 Apr 2017 06:21:34 -0400 Received: from mail.gentoo.org ([2001:470:ea4a:1:5054:ff:fec7:86e4]:38069 helo=smtp.gentoo.org) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cvLab-0001Ap-FV for bug-gnu-emacs@gnu.org; Tue, 04 Apr 2017 06:21:29 -0400 Received: from a1i15.kph.uni-mainz.de (host2092.kph.uni-mainz.de [134.93.134.92]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: ulm) by smtp.gentoo.org (Postfix) with ESMTPSA id B45FE3413B7; Tue, 4 Apr 2017 10:21:25 +0000 (UTC) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <22755.29602.119054.445527@a1i15.kph.uni-mainz.de> Date: Tue, 4 Apr 2017 12:21:22 +0200 To: bug-gnu-emacs@gnu.org Subject: 25.2; smtpmail.el tries useless unauthenticated connection From: Ulrich Mueller X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.4 (----) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -4.4 (----) Some mail servers implement a policy that limits the number of concurrent or quasi-concurrent connections per host. The method how smtpmail.el connects to a server doesn't help to avoid such limits. In detail: smtpmail.el will always try an unauthenticated connection first by calling smtpmail-via-smtp without the ask-for-password argument. If the mail server allows only authenticated connections, it will reject the connection either with status 530 "auth required" or with status 554 "relaying denied". smtpmail-via-smtp catches these errors and subsequently calls itself, but now with ask-for-password set to t. However, if the server has implemented a policy as mentioned above, that retry may be enough to trip the limit and the second connection will be refused by the server. So could this be made configurable please, such that smtpmail will immediately try with an authenticated connection? AFAICS, this should be easily possible in either smtpmail-via-smtp or in its callers, by conditionally setting ask-for-password depending on some configuration variable. Currently I am working around the problem with an advice: (defadvice smtpmail-via-smtp (around always-ask-for-password (recipient smtpmail-text-buffer &optional ask-for-password) activate) (let ((ask-for-password t)) ad-do-it)) In GNU Emacs 25.2.1 (x86_64-pc-linux-gnu, X toolkit) of 2017-03-28 built on juno Windowing system distributor 'The X.Org Foundation', version 11.0.11903000 System Description: Gentoo Base System release 2.3 Configured using: 'configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --disable-dependency-tracking --disable-silent-rules --docdir=/usr/share/doc/emacs-25.2_rc2 --htmldir=/usr/share/doc/emacs-25.2_rc2/html --libdir=/usr/lib64 --program-suffix=-emacs-25 --infodir=/usr/share/info/emacs-25 --localstatedir=/var --enable-locallisppath=/etc/emacs:/usr/share/emacs/site-lisp --with-gameuser=:gamestat --without-compress-install --with-file-notification=inotify --enable-acl --with-dbus --without-modules --with-gpm --without-hesiod --without-kerberos --without-kerberos5 --with-xml2 --without-selinux --with-gnutls --without-wide-int --with-zlib --with-sound=alsa --with-x --without-ns --without-gconf --with-gsettings --without-toolkit-scroll-bars --with-gif --with-jpeg --with-png --with-rsvg --with-tiff --with-xpm --with-imagemagick --with-xft --without-cairo --with-libotf --with-m17n-flt --with-x-toolkit=lucid --with-xaw3d GENTOO_PACKAGE=app-editors/emacs-25.2_rc2 'CFLAGS=-march=core2 -ggdb -O2 -pipe' CPPFLAGS= 'LDFLAGS=-Wl,-O1 -Wl,--as-needed'' Configured features: XAW3D XPM JPEG TIFF GIF PNG RSVG IMAGEMAGICK SOUND GPM DBUS GSETTINGS NOTIFY ACL GNUTLS LIBXML2 FREETYPE M17N_FLT LIBOTF XFT ZLIB LUCID X11 Important settings: value of $LC_CTYPE: en_GB.UTF-8 value of $LANG: POSIX locale-coding-system: utf-8-unix From debbugs-submit-bounces@debbugs.gnu.org Fri Jul 26 06:17:33 2019 Received: (at 26359) by debbugs.gnu.org; 26 Jul 2019 10:17:33 +0000 Received: from localhost ([127.0.0.1]:40905 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hqxI4-0008MH-R5 for submit@debbugs.gnu.org; Fri, 26 Jul 2019 06:17:33 -0400 Received: from quimby.gnus.org ([80.91.231.51]:59110) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hqxI2-0008M6-AU for 26359@debbugs.gnu.org; Fri, 26 Jul 2019 06:17:30 -0400 Received: from cm-84.212.202.86.getinternet.no ([84.212.202.86] helo=marnie) by quimby.gnus.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1hqxHx-0005M6-Vc; Fri, 26 Jul 2019 12:17:28 +0200 From: Lars Ingebrigtsen To: Ulrich Mueller Subject: Re: bug#26359: 25.2; smtpmail.el tries useless unauthenticated connection References: <22755.29602.119054.445527@a1i15.kph.uni-mainz.de> Date: Fri, 26 Jul 2019 12:17:25 +0200 In-Reply-To: <22755.29602.119054.445527@a1i15.kph.uni-mainz.de> (Ulrich Mueller's message of "Tue, 4 Apr 2017 12:21:22 +0200") Message-ID: <87h879nlqi.fsf@mouse.gnus.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: Ulrich Mueller writes: > So could this be made configurable please, such that smtpmail will > immediately try with an authenticated connection? AFAICS, this should > be easily possible in either smtpmail-via-smtp or in its [...] Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 26359 Cc: 26359@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Ulrich Mueller writes: > So could this be made configurable please, such that smtpmail will > immediately try with an authenticated connection? AFAICS, this should > be easily possible in either smtpmail-via-smtp or in its callers, by > conditionally setting ask-for-password depending on some configuration > variable. Makes sense. I've now added smtpmail-servers-requiring-authorization to the trunk. -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Fri Jul 26 06:17:37 2019 Received: (at control) by debbugs.gnu.org; 26 Jul 2019 10:17:37 +0000 Received: from localhost ([127.0.0.1]:40908 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hqxI9-0008MZ-5N for submit@debbugs.gnu.org; Fri, 26 Jul 2019 06:17:37 -0400 Received: from quimby.gnus.org ([80.91.231.51]:59124) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hqxI7-0008MQ-3A for control@debbugs.gnu.org; Fri, 26 Jul 2019 06:17:35 -0400 Received: from cm-84.212.202.86.getinternet.no ([84.212.202.86] helo=marnie) by quimby.gnus.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1hqxI4-0005MD-HM for control@debbugs.gnu.org; Fri, 26 Jul 2019 12:17:34 +0200 Date: Fri, 26 Jul 2019 12:17:32 +0200 Message-Id: <87ftmtnlqb.fsf@mouse.gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #26359 X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: tags 26359 fixed close 26359 27.1 quit Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) tags 26359 fixed close 26359 27.1 quit From debbugs-submit-bounces@debbugs.gnu.org Fri Jul 26 08:13:01 2019 Received: (at 26359) by debbugs.gnu.org; 26 Jul 2019 12:13:01 +0000 Received: from localhost ([127.0.0.1]:41050 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hqz5p-00076b-I1 for submit@debbugs.gnu.org; Fri, 26 Jul 2019 08:13:01 -0400 Received: from eggs.gnu.org ([209.51.188.92]:54316) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hqz5n-00076L-UH for 26359@debbugs.gnu.org; Fri, 26 Jul 2019 08:13:00 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:46632) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hqz5g-0006Jr-1V; Fri, 26 Jul 2019 08:12:53 -0400 Received: from [176.228.60.248] (port=2790 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1hqz5d-0000MQ-DK; Fri, 26 Jul 2019 08:12:49 -0400 Date: Fri, 26 Jul 2019 15:12:43 +0300 Message-Id: <83lfwlm1tw.fsf@gnu.org> From: Eli Zaretskii To: Lars Ingebrigtsen In-reply-to: <87h879nlqi.fsf@mouse.gnus.org> (message from Lars Ingebrigtsen on Fri, 26 Jul 2019 12:17:25 +0200) Subject: Re: bug#26359: 25.2; smtpmail.el tries useless unauthenticated connection References: <22755.29602.119054.445527@a1i15.kph.uni-mainz.de> <87h879nlqi.fsf@mouse.gnus.org> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 26359 Cc: ulm@gentoo.org, 26359@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) > From: Lars Ingebrigtsen > Date: Fri, 26 Jul 2019 12:17:25 +0200 > Cc: 26359@debbugs.gnu.org > > I've now added smtpmail-servers-requiring-authorization to the > trunk. Please add a :version tag to it. Thanks. From debbugs-submit-bounces@debbugs.gnu.org Fri Jul 26 08:17:46 2019 Received: (at 26359) by debbugs.gnu.org; 26 Jul 2019 12:17:46 +0000 Received: from localhost ([127.0.0.1]:41064 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hqzAN-0000v2-Qc for submit@debbugs.gnu.org; Fri, 26 Jul 2019 08:17:46 -0400 Received: from quimby.gnus.org ([80.91.231.51]:60932) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hqzAM-0000uq-2u for 26359@debbugs.gnu.org; Fri, 26 Jul 2019 08:17:42 -0400 Received: from cm-84.212.202.86.getinternet.no ([84.212.202.86] helo=stories) by quimby.gnus.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1hqzAI-0006EX-2e; Fri, 26 Jul 2019 14:17:40 +0200 From: Lars Ingebrigtsen To: Eli Zaretskii Subject: Re: bug#26359: 25.2; smtpmail.el tries useless unauthenticated connection References: <22755.29602.119054.445527@a1i15.kph.uni-mainz.de> <87h879nlqi.fsf@mouse.gnus.org> <83lfwlm1tw.fsf@gnu.org> Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAAHlBMVEVDGyaAYHwTBgbAxJhV LjttRVJyk3cmCg+HgY+FcZBdBBhlAAACa0lEQVQ4jXWSQW/aQBCFp41d99iVcAW3FKXyGW2DODrN OunRlj2E3Fo5rNobRaA9o6jIOVoKEvtv+9Y2pEjpYBnv+3bezI5Nw/8EDYurImXy2E+4uFC8fs+f fs96X2kYe4G5oIUhouh8ZYZR9Ha4RIZPpFRgjrHK+mM5lnMqSDHfwjSC6szzspRSaoJ7A5xuYDH0 iJIGZHOeApgDQBgfwM81T+9OQbSWkjgfa512wHTABwhfAStUp40D30+sViUaBpBj/dCCdv/5tHRd 5Tnu8yXaPUzpsy6l1vQtl6W+Xf4zvrWWMCEFcBe1zTRncGAMKy+XD+aYEOHxRo/xI5qOOr0birnR 2tVQ00MBB5ZmuZg6HSA9DAixMA44XROnB31BLsy61C2YB52uvIRiCla6BVrPe0rdrhNib/YHL9M7 ApeaUqLChDnhwD8FEP+wEFwE747ARQ/vNwQIi84J4KP+ZfUzC5exCYt11YEfQoiB3QFsuL/hdFFt WyDCDEgkWTbiLOQ46G9/bre1IC4UCjsgGmBm26dBzQqfoQtIiIxVbD70Q2zuAAssCoZAq2fl/tyH m3A2qGv37BcxrXcMU2TAAF1ZG2OLG+JZLe5tLZhcS9BtTyUKJYPH2q3RVXMMxK6pQ748AtvGE0oi 41pCxFJQp9uK4wRdysmTtbCoG1Bbu6/cVOJrOZk0a/sCviScerIFgw44p2oUq+AMn3llG68XICc9 ugLYu9ItcHv2lZQj5scW1HbQgAoXQBgWeWtVt+3uqwrXo7wMi66GtVkHKgdG4Rt09Qq45LxtF3F/ AlwJWVU4+/4E7HqzBjQn+QsE/G/hesyz/wAAAABJRU5ErkJggg== Date: Fri, 26 Jul 2019 14:17:37 +0200 In-Reply-To: <83lfwlm1tw.fsf@gnu.org> (Eli Zaretskii's message of "Fri, 26 Jul 2019 15:12:43 +0300") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: Eli Zaretskii writes: >> I've now added smtpmail-servers-requiring-authorization to the >> trunk. > > Please add a :version tag to it. Sorry; I keep forgetting to do that... Fixed now. Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 26359 Cc: ulm@gentoo.org, 26359@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Eli Zaretskii writes: >> I've now added smtpmail-servers-requiring-authorization to the >> trunk. > > Please add a :version tag to it. Sorry; I keep forgetting to do that... Fixed now. -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Fri Jul 26 08:51:38 2019 Received: (at control) by debbugs.gnu.org; 26 Jul 2019 12:51:38 +0000 Received: from localhost ([127.0.0.1]:41108 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hqzhB-0003qW-VA for submit@debbugs.gnu.org; Fri, 26 Jul 2019 08:51:38 -0400 Received: from mail-io1-f54.google.com ([209.85.166.54]:41850) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hqzh9-0003qG-T5; Fri, 26 Jul 2019 08:51:36 -0400 Received: by mail-io1-f54.google.com with SMTP id j5so100381924ioj.8; Fri, 26 Jul 2019 05:51:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version; bh=tS8OLJPK8ruaWmI1qzGTF+h6UHPgSgPixUhhau4N4XQ=; b=FQppk8bRvUAZjdAiwXql1p4xmDwgxkQ+3ATyH61pzCnIqcJGNQTUe0F2CvfUzHrOE/ o6GMFCExxZLCYhjr8z3tEjpBi0QwrP2joJBteM5YgJZHxdJT6Y0cDgGK7tTpGdiuvZS0 1YCw1urfp0qZXUAgBJlYZC2tpyromwbyqgvQwbzfDOrCMovNEMUOFMmOkpQgZdLSXzBR qcRakl+AgI4wfD+FSS05yf+zE2nxr4FZWErW9J6KkgNYU3MmM0LXKeOcsk3J2CFSbGBu teVFSJEY8AZX8x3GruZ2Lr86HIm5XSXXZ6cuAgchlYp7SXi52jV6RM4weJ5lhI/MZys5 OPzQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version; bh=tS8OLJPK8ruaWmI1qzGTF+h6UHPgSgPixUhhau4N4XQ=; b=OVLPXn9eaNNp9MknMuePw8iTCA7YAzCm9HbudAZ9IKqSFqfEn4ytRLVIUfQ3uYxa2d c6V17lgpQTmyX82iTCMz4YhpZf9CZ9sS/jD6g39nlgTEZskRpKddsZQlME4j1simItZx mxC254Zj4LCl33fNaH+vgKuCpAlYTrBlYOSNN3kwjxvMMNWd767G/g2mB+K6Rbql3G5p n3+P808W6+xvSZicUz/4BhIeJcn7C6mauHs0aCl5/y2TJBHjKFIA87py3KCtpg/wKyru CLhPqx6iytMntNNFfu8B+DKPpsw40msqGErgyFnPAWHVgaCcyHBvv/FQtWfKOP6iu3ua P6rw== X-Gm-Message-State: APjAAAXit7tQJnOPKgjndNAP4nO1cxq4T6jGxuWnwE036SnTV8ucvzrD 3ou7atpXbZDcNFZIx0tnPjGljurV X-Google-Smtp-Source: APXvYqybi/ELpxXLsEUNvtg84JdqImwKoljJ4WzHGpnIVGEdNV0mjO1TvhXPvO4YBmzqBYODhVJGRg== X-Received: by 2002:a5d:8416:: with SMTP id i22mr62319300ion.248.1564145490162; Fri, 26 Jul 2019 05:51:30 -0700 (PDT) Received: from minid (cbl-45-2-119-34.yyz.frontiernetworks.ca. [45.2.119.34]) by smtp.gmail.com with ESMTPSA id s3sm43550632iob.49.2019.07.26.05.51.29 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Fri, 26 Jul 2019 05:51:29 -0700 (PDT) From: Noam Postavsky To: Stefan Monnier Subject: Re: bug#35682: 27.0.50; Weird failure to authenticate in smtpmail References: Date: Fri, 26 Jul 2019 08:51:28 -0400 In-Reply-To: (Stefan Monnier's message of "Sat, 11 May 2019 09:12:40 -0400") Message-ID: <87tvb9uffz.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.2.90 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: control Cc: 35682@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) forcemerge 26359 35682 quit Stefan Monnier writes: > + smtpmail-recipient-address-list tembuf > + ;; FIXME: It looks like I need this setting > + ;; otherwise my SMTP server signals a 453 error > + ;; because I'm not authenticated. > + t)) ;ask-for-password This can now be controlled with smtpmail-servers-requiring-authorization. From debbugs-submit-bounces@debbugs.gnu.org Fri Jul 26 09:19:50 2019 Received: (at control) by debbugs.gnu.org; 26 Jul 2019 13:19:50 +0000 Received: from localhost ([127.0.0.1]:41144 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hr08U-0006dH-8b for submit@debbugs.gnu.org; Fri, 26 Jul 2019 09:19:50 -0400 Received: from mail-wm1-f49.google.com ([209.85.128.49]:38503) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hr08S-0006d5-CR for control@debbugs.gnu.org; Fri, 26 Jul 2019 09:19:49 -0400 Received: by mail-wm1-f49.google.com with SMTP id s15so26318073wmj.3 for ; Fri, 26 Jul 2019 06:19:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:mail-copies-to:gmane-reply-to-list:date:message-id :mime-version; bh=lJHiAwSLWEOUOlOqUje5Bd5KzgAd0owHmy+5M8fCKV4=; b=r80EnYL7MQclzvni5d9KPrfwXfc7sEZ9SqaWGhugtRiVGLBIQp+uon6UpHqj25fy84 VOcip/SoIPp9M6g6T1lPJwtu3NHBoCgJ0iiIJt0qzsgdRVxaPOnXhc6EZeEZKCGrJG+q LD33sRiYFRUi0NbBqi9aJWombAAXNxasQc17cyAOTH4lulSNcyMDWvt0j9ogq0i97o+N dKCJJCRLfvJZgZUd9IywAu4KxVHWCiXQFufTEmqi45h4JdffSvnAYvuYVikDaBgocgDy HwlRvAtHID8YWZP9Zl9BWkpGPAuT4a8Q2mM87FLuXererprof5kylzYZSw7lK9wIv9kR 5FaA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:mail-copies-to:gmane-reply-to-list:date :message-id:mime-version; bh=lJHiAwSLWEOUOlOqUje5Bd5KzgAd0owHmy+5M8fCKV4=; b=oG2iKl6mjdK6ykIha6zGqWj0qagrIpLdn0EQN+qIhtqVSHMKo4WNMx8FRXXKz5aLIE oqUpaV1/N6JF/wVUT1voXyooFvX4QxNa1c9D8xD5qa0WWZhWjqMp1yuXVkfU0QCnRohR Q4SrhZjr29WtAkXXKQSZW9ssThSCxI7uhZ5BxpLeRcR9eZ9zeV2ZFlecAUr38V1FpyiM tgqehbCm6Iyt2LnKLonWQROvBXDg+rn7la34TC4AVLN1boAdFNboN8QsNAMpNG2BZrve gdQGdLgWR2jx7OZZ3ZMS+rqyiCRYsL+jneWRdzfHw97GW+rMJniFl2jdWQ7QgJ5bowBd U44g== X-Gm-Message-State: APjAAAXxFJRpAOLKfldpBsBzPP1su0RutAX6oLfzceb+Zy0hpw3RPmC3 BWhqcmg1Rr1t0XQNQVukTA1YEUba X-Google-Smtp-Source: APXvYqzr7MI1j+k6I2tId+uccM3zetDJ81HGF5kEupO3sBAMCvQ5IaWdiXFPoWfmhmeyvGLmi08gyw== X-Received: by 2002:a1c:7e90:: with SMTP id z138mr82541559wmc.128.1564147182009; Fri, 26 Jul 2019 06:19:42 -0700 (PDT) Received: from rpluim-mac ([149.5.228.1]) by smtp.gmail.com with ESMTPSA id g19sm96071084wrb.52.2019.07.26.06.19.41 for (version=TLS1_3 cipher=AEAD-AES256-GCM-SHA384 bits=256/256); Fri, 26 Jul 2019 06:19:41 -0700 (PDT) From: Robert Pluim To: control@debbugs.gnu.org X-Debbugs-No-Ack: yes Mail-Copies-To: never Gmane-Reply-To-List: yes Date: Fri, 26 Jul 2019 15:19:40 +0200 Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 2.0 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: forcemerge 26359 31990 quit Content analysis details: (2.0 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (rpluim[at]gmail.com) 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 SPF_PASS SPF: sender matches SPF record -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at https://www.dnswl.org/, no trust [209.85.128.49 listed in list.dnswl.org] 1.8 MISSING_SUBJECT Missing Subject: header 0.2 NO_SUBJECT Extra score for no subject X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 1.0 (+) forcemerge 26359 31990 quit From unknown Fri Aug 15 18:09:21 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sat, 24 Aug 2019 11:24:08 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator