Ricardo Kleemann wrote: > >I've been using mailman for quite some time and it has always seemed to work >without problems. > >But I'm having trouble with messages being sent to the list owner >(administrator) for a moderated list. The error I see in the log is > >SMTP session failure: 517, Syntax error. msgid: <...> > >So for example I have a list called "ricardo1", and it is configured as >moderated. When I send an email to the list, it is forwarded on to the list >administrator. > >In mailman's logs, I see: > >---- smtp log ------ >Jun 01 07:02:56 2005 (22702) ><[EMAIL PROTECTED]> smtp for 1 >recips, completed in 0.154 seconds >Jun 01 07:03:15 2005 (22702) ><[EMAIL PROTECTED]> smtp for 2 >recips, completed in 16.207 seconds > >---- smtp-failure log ---- >Jun 01 07:03:06 2005 (22702) SMTP session failure: 517, Syntax error., >msgid: <[EMAIL PROTECTED]> >Jun 01 07:03:15 2005 (22702) SMTP session failure: 517, Syntax error., >msgid: <[EMAIL PROTECTED]> > >I also tested this by sending a message directly to the list owner >([EMAIL PROTECTED]) > >and I get the exact same error...
Is it only the one list, or is it all moderated lists? If only the one, I suspect some issue with the [EMAIL PROTECTED] alias in courier? What happens to -owner mail for other, non-moderated lists? >The list is configured with the owner/administrator as my own email, >[EMAIL PROTECTED] > >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. You might be able to use some sort of packet sniffer to see the actual SMTP interaction between Mailman and courier. If it comes to that. -- Mark Sapiro <[EMAIL PROTECTED]> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan ------------------------------------------------------ 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
