From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/13147 Path: main.gmane.org!not-for-mail From: Vladimir Volovich Newsgroups: gmane.emacs.gnus.general Subject: proposal on improving uudecoding Date: 04 Dec 1997 23:57:00 +0300 Sender: owner-ding@hpc.uh.edu Message-ID: NNTP-Posting-Host: coloc-standby.netfonds.no X-Trace: main.gmane.org 1035152564 7729 80.91.224.250 (20 Oct 2002 22:22:44 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 22:22:44 +0000 (UTC) Return-Path: Original-Received: from xemacs.org (xemacs.cs.uiuc.edu [128.174.252.16]) by altair.xemacs.org (8.8.8/8.8.8) with ESMTP id NAA14301 for ; Thu, 4 Dec 1997 13:07:04 -0800 Original-Received: from gizmo.hpc.uh.edu (gizmo.hpc.uh.edu [129.7.102.31]) by xemacs.org (8.8.5/8.8.5) with ESMTP id PAA04728 for ; Thu, 4 Dec 1997 15:10:04 -0600 (CST) Original-Received: from sina.hpc.uh.edu (sina.hpc.uh.edu [129.7.3.5]) by gizmo.hpc.uh.edu (8.7.6/8.7.3) with ESMTP id PAN32200; Thu, 4 Dec 1997 15:47:54 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Thu, 04 Dec 1997 15:08:12 -0600 (CST) Original-Received: from claymore.vcinet.com (claymore.vcinet.com [208.205.12.23]) by sina.hpc.uh.edu (8.7.3/8.7.3) with SMTP id PAA17653 for ; Thu, 4 Dec 1997 15:08:05 -0600 (CST) Original-Received: (qmail 2115 invoked by uid 504); 4 Dec 1997 21:07:54 -0000 Original-Received: (qmail 2112 invoked from network); 4 Dec 1997 21:07:50 -0000 Original-Received: from ns.vsu.relarn.ru (HELO cc.vsu.ru) (root@194.226.24.1) by claymore.vcinet.com with SMTP; 4 Dec 1997 21:03:54 -0000 Original-Received: (from uucp@localhost) by cc.vsu.ru (8.8.8-vsu/8.8.8) with UUCP id AAA03621 for ding@gnus.org; Fri, 5 Dec 1997 00:02:14 +0300 Original-Received: (from vvv@localhost) by vvv.vrn.ru (8.8.6/8.8.5) id XAA09622; Thu, 4 Dec 1997 23:57:00 +0300 Original-To: ding@gnus.org Original-Lines: 26 X-Mailer: Quassia Gnus v0.17/Emacs 20.1 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:13147 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:13147 Hi, Some mailers insert blank lines into a uuencoded files, so that they look like the following: MUNH]N)T^T1!_HR=-`SX5#@"6;-_F87XJW8"O0_".= M>6,2]B*E.K$AKQY1_QAS3%621_2B9/]P*;]ES["?*?W;([22UEC*J!1L\F+] M6I&`;=Q9PN<0UA_WUOFL:/&1'2SHD]<[Q8M[9=E@]2;BEXL`ZLF..VE_:Q%N=(S6<^D>;A61,@>LK#35S\O>01`(%`F'N+^Z#A\$*4?VI5$UX^$U$_9! M0;OE<\(J;F#0L:V$L?WH^EB49=>L7@>6'_:7&-]*(K"LTE;@H^\8&:?%=MT5 MR`SB;]7;_3$=UG'ZBP0V=_X@IPW.'U]Q*83/0:-B^+DNP-QL0QZ5F<\#3H[P Gnus incorrectly uudecodes such articles because of these blank lines. Would it be possible to skip blank lines (not beginning with /^M/ regexp) before uudecoding? This will help a lot, especially when decoding files splitted in several messages. -- With best regards, Vladimir.