Gnus development mailing list
 help / color / mirror / Atom feed
* 3D instead of `='
@ 2002-06-23  3:57 Harry Putnam
  2002-06-23 10:57 ` Simon Josefsson
  0 siblings, 1 reply; 8+ messages in thread
From: Harry Putnam @ 2002-06-23  3:57 UTC (permalink / raw)


Certain mail I get displays 3D instead of `='.  I recall something
about this being related to old fashioned mail encoding/decoding or
the like but have forgotten the particulars.

At any rate, it hasn't cropped up for a very long time.  But I get
some messages on a mail list, from a  specific poster that contain
them.

Apparently this is happening somewhere before it gets to me.  Can
anyone tell from the full headers and trimmed message why these
particular messages have this problem?

X-From-Line: beginners-return-28688-reader=newsguy.com@perl.org  Sat Jun 22 11:10:04 2002
Return-Path: <beginners-return-28688-reader=newsguy.com@perl.org>
Received: from localhost (localhost [127.0.0.1])
	by reader.local.lan (8.12.3/8.12.3) with ESMTP id g5MIA4wb005929
	for <reader@localhost>; Sat, 22 Jun 2002 11:10:04 -0700
Received: from pop.newsguy.com [216.148.53.72]
	by localhost with POP3 (fetchmail-5.9.0)
	for reader@localhost (single-drop); Sat, 22 Jun 2002 11:10:04 -0700 (PDT)
Received: from onion.perl.org (onion.valueclick.com [64.70.54.95])
	by newsguy.com (8.9.1a/8.9.1) with SMTP id LAA85968
	for <reader@newsguy.com>; Sat, 22 Jun 2002 11:08:04 -0700 (PDT)
Received: (qmail 8973 invoked by uid 1005); 22 Jun 2002 18:11:19 -0000
Mailing-List: contact beginners-help@perl.org; run by ezmlm
Precedence: bulk
List-Post: <mailto:beginners@perl.org>
List-Help: <mailto:beginners-help@perl.org>
List-Unsubscribe: <mailto:beginners-unsubscribe@perl.org>
List-Subscribe: <mailto:beginners-subscribe@perl.org>
Delivered-To: mailing list beginners@perl.org
Received: (qmail 8958 invoked by uid 76); 22 Jun 2002 18:11:18 -0000
Received: from qmailr@zero.sector13.org (HELO zero.sector13.org) (199.105.121.241)
  by onion.perl.org (qpsmtpd/0.07b) with SMTP; Sat Jun 22 18:11:18 2002 -0000
Received: (qmail 2013 invoked by uid 2003); 22 Jun 2002 18:07:38 -0000
Date: Sat, 22 Jun 2002 13:07:38 -0500
From: David T-G <davidtg-perl-beginners@justpickone.org>
To: perl beginners <beginners@perl.org>
Cc: some address
Subject: Re: flatfile to hash
X-Gnus-Mail-Source: directory:/home/reader/spool/
Message-ID: <20020622180737.GK870@justpickone.org>
References: <h9d9hus1cj99n36bmjh9nq2nr5cfeu5ca7@4ax.com>
Mime-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-sha1;
	protocol="application/pgp-signature"; boundary="ogUXNSQj4OI1q3LQ"
Content-Disposition: inline
In-Reply-To: <h9d9hus1cj99n36bmjh9nq2nr5cfeu5ca7@4ax.com>
User-Agent: Mutt/1.4i
X-UIDL: 2ae8d80604708f685479e09faec02599
X-Spam-Status: No, hits=-2.8 required=5.0 tests=IN_REP_TO,PGP_SIGNATURE_2,PORN_3 version=2.21
X-Spam-Level: 
X-Spama-Scores: D:IN_REP_TO:-4.431 D:PORN_3:0.605 T:-3.826

[The 3D's appearing below are actually `=' in other posts on this
thread]

[...]
Is there a particular reason you suck the whole file into an array before
turning around and spitting the whole thing into a hash?


%20
% foreach (@vs){
% ($name,$value) 3D split(/3D/,$_);
% $sigs{$name}3D$value;}

If this is too slow (particularly if you can get rid of the array suck
step above), you might try manipulating the file itself, which is very
close to a hash declaration of

  %sigs 3D
  {
    $name 3D> $value
  }




^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2002-06-24  1:33 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-06-23  3:57 3D instead of `=' Harry Putnam
2002-06-23 10:57 ` Simon Josefsson
2002-06-23 16:04   ` Harry Putnam
2002-06-23 16:23   ` Raja R Harinath
2002-06-23 17:04     ` Harry Putnam
2002-06-23 17:39       ` Kai Großjohann
2002-06-23 20:39         ` Harry Putnam
2002-06-24  1:33         ` Raja R Harinath

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).