Re: add_header was [2 plugins]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



X-Add a space: 1.0



On Thu, April 8, 2010 1:20 am, Paul Lesniewski wrote:

> Please show more details.  If you can provide an exact example, I may be
able to fix the plugin so it doesn't do what it was to you.
below is the config.php
X-Add a space' => '1.0' should be in the body of this email


<?php

/**
  * SquirrelMail Add Header Plugin
  * Copyright (c) 2001-2003 Pontus Ullgren
  * Copyright (c) 2010 Paul Lesniewski <paul@xxxxxxxxxxxxxxxx>
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  * @package plugins
  * @subpackage add_header
  *
  */

   global $custom_headers;



   // Define any headers you'd like to add to all
   // outgoing messages sent from SquirrelMail.
   //
   // NOTE that all custom headers should begin with
   // "X-" so as to be fully RFC compliant.
   //
   // Make sure to remove the example headers below.
   //
//   $custom_headers = array(
//      'X-Add-Header-Version' => '1.0',
//      'X-Mail-Client-Type'   => 'Webmail',
//   );
 $custom_headers = array(
      'X-Add-Header-Version' => '1.0',
      'X-Mail-Client-Type'   => 'Webmail',
      'X-Add a space' => '1.0',
   );


cheers

mick


-- 
mickiwiki.com






------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
-----
squirrelmail-users mailing list
Posting guidelines: http://squirrelmail.org/postingguidelines
List address: squirrelmail-users@xxxxxxxxxxxxxxxxxxxxx
List archives: http://news.gmane.org/gmane.mail.squirrelmail.user
List info (subscribe/unsubscribe/change options): https://lists.sourceforge.net/lists/listinfo/squirrelmail-users

[Index of Archives]     [Video For Linux]     [Yosemite News]     [Yosemite Photos]     [gtk]     [KDE]     [Cyrus SASL]     [Gimp on Windows]     [Steve's Art]     [Webcams]

  Powered by Linux