hi all, could someone help me with this prob ... i wanna pipe an emails' sender, subject and body ... ( mailalias --> programm(script) ) any ideas how this could be done the *best* way? ---------------------------------------------------------------------------- #!/usr/local/bin/php -q <? $pipe = fopen("/dev/stdin", "r"); while(!feof($pipe)) { // pipe the mail's sender, subject and body ... } fclose($pipe); ?> ---------------------------------------------------------------------------- regards attila -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]