12345678910111213141516171819202122 |
- <?php
- /**
- * SquirrelMail List Commands Plugin
- * Configuration File (config_sample.php, to use, please copy to config.php)
- *
- * @copyright 1999-2025 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;
|