$NetBSD: patch-aa,v 1.1 2004/01/18 23:40:12 kim Exp $

--- bin/Anomy/MIMEStream.pm.orig	2003-12-08 19:57:49.000000000 -0500
+++ bin/Anomy/MIMEStream.pm	2004-01-18 18:26:17.000000000 -0500
@@ -418,7 +418,9 @@
 	$reader->ParseContentHeader("; _encoding=", "content-transfer-encoding", $header_log);
 	$reader->ParseContentHeader("; _disposition=", "content-disposition", $header_log);
 	$reader->ParseContentHeader("; _description=", "content-description", $header_log);
-	$reader->ParseContentHeader("; _id=", "content-id", $header_log);
+	# commented out next, because it causes mail from ".com" domains
+	# to be considered ".com" attachments -- kim at tac.nyc.ny.us
+	#$reader->ParseContentHeader("; _id=", "content-id", $header_log);
 
 	# Set content decoder and encoder
 	my $enc = lc($reader->{"mime"}->{"_encoding"} || "8bit");
