From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/24999 Path: main.gmane.org!not-for-mail From: "Rene H. Larsen" Newsgroups: gmane.emacs.gnus.general Subject: Re: Replacing duplicate "Re:"s and it's compantions? Date: 03 Sep 1999 00:37:18 +0200 Sender: owner-ding@hpc.uh.edu Message-ID: <87pv01q6sh.fsf@renehl.ournet.dk> References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035162465 11737 80.91.224.250 (21 Oct 2002 01:07:45 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 01:07:45 +0000 (UTC) Return-Path: Original-Received: from farabi.math.uh.edu (farabi.math.uh.edu [129.7.128.57]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id SAA00390 for ; Thu, 2 Sep 1999 18:43:43 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by farabi.math.uh.edu (8.9.3/8.9.1) with ESMTP id RAB22257; Thu, 2 Sep 1999 17:39:41 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Thu, 02 Sep 1999 17:38:53 -0500 (CDT) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id RAA06959 for ; Thu, 2 Sep 1999 17:38:43 -0500 (CDT) Original-Received: from aix1.inet.tele.dk (aix1.inet.tele.dk [193.162.146.9]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id SAA00194 for ; Thu, 2 Sep 1999 18:37:52 -0400 (EDT) Original-Received: from izzlazz.ournet.dk (ip151.ronnxr1.ras.tele.dk [195.249.54.151]) by aix1.inet.tele.dk (8.9.2/8.9.2) with ESMTP id AAA13276 for ; Fri, 3 Sep 1999 00:37:35 +0200 Original-Received: from renehl.ournet.dk [192.168.0.1] (mail) by izzlazz.ournet.dk with esmtp (Exim 2.11 #1 (Debian)) id 11MfTr-0004cT-00; Fri, 3 Sep 1999 00:37:19 +0200 Original-Received: from renehl by renehl.ournet.dk with local (Exim 3.03 #1 (Debian)) id 11MfTq-0004rV-00; Fri, 03 Sep 1999 00:37:18 +0200 Original-To: ding@gnus.org Original-Lines: 17 User-Agent: Gnus/5.070096 (Pterodactyl Gnus v0.96) XEmacs/20.4 (Emerald) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:24999 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:24999 Jonas Steverud writes: > Footnotes: > [1] MS OE removes the Re: produced by other software and replaces it > with "SV:" - Swedish for "Svar" or Answer - and hence it is not > uncommon with subjectlines that is "SV: SV: SV: SV: SV: SV: ". My > personal theory is that they "forgot" about checking for already > existing "SV:"s. The Danish version of M$ OE does essentially the same thing. Here "Re:" is replaced by "Sv:". This is just typical Micro$oft brain damage that should really be fixed at the source, although some sort of workaround for Gnus would be nice. -- #!/usr/bin/perl -w for$a(0..12){$b[$a]="|"." "x78}for$a(0..78){substr($b[-(sin($a*3.1415/ 22)-1)*6.499],$a,1)="*"}$b[6]=~s/ /-/g;print join("\n",@b),"\n";