@lbutlr:
> I should have said to "only allow emails that contain an address =
> extension, any address extension, not a repopulated list."
> 
> I know what I was thinking!=20
 
Use a regexp or pcre table.

/^foo[_+]?@example\.com$/ reject

        Wietse

Reply via email to