From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/85900 Path: news.gmane.org!not-for-mail From: Eric S Fraga Newsgroups: gmane.emacs.gnus.general Subject: error sending emails via Yahoo! mail Date: Fri, 1 May 2015 09:41:24 +0100 Organization: CPSE, Department of Chemical Engineering, University College London (UCL) Message-ID: <87fv7gbsgb.fsf@ucl.ac.uk> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1430469774 5036 80.91.229.3 (1 May 2015 08:42:54 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 1 May 2015 08:42:54 +0000 (UTC) To: Original-X-From: ding-owner+M34135@lists.math.uh.edu Fri May 01 10:42:43 2015 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from lists1.math.uh.edu ([129.7.128.208]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Yo6Wv-0002lu-Uu for ding-account@gmane.org; Fri, 01 May 2015 10:42:42 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by lists1.math.uh.edu with smtp (Exim 4.84) (envelope-from ) id 1Yo6W0-0006VN-0e; Fri, 01 May 2015 03:41:44 -0500 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by lists1.math.uh.edu with esmtps (TLSv1.2:AES128-GCM-SHA256:128) (Exim 4.84) (envelope-from ) id 1Yo6Vv-0006Uw-TP for ding@lists.math.uh.edu; Fri, 01 May 2015 03:41:39 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtps (TLSv1.2:DHE-RSA-AES128-SHA:128) (Exim 4.84) (envelope-from ) id 1Yo6Vu-0007xt-1D for ding@lists.math.uh.edu; Fri, 01 May 2015 03:41:39 -0500 Original-Received: from mail-am1on0123.outbound.protection.outlook.com ([157.56.112.123] helo=emea01-am1-obe.outbound.protection.outlook.com) by quimby.gnus.org with esmtps (TLS1.2:RSA_AES_256_CBC_SHA256:256) (Exim 4.80) (envelope-from ) id 1Yo6Vq-0008Hz-ID for ding@gnus.org; Fri, 01 May 2015 10:41:34 +0200 Authentication-Results: gnus.org; dkim=none (message not signed) header.d=none; Original-Received: from localhost (95.149.137.204) by AM3PR01MB0647.eurprd01.prod.exchangelabs.com (25.160.4.14) with Microsoft SMTP Server (TLS) id 15.1.148.16; Fri, 1 May 2015 08:41:28 +0000 X-Url: http://www.ucl.ac.uk/~ucecesf/ Mail-Followup-To: ding@gnus.org User-Agent: Gnus/5.130012 (Ma Gnus v0.12) Emacs/25.0.50 (gnu/linux) X-Originating-IP: [95.149.137.204] X-ClientProxiedBy: AM3PR03CA021.eurprd03.prod.outlook.com (10.141.191.149) To AM3PR01MB0647.eurprd01.prod.exchangelabs.com (25.160.4.14) X-Microsoft-Antispam: UriScan:;BCL:0;PCL:0;RULEID:;SRVR:AM3PR01MB0647; X-UCLLIVE-SCLRULE: HASRUN X-Microsoft-Antispam-PRVS: X-Exchange-Antispam-Report-Test: UriScan:; X-Exchange-Antispam-Report-CFA-Test: BCL:0;PCL:0;RULEID:(601004)(5005006)(3002001);SRVR:AM3PR01MB0647;BCL:0;PCL:0;RULEID:;SRVR:AM3PR01MB0647; X-Forefront-PRVS: 0563F2E8B7 X-Forefront-Antispam-Report: SFV:NSPM;SFS:(10019020)(6069001)(6009001)(377424004)(164054003)(76506005)(450100001)(50466002)(5001960100002)(77156002)(36756003)(62966003)(74826001)(42186005)(66066001)(46102003)(74482002)(2351001)(83506001)(86362001)(33646002)(47776003)(87976001)(229853001)(40100003)(4001350100001)(50986999)(48376002)(54356999)(110136002)(122386002)(92566002)(107886002);DIR:OUT;SFP:1102;SCL:1;SRVR:AM3PR01MB0647;H:localhost;FPR:;SPF:None;MLV:sfv;LANG:en; X-OriginatorOrg: ucl.ac.uk X-MS-Exchange-CrossTenant-OriginalArrivalTime: 01 May 2015 08:41:28.9298 (UTC) X-MS-Exchange-CrossTenant-FromEntityHeader: Hosted X-MS-Exchange-Transport-CrossTenantHeadersStamped: AM3PR01MB0647 X-Spam-Score: -2.1 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:85900 Archived-At: Hi, with an up to date (from git) gnus, I get the following error whenever I try to send an email via Yahoo! mail: ,---- | Debugger entered--Lisp error: (wrong-type-argument stringp nil) | string-match("^[^:]+:" nil) | nnimap-retrieve-group-data-early("yahoo" (nil)) | nnimap-request-group("Sent" "yahoo" t nil) | gnus-request-group("nnimap+yahoo:Sent" t "nnimap:yahoo") | gnus-inews-do-gcc() | gnus-agent-possibly-do-gcc() | run-hooks(message-sent-hook) | message-send(nil) | message-send-and-exit(nil) | funcall-interactively(message-send-and-exit nil) | call-interactively(message-send-and-exit nil nil) | command-execute(message-send-and-exit) `---- The email does get sent; it's the GCC element of sending that fails. This has been happening for some time now. I seldom use Yahoo! for sending emails so cannot be sure for how long, however. What silly thing am I doing? Thanks, eric -- : Eric S Fraga, GnuPG: 0xFFFCF67D : in Emacs 25.0.50.1 + Ma Gnus v0.12 + evil-git-4892acc : BBDB version 3.1.2 (2014-05-06 11:45:08 -0500)