Thanks for the pointers, Mark. > > Is it only the one list, or is it all moderated lists?
Well I reconfigured the list so that members are not moderated, just to test... no difference. Now I'm actually just simply sending email directly to the -owner address, and I continue to get this syntax error. > > If only the one, I suspect some issue with the > [EMAIL PROTECTED] alias in courier? Well, the fact that the mailman log is reporting an error is in itself an indication that the alias is piping the message to mailman. This is what the alias is doing: "|/usr/local/mailman/mail/mailman owner ricardo1" so mailman processes the message, and then reports the syntax error. > > What happens to -owner mail for other, non-moderated lists? I just tried sending to another list "test", to test-owner... and to my surprise, it fails with the same error! :-/ This means to me that all my lists are failing for the -owner address. > >Is there a way I can manually run the mailman program with debug to try and > >see what's going on in the smtp session ? > > See http://mail.python.org/pipermail/mailman-users/2005-May/044742.html > for a way to replicate Mailman's sending of mail. Try using > > rcpts = ['[EMAIL PROTECTED]'] > > in the script in that post, but I doubt you'll get much more > information than you already get. Thanks... but does mailman really insert the -owner address in that transaction, or does it already lookup who the owner is for the list and insert that address? Anyone else have any ideas? Ricardo ------------------------------------------------------ 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
