Sam Mehl sent the message below at 12:06 8/30/2006: >Can I somehow set my mailing list to accept messages where the mailing >list is addressed as the "To:" field, but have it reject posts where the >mailing list is addressed in someone's "cc:" or "bcc:" field? > >I couldn't find anything in the archives or documentation about this. ---------------- End original message. ---------------------
Yes and no. If a list is included in the BCC: field and the require_explicit_destination setting is on, this will work for BCC: That setting is located on the Privacy Options->Recipient Filters page. It will not work for CC: as mailman basically treats the TO: and CC: fields as essentially the same thing (which is in accord with the applicable RFCs). In order for this behavior to be different you will either have to modify mailman code, use a custom handler in the incoming stream or filter such messages at the incoming queue of your MTA. Dragon ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Venimus, Saltavimus, Bibimus (et naribus canium capti sumus) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ------------------------------------------------------ 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
