So I've got quite a few rules, but it all comes down to this:

include "./rules/global.yar"
include "./rules/misc.yar" 

 The global.yar file contains

global rule fileSizeLimit { condition: filesize < 8MB }

 Any rule defined in rules/misc.yar are matched regardless of file size, 
but this is not what I intend. What am I doing wrong here?

If this is not the right place to post, that's alright, feel free to slap 
me on the wrist and direct me to the correct location.

edit:

I should mention this is using Yara 3.5.0. I don't have a chance to upgrade 
this within the week.

-- 
You received this message because you are subscribed to the Google Groups 
"YARA" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to