diff options
| -rw-r--r-- | admin/update_lists.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/admin/update_lists.php b/admin/update_lists.php index 83a6aad..6d95f52 100644 --- a/admin/update_lists.php +++ b/admin/update_lists.php @@ -5,6 +5,10 @@ * customie the file util/mailman.cfg to get things tuned to ones liking * calling this file will update all your lists configuring them using * the settings in util/mailman.cfg + * + * WARNING!: If you are using boards with groups pkg and have different + * list moderation settings for each list this will set all lists to the + * default moderation setting in mailman.cfg */ require_once( '../../bit_setup_inc.php' ); |
