A Regular Expression is a commonly used technique to do pattern-matching. You want to do this to not just match one of the fields for the exact expression but make them a bit variable so for instance spam and spammers are both matched by the same rule.
For more information on pattern matching please visit one of the following sites: