On 2000-03-12 16:24:27 +0200, Mikko Hänninen wrote:

> No, they use special kind of wildcards, it's not even shell
> globbing. For them the rules are:

> - "*" is a special entry which means "all headers"
> - "something-" means that every header which starts with
>   "something-", eg. "ignore X-"
> - everything else is taken literally

Actually, the rules are even more primitive.  "*" is indeed special.
All the rest is just matched with a simple "strncasecmp" call, and
with "unignore" taking precedence over "ignore".

-- 
http://www.guug.de/~roessler/

Reply via email to