Just based on POSIX I'd say your regex is "DEL_TYPE_([ND]ONE|WAIT),"
That's just based on what you've listed above. I would say that the actual issue is with you double escaping the t; you should probably do [ \t\s]* since there may not be just zero or one tab/space.
Suroot
2009-02-12 03:52:33