Kenneth Porter wrote: >--On Saturday, March 29, 2008 9:37 AM -0700 Mark Sapiro <[EMAIL PROTECTED]> >wrote: > >> If so, it seems that rather than just dropping a 'bad' message as >> mm-handler seems to do when $BounceUnapproved = 0; and $BounceNonlist >> = 0;, wouldn't it be better to exit with a failure status. > >Good idea. EX_NOUSER (67) would be a good code to return. Does Perl have a >module that defines these codes symbolically? I didn't see anything at >CPAN, but I found one here: > ><http://pub.ks-and-ks.ne.jp/prog/SysExits.shtml>
The two exit codes that seem to make sense are EX_NOUSER (67) and EX_UNAVAILABLE (69). Perhaps EX_NOUSER for a non-existent list and EX_UNAVAILABLE for a non accepted suffix. I don't think perl defines these symbolically anywhere. -- Mark Sapiro <[EMAIL PROTECTED]> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan _______________________________________________ Mailman-Developers mailing list Mailman-Developers@python.org http://mail.python.org/mailman/listinfo/mailman-developers Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py Searchable Archives: http://www.mail-archive.com/mailman-developers%40python.org/ Unsubscribe: http://mail.python.org/mailman/options/mailman-developers/archive%40jab.org Security Policy: http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp