From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/81038 Path: news.gmane.org!not-for-mail From: Richard Riley Newsgroups: gmane.emacs.gnus.general Subject: Re: gnus smtp and gmail app specific permissions Date: Tue, 31 Jan 2012 06:51:47 +0000 Organization: aich tea tea pea dicky riley dot net Message-ID: References: <8ky5t12isd.fsf@news.eternal-september.org> <87wr8ksskz.fsf@kepler.lan> Reply-To: ding@gnus.org NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1327992776 16675 80.91.229.3 (31 Jan 2012 06:52:56 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 31 Jan 2012 06:52:56 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M29319@lists.math.uh.edu Tue Jan 31 07:52:56 2012 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 1Rs7aJ-000240-P8 for ding-account@gmane.org; Tue, 31 Jan 2012 07:52:56 +0100 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 1Rs7Zj-0001XJ-Vs; Tue, 31 Jan 2012 00:52:20 -0600 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 1Rs7ZV-0001X1-5P for ding@lists.math.uh.edu; Tue, 31 Jan 2012 00:52:05 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.76) (envelope-from ) id 1Rs7ZT-0004ur-AP for ding@lists.math.uh.edu; Tue, 31 Jan 2012 00:52:04 -0600 Original-Received: from plane.gmane.org ([80.91.229.3]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1Rs7ZQ-0002gf-GI for ding@gnus.org; Tue, 31 Jan 2012 07:52:00 +0100 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Rs7ZO-0001Yl-03 for ding@gnus.org; Tue, 31 Jan 2012 07:51:58 +0100 Original-Received: from client-86-29-145-10.glfd-bam-2.adsl.virginmedia.com ([86.29.145.10]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 31 Jan 2012 07:51:57 +0100 Original-Received: from rileyrg by client-86-29-145-10.glfd-bam-2.adsl.virginmedia.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 31 Jan 2012 07:51:57 +0100 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: ding@gnus.org Original-Lines: 19 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: client-86-29-145-10.glfd-bam-2.adsl.virginmedia.com Mail-Copies-To: never User-Agent: Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.93 (gnu/linux) Cancel-Lock: sha1:bv+RPzlAW+/L0uUk+q8Q5Tc3p0Q= X-Spam-Score: -1.0 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:81038 Archived-At: Leonidas Tsampros writes: > > (setq smtp-accounts > '((plain "ltsampros@gmail.com" "smtp.gmail.com" 587 nil nil))) > > I really don't know/remember why it works and why it gets the password > from my .authinfo.gpg (smtpmail magic?) but I'm pretty sure this setup > works here. > > I searched for any special code around but didn't notice anything wrt > to authsource. Hi, Could you post your supporting code for this please. The code in the wiki (http://www.emacswiki.org/emacs/MultipleSMTPAccounts) doesnt work for me : its failing to get the from address from the mail buffer and I cant pin point why (I have gnuis posting styles set correctly). The string-match in change-smtp is saying address is nil.