Hi Guys I'm using the mail function for sending mail, and I would like to specify the Return-Path header, but it would seem that PHP or Apache is modyfying the header. This is the simple code: mail('to@xxxxxxxxxxxxx', 'Subject', 'Message', "From: from@xxxxxxxxxxxxx\nReturn-Path: bounce@xxxxxxxxxxxxx\n"); .. but when the message bounces - it bounces to apache@xxxxxxxxxx instead of the bounce adress? Any hints on how to solve this problem? -- Regards Søren Schimkat www.schimkat.dk -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php