Glenn Sieb wrote: >Jun 29 23:28:45 caduceus postfix/pipe[36446]: 9FC4F1F4409: >to=<[EMAIL PROTECTED]>, relay=mailman, >delay=0, status=bounced (Command died with status 1: >"/usr/local/mailman/postfix-to-mailman-2.1.py". Command output: File >"/usr/local/mailman/scripts/confirm", line 64 >sys.exit(MailExits.mailexits.EX_NOUSER.) > ^ SyntaxError: invalid syntax ) > >(The SyntaxError is pointing at the exit in "sys.exit(MailExits..)" >error...) > >I'm running Mailman 2.1.5 on FreeBSD 4.11-RELEASE, with Python 2.4.1.
Something's strange here. The 2.1.5 distribution scripts/confirm only has 62 lines and there are only 2 sys.exit() calls and they are both "sys.exit(1)". In fact, "grep -ir mailexits *" doesn't find anything anywhere in the Mailman 2.1.5 distribution. If this Mailman is somebody's package, I think you need to contact the packager. That said, I think the actual syntax error is the final period in 'MailExits.mailexits.EX_NOUSER.'. -- 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
