On Tue 09-Jan-2001 at 09:10:01PM +0000, Bruno Postle wrote:

> Use \..* as your mask so you match the somewhat odd courier naming
> convention.

That regex is just plain-wrong, it works for all the wrong reasons.

It should have been ^\. to match everything beginning with a dot.

Bruno
-- 
http://bruno.postle.net/

Reply via email to