Skip to content
This repository has been archived by the owner on Nov 8, 2023. It is now read-only.

is the drupal.rules incorrect? #30

Open
zzhclare opened this issue Jul 20, 2016 · 0 comments
Open

is the drupal.rules incorrect? #30

zzhclare opened this issue Jul 20, 2016 · 0 comments

Comments

@zzhclare
Copy link

BasicRule wl:1310,1311 "mz:$URL:/|$ARGS_VAR_X:^destination|NAME";
I find this sentence at line 33 in drupal.rules and I think it's totally opposite to the
document.
here is the warning in the document.
mz:$ARGS_VAR_X:^foo$|$URL:/x or mz:$URL_X:/foo|$ARGS_VAR:x are wrong.
By the way, I want to know whether all kinds of collocation of static and regex cannot show in matchzones?
ie.

mz:$URL:/string|$BODY_VAR_X:^fields|NAME;
mz:URL|$BODY_VAR_X:^fields|NAME;
mz:URL|$BODY_VAR:string;
mz:URL|$URL:string;

if all of them are wrong?
I also want to know whether as long as an action matches the rules , it will be logged regardless of I setting the checkrule or not?
another question..Is BasicRule "str:string" "mz:$URL_X:regex"; or BasicRule "rx:regex" "mz:$URL:/"; correct?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant