[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Savannah-cvs] [32] wording
From: |
Karl Berry Test |
Subject: |
[Savannah-cvs] [32] wording |
Date: |
Tue, 03 Sep 2013 00:27:28 +0000 |
Revision: 32
http://svn.sv.gnu.org/viewvc/?view=rev&root=administration&revision=32
Author: karltest
Date: 2013-09-03 00:27:26 +0000 (Tue, 03 Sep 2013)
Log Message:
-----------
wording
Modified Paths:
--------------
trunk/sviki/AnnouncementMailingList.mdwn
trunk/sviki/SavannahArchitecture.mdwn
Modified: trunk/sviki/AnnouncementMailingList.mdwn
===================================================================
--- trunk/sviki/AnnouncementMailingList.mdwn 2013-09-03 00:06:50 UTC (rev 31)
+++ trunk/sviki/AnnouncementMailingList.mdwn 2013-09-03 00:27:26 UTC (rev 32)
@@ -1,14 +1,19 @@
-Question: I want to configure my mailing list, so it is used as a
-one-way announcement/news list
+Question: I want to configure a mailing list to be used as one-way
+announcement/news list.
-Answer: There's no standard Mailman settings, but a combination thereof.
+Answer: There is no specific Mailman setting for this, but the default
+configuration values as created through the normal Savannah mailing list
+interface should suffice. The principle is simply to avoid approving
+messages that you don't want to go through.
-The following should be enough:
+Specifically, under privacy:
-Privacy:
-
- moderate new members
-- hold or reject messages from moderated members
-- hold or reject messages from non-members
+- hold messages from moderated members
+- hold messages from non-members
-Subscribe yourself, and unmoderate yourself in "members management".
+Subscribe yourself, and then unmoderate yourself in "members management".
+
+[[ListHelperAntiSpam]] has more about mailing list configuration.
+We do not recommend ever using anything but "hold" (not accept, not
+discard, not reject), for reasons explained there.
Modified: trunk/sviki/SavannahArchitecture.mdwn
===================================================================
--- trunk/sviki/SavannahArchitecture.mdwn 2013-09-03 00:06:50 UTC (rev 31)
+++ trunk/sviki/SavannahArchitecture.mdwn 2013-09-03 00:27:26 UTC (rev 32)
@@ -98,11 +98,11 @@
High load
---------
-If a DomU is experiencing heavy load, running these rwo commands will
+If a DomU is experiencing heavy load, running these commands will
dump some basic system state for possible post mortems:
-> d=\`date +%F.%T\`; cd \~; ps auxww\>ps-\$d & lsof\>lsof-\$d & netstat
-> --numeric-hosts\>netstat-\$d &
+ d=`date +%F.%T`; cd /tmp; top>top-$d & ps auxww>ps-$d & lsof>lsof-$d &
+ netstat --numeric-hosts>netstat-$d &
We have often seen high loads due to vc browsers being hit too hard.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Savannah-cvs] [32] wording,
Karl Berry Test <=