From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/86950 Path: news.gmane.org!not-for-mail From: Ted Zlatanov Newsgroups: gmane.emacs.gnus.general Subject: Re: gnus-treat-from-gravatar hang Date: Mon, 07 Mar 2016 08:39:10 -0500 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Message-ID: <877fhe5rwh.fsf@lifelogs.com> References: Reply-To: ding@gnus.org NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1457358039 5948 80.91.229.3 (7 Mar 2016 13:40:39 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 7 Mar 2016 13:40:39 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M35172@lists.math.uh.edu Mon Mar 07 14:40:25 2016 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 1acvOZ-0004GF-RH for ding-account@gmane.org; Mon, 07 Mar 2016 14:40:24 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by lists1.math.uh.edu with smtp (Exim 4.86) (envelope-from ) id 1acvOS-0003Vy-6j; Mon, 07 Mar 2016 07:40:16 -0600 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by lists1.math.uh.edu with esmtps (TLSv1.2:ECDHE-RSA-AES128-GCM-SHA256:128) (Exim 4.86) (envelope-from ) id 1acvOP-0003VM-AQ for ding@lists.math.uh.edu; Mon, 07 Mar 2016 07:40:13 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtps (TLSv1.2:DHE-RSA-AES128-SHA:128) (Exim 4.85) (envelope-from ) id 1acvOO-0002N1-7w for ding@lists.math.uh.edu; Mon, 07 Mar 2016 07:40:13 -0600 Original-Received: from plane.gmane.org ([80.91.229.3]) by quimby.gnus.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:256) (Exim 4.80) (envelope-from ) id 1acvOM-00070u-S8 for ding@gnus.org; Mon, 07 Mar 2016 14:40:10 +0100 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1acvOG-00046U-NS for ding@gnus.org; Mon, 07 Mar 2016 14:40:04 +0100 Original-Received: from 98.229.60.157 ([98.229.60.157]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 07 Mar 2016 14:40:04 +0100 Original-Received: from tzz by 98.229.60.157 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 07 Mar 2016 14:40:04 +0100 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: ding@gnus.org Original-Lines: 12 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 98.229.60.157 X-Face: bd.DQ~'29fIs`T_%O%C\g%6jW)yi[zuz6;d4V0`@y-~$#3P_Ng{@m+e4o<4P'#(_GJQ%TT= D}[Ep*b!\e,fBZ'j_+#"Ps?s2!4H2-Y"sx" Mail-Copies-To: never User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux) Cancel-Lock: sha1:jDRpdSUD+tbjxRxV0GNf6ySte3c= X-Spam-Score: -0.2 (/) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:86950 Archived-At: On Sat, 05 Mar 2016 17:33:37 -0800 Dave Abrahams wrote: DA> I found that gnus would hang every time I tried to read a certain DA> message from my local dovecot server. I eventually realized that it was DA> trying to get a gravatar and my internet connection had dropped DA> (backtrace: https://gist.github.com/dabrahams/70eda68750952587342a). I DA> wonder if we need some kind of timeout in that system to prevent this? Or maybe a local cache for gravatars specifically? They don't change often and are not essential in any way. Ted