duplicate header don't match header test?

2009-02-24 Thread Nicolas Haller
Hi all, I have a problem. I have a rule like this header GM_BLAH X-BLAH ~= /^blah$/ If I receive a mail with one header X-BLAH, all is right, the rule match. But, If a receive a mail with two header lines X-BLAH, the rule don't match. So, is it normal? What can I do for my rule matching mail

Re: duplicate header don't match header test?

2009-02-24 Thread Karsten Bräckelmann
On Tue, 2009-02-24 at 14:54 +0100, Nicolas Haller wrote: I have a problem. I have a rule like this header GM_BLAH X-BLAH ~= /^blah$/ If I receive a mail with one header X-BLAH, all is right, the rule match. But, If a receive a mail with two header lines X-BLAH, the rule don't match. No

Re: duplicate header don't match header test?

2009-02-24 Thread Nicolas Haller
On Tue, Feb 24, 2009 at 03:52:02PM +0100, Karsten Bräckelmann wrote: On Tue, 2009-02-24 at 14:54 +0100, Nicolas Haller wrote: I have a problem. I have a rule like this header GM_BLAH X-BLAH ~= /^blah$/ If I receive a mail with one header X-BLAH, all is right, the rule match. But, If