config_sample.php 615 B

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