[PHP] PHP 4.04pl1 Build on NetBSD 1.5

2001-01-30 Thread Robert Hough
e/libexec/libphp4.so into server: /usr/local/apache/libexec/libphp4.so: Undefined PLT symbol "acos" (reloc type = 21, symnum = 1829) Any help, suggestions or ideas would be appreciated at this time. Thanks. -- Robert Hough ([EMAIL PROTECTED]) -- PHP General Mailing List (http://w

Re: [PHP] mail() question

2001-01-15 Thread Robert Hough
"/usr/sbin/sendmail -t -i [EMAIL PROTECTED]"; $fd = popen($mailer, "w"); fputs($fd, "$headers"); fputs($fd, "$message"); pclose($fd); -- Robert Hough ([EMAIL PROTECTED]) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mai

Re: [PHP] mail() question

2001-01-15 Thread Robert Hough
essage from PHP Test Mailer v1.1.1a From: Robert Hough <[EMAIL PROTECTED]> X-Sender: <[EMAIL PROTECTED]> X-Mailer: PHP Test Mailer v1.1.1a Error-To: <[EMAIL PROTECTED]> Content-Type: text X-UIDL: 21fbef1b63923735e759e4f52ab267bd Status: RO X-Status: X-Keywords: X-UID: 6 -- Rober

Re: [PHP] mail() question

2001-01-15 Thread Robert Hough
ot; and that works as intended. The From field also displays correctly. The problem happens when the message bounces. For whatever reason, if the message bounces, it returns to nobody. Which, of course is what the web server is running as. -- Robert Hough ([EMAIL PROTECTED]) -- PHP Gener

Re: [PHP] mail() question

2001-01-15 Thread Robert Hough
ers .= "From: $sender_name $sender_address\n"; $headers .= "X-Sender: $sender_address\n"; $headers .= "X-Mailer: $version\n"; $headers .= "Return-Path: $sender_address\n"; $headers .= "Error-To: $sender_address\n"; -- Robert Hough ([E

[PHP] mail() question

2001-01-15 Thread Robert Hough
). However, if the message should bounce, it always bounces back to nobody. When we want it to bounce back to say, rch instead. Can any offer a possible solution here? TIA -- Robert Hough ([EMAIL PROTECTED]) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL