NobuNobu
nobun****@users*****
2005年 11月 20日 (日) 21:17:01 JST
Index: xoops2jp/html/class/xoopsmailer.php diff -u xoops2jp/html/class/xoopsmailer.php:1.2 xoops2jp/html/class/xoopsmailer.php:1.2.8.1 --- xoops2jp/html/class/xoopsmailer.php:1.2 Fri Mar 18 21:51:55 2005 +++ xoops2jp/html/class/xoopsmailer.php Sun Nov 20 21:17:00 2005 @@ -1,5 +1,5 @@ <?php -// $Id: xoopsmailer.php,v 1.2 2005/03/18 12:51:55 onokazu Exp $ +// $Id: xoopsmailer.php,v 1.2.8.1 2005/11/20 12:17:00 nobunobu Exp $ // ------------------------------------------------------------------------ // // XOOPS - PHP Content Management System // // Copyright (c) 2000 XOOPS.org // @@ -251,7 +251,7 @@ if (!empty($this->priority)) { $this->headers[] = "X-Priority: " . $this->priority; } - $this->headers[] = "X-Mailer: PHP/".phpversion(); + $this->headers[] = "X-Mailer: XOOPS Cube"; $this->headers[] = "Return-Path: ".$this->fromEmail; $headers = join($this->LE, $this->headers); }