Joshua Alexander <[EMAIL PROTECTED]> writes: > tmda-filter says: > > This is a wrapper around the real filter (tmda-rfilter) script. > > It catches all possible exceptions and exits EX_TEMPFAIL to > defer the delivery if anything but SystemExit is thrown. > > The traceback is also written to the user's LOGFILE_DEBUG if > possible, and if not ~/TMDA_DELIVERY_FAILURE, and if not again, > to stdout. > > I'm not a Python programmer, and it's kind of difficult for me to > figure out what tmda-filter is doing in the code. What kinds of > exceptions does it catch??
Any and all exceptions that aren't explicitly accounted for in the TMDA code. _____________________________________________ tmda-users mailing list ([EMAIL PROTECTED]) http://tmda.net/lists/listinfo/tmda-users
