On Tue, 30 Dec 2003, Kevin A. McGrail wrote:
> #Change Sender case to all lower case to confirm the check is absolute a 1:1
> check
> if (lc($Sender) eq "email at address") {
You need to check for angle-brackets also. And Perl will not like
"email at address"; try 'email at address' instead.
--
David.