From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/67497 Path: news.gmane.org!not-for-mail From: Dan Nicolaescu Newsgroups: gmane.emacs.gnus.general Subject: recognizing gnatsweb attachments Date: Tue, 30 Sep 2008 18:23:16 -0700 (PDT) Message-ID: <200810010123.m911NGn9019402@mothra.ics.uci.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1222824280 18904 80.91.229.12 (1 Oct 2008 01:24:40 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 1 Oct 2008 01:24:40 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M15948@lists.math.uh.edu Wed Oct 01 03:25:39 2008 connect(): Connection refused Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.50) id 1KkqTC-0004l1-H3 for ding-account@gmane.org; Wed, 01 Oct 2008 03:25:38 +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 1KkqRc-00087X-3v; Tue, 30 Sep 2008 20:24:00 -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 1KkqRZ-00087G-Dx for ding@lists.math.uh.edu; Tue, 30 Sep 2008 20:23:57 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.69) (envelope-from ) id 1KkqRX-0006fS-22 for ding@lists.math.uh.edu; Tue, 30 Sep 2008 20:23:57 -0500 Original-Received: from barrelv2.ics.uci.edu ([128.195.1.114]) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1KkqRb-0002st-00 for ; Wed, 01 Oct 2008 03:24:00 +0200 Original-Received: from mothra.ics.uci.edu (mothra.ics.uci.edu [128.195.6.93]) by barrelv2.ics.uci.edu (8.13.7+Sun/8.13.7) with ESMTP id m911NG13020604 for ; Tue, 30 Sep 2008 18:23:17 -0700 (PDT) Original-Received: (from dann@localhost) by mothra.ics.uci.edu (8.13.8+Sun/8.13.6/Submit) id m911NGn9019402; Tue, 30 Sep 2008 18:23:16 -0700 (PDT) Original-Lines: 27 X-ICS-MailScanner-Information: Please contact the ISP for more information X-ICS-MailScanner-ID: m911NG13020604 X-ICS-MailScanner: Found to be clean X-ICS-MailScanner-SpamCheck: not spam, SpamAssassin (score=-1.44, required 5, autolearn=disabled, ALL_TRUSTED -1.44) X-ICS-MailScanner-From: dann@mothra.ics.uci.edu X-Spam-Status: No X-Spam-Score: -2.6 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:67497 Archived-At: Hi, The gnats installation that I have to use (don't ask) produces attachments that gnus does not recognize. mm-uu-type-alist looks for this: (gnatsweb "^----gnatsweb-attachment----" nil mm-uu-gnatsweb-extract) but the attachment looks like like this: ----gnatsweb-attachment---- i.e. it starts with an extra space. This is easy to fix. But in fact the whole body of the attachment is indented with one space. If I delete these spaces then gnus recognizes the attachments just fine. Is there an easy way to fix this? Thanks --dan