Eric Lee writes: > When I do the same thing from an email client -- sending out a message via > BCC to my Mailman list, coming from the same address (which is the list > administrator address anyway), everything works fine.
It's probably not coming from the same addresses. Note plural. IIRC Mailman considers three different addresses, the RFC 2822 From, the RFC 2822 Sender, and the RFC 2821 envelope sender for possible matching with the member list and other whitelisted addresses. The envelope sender is usually a system user. Probably the list administrator mailbox is not the name of a system user account, and equally probably MovableType is not running under the same system user that your mail client is. This is a very likely difference between the working and nonworking cases. I don't know if it accounts for the behavior, though, it's just something to check. ------------------------------------------------------ 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
