Glud documentation
Help to the GLU record fields
Version: 1.06 - 8th, June 1998

NAME
     %Host.Denied (or %W.D) - Access mask for denied hosts

SYNOPSIS
     %Host.Denied /regexpr/|string_with_jokers (*,?)

DESCRIPTION
     Specify an access mask to determine the hosts which are
     denied to be a glud client or a glud server (when it
     is in a %GroupName Clients record or a %GroupName Servers record)
     or a glud service subscriber (when it is in a %ServiceName record).
      
     Two formats are authorized. It can be a string with some
     jokers (* or ?), or, if the begin and end string are '/'
     it will be considered as a regular expression.
      
     If there is %Host.Denied fields, only the matched hostnames are
     denied.

EXAMPLES
     %Host.Denied *.iap.fr
     %Host.Denied /.*(\.fr|\.au)$/