From: Petr Janda Date: 2008-12-17T16:33:06+09:00 Subject: Finding out in-memory size of an email Hi all, I have a script that executes sendmail binary like this exec '/usr/sbin/sendmail' This opens op the sendmail STDIN that waits for the email to be typed or inputed via other means(postfix). Is it at all possible to actually find out the size of the email(in bytes) thats going into sendmail? Petr -- Posted via http://www.ruby-forum.com/.