Looks to me like it should work. Note you could also use whitelist_from, but that subtracts a whole lotta points.
Loren
> I am trying to create a custom rule that will take away x pts if an
> email is sent from a particular domain. Can someone please let me know if
> this is correct syntax? If not, please correct me.
>
> describe DOMAIN_CHECK Mail from a particular domain
> header DOMAIN_CHECK From =~ /[EMAIL PROTECTED]/i
> score DOMAIN_CHECK -2.0
