Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:10191 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 90105 invoked by uid 1010); 30 May 2004 18:07:16 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 90080 invoked from network); 30 May 2004 18:07:15 -0000 Received: from unknown (HELO asuka.prohost.org) (24.100.195.79) by pb1.pair.com with SMTP; 30 May 2004 18:07:15 -0000 Received: (qmail 11798 invoked from network); 30 May 2004 18:07:15 -0000 Received: from rei.nerv (HELO dummy.com) (rei@192.168.1.1) by asuka.nerv with SMTP; 30 May 2004 18:07:15 -0000 Reply-To: ilia@prohost.org Organization: Prohost.org To: internals@lists.php.net, "Paul G" Date: Sun, 30 May 2004 14:07:19 -0400 User-Agent: KMail/1.6.1 References: <024e01c4464c$f8dbf500$0200a8c0@rusko> <200405301333.34754.ilia@prohost.org> <02c001c4466f$6aa3cb50$0200a8c0@rusko> In-Reply-To: <02c001c4466f$6aa3cb50$0200a8c0@rusko> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-ID: <200405301407.19977.ilia@prohost.org> Subject: Re: [PHP-DEV] [patch] abuse-proof zif_mail() From: ilia@prohost.org (Ilia Alshanetsky) First of all if you have people abusing the mail function one solution is to disable it via the disable_functions directive inside your php.ini file. If you must append headers then you could easily specify a path to a sendmail using a configuration that would append any header that you like to outgoing e-mails. There are plenty of other solutions available. Ilia