From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/53057 Path: main.gmane.org!not-for-mail From: Jesper Harder Newsgroups: gmane.emacs.gnus.general Subject: Re: spam-stat and base64 encoded messages Date: Mon, 09 Jun 2003 03:21:54 +0200 Organization: http://purl.org/harder/ Sender: ding-owner@lists.math.uh.edu Message-ID: References: <03of1dyplo.fsf@msgid.viggen.net> <4nof1cguhz.fsf@holmes.bwh.harvard.edu> <4nn0gv28m3.fsf@lockgroove.bwh.harvard.edu> <0365niyeq8.fsf@msgid.viggen.net> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1055122978 16728 80.91.224.249 (9 Jun 2003 01:42:58 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 9 Jun 2003 01:42:58 +0000 (UTC) Original-X-From: ding-owner+M1601@lists.math.uh.edu Mon Jun 09 03:42:57 2003 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19PBgX-0004Lg-00 for ; Mon, 09 Jun 2003 03:42:57 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 19PBiF-0002mH-00; Sun, 08 Jun 2003 20:44:43 -0500 Original-Received: from sclp3.sclp.com ([64.157.176.121]) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 19PBi7-0002mB-00 for ding@lists.math.uh.edu; Sun, 08 Jun 2003 20:44:36 -0500 Original-Received: (qmail 88529 invoked by alias); 9 Jun 2003 01:44:35 -0000 Original-Received: (qmail 88524 invoked from network); 9 Jun 2003 01:44:35 -0000 Original-Received: from quimby.gnus.org (80.91.224.244) by sclp3.sclp.com with SMTP; 9 Jun 2003 01:44:35 -0000 Original-Received: from news by quimby.gnus.org with local (Exim 3.12 #1 (Debian)) id 19PBzQ-0002xm-00 for ; Mon, 09 Jun 2003 04:02:28 +0200 Original-To: ding@gnus.org Original-Path: localhost.localdomain!nobody Original-Newsgroups: gnus.ding Original-Lines: 13 Original-NNTP-Posting-Host: 0xc3d7e0ae.esnxr4.ras.tele.dk Original-X-Trace: quimby.gnus.org 1055124148 11392 195.215.224.174 (9 Jun 2003 02:02:28 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: 9 Jun 2003 02:02:28 GMT X-Face: ^RrvqCr7c,P$zTR:QED"@h9+BTm-"fjZJJ-3=OU7.)i/K]<.J88}s>'Z_$r; writes: > I also did some experimenting with using > article-de-base64-unreadable, which seems the closest to what I > wanted. `article-de-base64-unreadable' is too low-level. It works on single-part messages, but not on multipart/* -- which seems to be the way most of my spam is sent. I think that to make this work correctly, you'll need to parse the MIME structure of the message, and then apply the proper decoding to the approriate parts.