On Thu, Dec 13, 2001 at 03:07:29PM +0100, Michel Arboi wrote: > Going on with my "mailbox flush". This plugin is supposed to crash > EFTP <= 2.0.7.337 > It needs a valid account and a writable directory. > > I did not test it, though, so I'd appreciate comments on it. With this kind of check, I usually prefer when there's a "failsafe" solution. ie: if(have_login && have_password && have_a_writeable_dir) { really_try_the_flaw(); } else { grab_the_banner_and_do_pattern_matching() } Could you do that ? -- Renaud
This archive was generated by hypermail 2b30 : Thu Dec 13 2001 - 06:13:02 PST