From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/84902 Path: news.gmane.org!not-for-mail From: Steinar Bang Newsgroups: gmane.emacs.gnus.general Subject: Re: Has anyone created code for reply to author on yahoogroups? Date: Tue, 09 Sep 2014 07:22:20 +0200 Organization: Probably a good idea Message-ID: <87a969fjw3.fsf@dod.no> References: <87r3znfahl.fsf@dod.no> <87zjebc53x.fsf@yun.yagibdah.de> <87fvg17tbo.fsf@yun.yagibdah.de> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1410240169 21446 80.91.229.3 (9 Sep 2014 05:22:49 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 9 Sep 2014 05:22:49 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M33146@lists.math.uh.edu Tue Sep 09 07:22:41 2014 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 1XRDt3-00061B-4p for ding-account@gmane.org; Tue, 09 Sep 2014 07:22:41 +0200 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 1XRDsx-00047R-9L; Tue, 09 Sep 2014 00:22:35 -0500 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1XRDsw-00047E-4v for ding@lists.math.uh.edu; Tue, 09 Sep 2014 00:22:34 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtps (TLSv1:AES128-SHA:128) (Exim 4.76) (envelope-from ) id 1XRDsv-0003KH-2L for ding@lists.math.uh.edu; Tue, 09 Sep 2014 00:22:34 -0500 Original-Received: from plane.gmane.org ([80.91.229.3]) by quimby.gnus.org with esmtp (Exim 4.80) (envelope-from ) id 1XRDst-0002ea-Ln for ding@gnus.org; Tue, 09 Sep 2014 07:22:31 +0200 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1XRDst-0005xm-An for ding@gnus.org; Tue, 09 Sep 2014 07:22:31 +0200 Original-Received: from cm-84.208.248.210.getinternet.no ([84.208.248.210]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 09 Sep 2014 07:22:31 +0200 Original-Received: from sb by cm-84.208.248.210.getinternet.no with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 09 Sep 2014 07:22:31 +0200 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: ding@gnus.org Original-Lines: 27 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: cm-84.208.248.210.getinternet.no Mail-Copies-To: never User-Agent: Gnus/5.130008 (Ma Gnus v0.8) Emacs/24.3 (gnu/linux) Cancel-Lock: sha1:ff2rD7N6K2kPNjEga744ZvskUis= X-Spam-Score: -5.4 (-----) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:84902 Archived-At: >>>>> lee : > Yahoo needs to fix their broken setup. Quite. I'm wondering if hiring a dedicated VPS and setting it up with mailman wouldn't be simpler than dealing with yahoogroups' quirks... The recent From-stuff is actually simple, compared to the problems I have had with just getting people subscribed to the lists. > Other than that, you could pipe the mails through a perl script that > fixes the headers. That might be an idea... thanks for the heads up. My yahoogroups' filtering already has subject tag stripping in them. > The Email::Simple module does a pretty good job at reading them. If > you use an IMAP account, Net::IMAP::Client works well, too --- only > you may have to put in delays when fetching messages consecutively > because otherwise you may obtain a message that has no body. I use dovecot with procmail(*) for mail filtering, so I would just put the fix in there. (*) I know it's old, ancient actually, but it works and setting up mail filtering is boring...