You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 8, 2023. It is now read-only.
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.
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?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
ormz:$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";
orBasicRule "rx:regex" "mz:$URL:/";
correct?The text was updated successfully, but these errors were encountered: