Seriously? The variable is named as an array and initialized as a string? Well, I...
[squirrelmail.git] / plugins / listcommands / config_sample.php
CommitLineData
b5f6b945 1<?php
2
3/**
4 * SquirrelMail List Commands Plugin
5 * Configuration File (config_sample.php, to use, please copy to config.php)
6 *
22387c8d 7 * @copyright 1999-2017 The SquirrelMail Project Team
b5f6b945 8 * @license http://opensource.org/licenses/gpl-license.php GNU Public License
9 * @version $Id$
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;
21
22