squirrelmail/plugins/listcommands/config_sample.php
2013-07-26 17:31:02 +00:00

22 lines
615 B
PHP

<?php
/**
* SquirrelMail List Commands Plugin
* Configuration File (config_sample.php, to use, please copy to config.php)
*
* @copyright 1999-2013 The SquirrelMail Project Team
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
* @version $Id$
* @package plugins
* @subpackage listcommands
*/
// Set this to 1 if users should be allowed to add a list of
// mailing list addresses that don't follow RFC 2369, but when
// replying to should also show "reply to list" and "post to list"
// links... set to 0 (zero) otherwise.
//
$listcommands_allow_non_rfc_list_management = 0;