>Will it match on a partial domain name. > >ie. domain to block: somestring-pool.domain.com > >-pool.domain.com 554 reject
no, that will match the PTR domain and PTR child domains below the "-": *.-pool.domain.com If you want to match within labels, use pcre:mta_clients_bw.regexp: /.*\-pool\.domain\.com$/ 554 Len
