THIS IS A TEST INSTANCE. ALL YOUR CHANGES WILL BE LOST!!!!
Here's some advanced information on what happens behind the scenes with body/rawbody rulesof different rule types.
Body rules: body RULENAME /foo/
...
- When using anchoring (/^foo/), it will only match the start of a chunk.
- I.e. it's not possible to match a beginning of part 100% accurately, if it's larger than 1-4kB.
Header rules: header RULENAME Header =~ /foo/
If there are multiple headers named "Header", each of them are individually matched, starting from first (topmost).