On Wed, Mar 19, 2008 at 7:59 PM, Jeff Cann &lt;<a href="mailto:jccann@gmail.com">jccann@gmail.com</a>&gt; wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Also, I will [later tonight] change the settings of each list to not hold pending moderator requests.&nbsp; I&#39;m not sure why I left the default to hold moderator requests.<br></blockquote></div><br>Ok, I did some checking and the ONLY list that did not automatically reject posts from non-members was the default &#39;mailman&#39; list.&nbsp; This is the one that held the 5K worth of spam messages.&nbsp; For some reason in mailman 2.x, they added the &#39;mailman&#39; list as a default, non-optional list.&nbsp; I guess I never gave the configuration much thought since it&#39;s not a published list.&nbsp; Apparently, some idiot spammers are sending to it since it&#39;s a well-known default.<br>
<br>Anyway, we are all set now as all lists, published or not have &#39;reject&#39; for the setting for what to do with posts from non-members.&nbsp; The configuration variable is &#39;generic_nonmember_action&#39;.<br><br>Here&#39;s how I did this for future reference / training:<br>
<br>$ sudo su - root<br># cd /var/lib/mailman<br><br>-- This for loop will dump the configuration of each mailman list to a file named &lt;listname&gt;.cfg:<br><br># for l in `ls lists`<br>&nbsp; do <br>&nbsp;&nbsp;&nbsp;&nbsp; /usr/lib/mailman/bin/config_list -o $l.cfg $l; <br>
&nbsp; done<br><br>-- Check the value for discard non-member posts to confirm all are set to &#39;3&#39;<br><br># grep generic_nonmember_action *.cfg<br><br>clue-admin.cfg:generic_nonmember_action = 3<br>clue-announce.cfg:generic_nonmember_action = 3<br>
clue-cert.cfg:generic_nonmember_action = 3<br>clue-members.cfg:generic_nonmember_action = 3<br>clue-talk.cfg:generic_nonmember_action = 3<br>clue-tech.cfg:generic_nonmember_action = 3<br>mailman.cfg:generic_nonmember_action = 3<br>
<br>Jeff<br clear="all"><br>-- <br>Read my blog at <a href="http://www.isuma.org/">http://www.isuma.org/</a>