Re: Issue with exists function and also case sentisive headers

2006-11-28 Thread Theo Van Dinter
On Tue, Nov 28, 2006 at 11:42:41AM -0500, Fred T wrote: > notification? I checked the docs and didn't find anything about it so > I'm guessing I'm crazy but I swear this isn't how it always worked. They've always been case insensitive. If that wasn't the case at some point, it was a bug, but I d

Issue with exists function and also case sentisive headers

2006-11-28 Thread Fred T
Hello SA User's, I have often used the syntax: header FOO_EXISTSexists:X-Header-Foo Today I noticed that the exists header doesn't care about case of the header. Create a message with a lower case To header and create a test for: header LOWER_CASE_TO to =~ /\S{5}/ [if-unset: NOPE] I w