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
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