On Mon, 19 Apr 2004, Joseph Brennan wrote: > a) Correct, this assumes html text has a natural limit, and it would > be better to actually test it. Now how do you test the size of an > entity?
You can get the name of the file holding the data as $entity->bodyhandle->path and then test its size with the Perl "-s" operator. Regards, David. _______________________________________________ Visit http://www.mimedefang.org and http://www.canit.ca MIMEDefang mailing list [EMAIL PROTECTED] http://lists.roaringpenguin.com/mailman/listinfo/mimedefang

