if ($email_address eq 'first.last@example.com') { # OK - process normally } else { # Possibly not OK - phishing check }