On 7/17/06, Greg Sims <[EMAIL PROTECTED]> wrote: > I created a list that is for the distribution of a newsletter from a server. > I need to make sure that No One Can Every post to this list except for the > bash script that sends out the newsletter. Just set: Privacy -> Sender Filters -> default_member_moderation to Yes Privacy -> Sender Filters -> member_moderation_action to Discard Privacy -> Sender Filters -> generic_nonmember_action to Discard Membership Management -> Set Everyone's Moderation Bit
...And then either (a) set the sender for the bash script to unmoderated, or (b) (better idea) code the bash script to include the 'Approved: <list password>' as the first line or as a header. -- - Patrick Bogen ------------------------------------------------------ Mailman-Users mailing list [email protected] http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ Unsubscribe: http://mail.python.org/mailman/options/mailman-users/archive%40jab.org Security Policy: http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp
