Ashley M. Kirchner wrote:
> Subject: CareerBuilder Job Application (#######)
> Subject: CareerBuilder Job Application (#######)
Why not:
if ($Subject =~ /^(Re:?\s*)?CareerBuilder Job Application \(\d{7}\)$/) {
# Whitelist
}
"man perlre" for enlightenment.
--
David.