Re: How determine email message size?

2002-05-12 Thread Uriel Wittenberg
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

Re: How determine email message size?

2002-05-11 Thread Uriel Wittenberg
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 email message size? Could

How determine email message size?

2002-05-10 Thread Uriel Wittenberg
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,