If your objective is to be contrary while appearing to want to help,
perhaps your own objective could use some reassessment.
My objective is perfectly suited to my wishes -- and I believe I know
even better than you what my wishes are. I want all emails bigger than a
threshold I specify bounced u
I'd appreciate if someone could advise which list is appropriate for the
following question.
Thanks / Uriel
- Original Message -
From: "Uriel Wittenberg" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, May 11, 2002 10:07 AM
Subject: How determine
Could someone please advise how to determine the size in KB of an email
message?
I currently have:
---
use Mail::Internet;
my $item = Mail::Internet->new(STDIN) ;
my $msgbodyref = $item->body();
my $msgKB = .06 * @{$msgbodyref} ;
---
However,