Author: Derick Rethans
Date: 2006-01-13 17:20:32 +0100 (Fri, 13 Jan 2006)
New Revision: 1845

Log:
- changed user agent string.

Modified:
   packages/Mail/trunk/src/mail.php

Modified: packages/Mail/trunk/src/mail.php
===================================================================
--- packages/Mail/trunk/src/mail.php    2006-01-13 15:58:59 UTC (rev 1844)
+++ packages/Mail/trunk/src/mail.php    2006-01-13 16:20:32 UTC (rev 1845)
@@ -278,7 +278,7 @@
         }
 
         $this->setHeader( 'MIME-Version', '1.0' );
-        $this->setHeader( 'User-Agent', 'eZ publish Components' );
+        $this->setHeader( 'User-Agent', 'eZ components' );
         $this->setHeader( 'Date', date( 'r' ) );
         $idhost = $this->from->email != '' ? $this->from->email : 'localhost';
         $this->setHeader( 'Message-Id', '<' . ezcMailTools::generateMessageId( 
$idhost ) . '>' );

-- 
svn-components mailing list
[email protected]
http://lists.ez.no/mailman/listinfo/svn-components

Reply via email to