On Fri, Nov 17, 2006 at 03:46:28PM +0100, Jeremy Fairbrass wrote:
> >> mimeheader  __RULE1  Content-Type =~ /image\/gif/
> >> mimeheader  __RULE2  Content-Transfer-Encoding =~ /quoted-printable/
> >> meta  MY_META_RULE  (RULE1 && RULE2)
> 
> Okay - so you're saying that the two mimeheader rules will actually run 
> separately from each other, on each header section, and thus the meta rull 
> WILL trigger? That's actually not how I'd want it to work.

Yes.

> Is it possible, 
> then, to have a meta rule (or some other method) using the mimeheader rules, 
> that will ONLY trigger if both mimeheader rules trigger against the SAME 
> header section? ie. all elements searched for by all mimeheader rules, must 

You can't force where MIMEHeader looks.

> exist within the same header section - is this possible? Or do I have to 
> resort to a 'full' rule or something?

You'd want to write an eval rule.

-- 
Randomly Selected Tagline:
"Today I set a motherboard on fire. Now the bizarre thing is that after 
 the smoke cleared it still worked." - Alan Cox

Reply via email to