On Sun, 13 Apr 2003 02:58 am, Aran Deltac wrote: <snip> > Hmm, I wonder if there is a way your check_delivery plugin can be designed > to be semi-modular so that people that want to full recursion process can > get that, while others that just want certain other checks will get those. > I like the idea of one highly configurable plugin rather than a bunch that > you can't change anything about.
My plan is to have a 'recursive depth' setting. My intention was: a) Minimal: stop when we find anything that matches a single address only b) Normal: expand to username level c) Extended: expand to first actual delivery (usually the same as b, but not always) d) Full: expand as far as possible Currently it just does b). Once I've got b) fully tested, I'll work on supporting the other options. a) should not be all that hard to do. Cheers, Rasjid. -- Rasjid Wilcox Canberra, Australia. UTC + 10.
