foreach my $email_address(@filter) { if (($from =~ $email_address)){ $store = "YES"; } }