Sorry I didn't make myself clear. I meant that only the complete address
is matched but not the host name alone as in the case of the original
string matching code. There the address is compared first and then the
host name part.
-- Werner
Ask Bjørn Hansen schrieb:
On Sep 23, 2007, at 2:28 PM, Werner Fleck wrote:
+Entries in whitelistrcpt may be regular expressions surrounded by
+slashes ('/'). In this case only the recipient but not the hostname
+component is matched.
Shouldn't the hostname component be matched too?
- ask