Source for file config_sample.php

Documentation is available at config_sample.php

  1. <?php
  2.  
  3. /**
  4.  * SquirrelMail List Commands Plugin
  5.  * Configuration File (config_sample.php, to use, please copy to config.php)
  6.  *
  7.  * @copyright 1999-2020 The SquirrelMail Project Team
  8.  * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  9.  * @version $Id: config_sample.php 14845 2020-01-07 08:09:34Z pdontthink $
  10.  * @package plugins
  11.  * @subpackage listcommands
  12.  */
  13.  
  14.  
  15. // Set this to 1 if users should be allowed to add a list of
  16. // mailing list addresses that don't follow RFC 2369, but when
  17. // replying to should also show "reply to list" and "post to list"
  18. // links... set to 0 (zero) otherwise.
  19. //
  20. $listcommands_allow_non_rfc_list_management 0;

Documentation generated on Mon, 13 Jan 2020 04:22:12 +0100 by phpDocumentor 1.4.3