mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-17 22:56:18 +03:00
Fix urbl whitelist msg
This commit is contained in:
parent
1cc9ac7816
commit
78880129b5
@ -3003,7 +3003,7 @@ static int msre_op_rbl_execute(modsec_rec *msr, msre_rule *rule, msre_var *var,
|
||||
log_escape_nq(msr->mp, name_to_check), var->name);
|
||||
break;
|
||||
default:
|
||||
*error_msg = apr_psprintf(msr->r->pool, "RBL lookup of %s succeeded at %s.",
|
||||
*error_msg = apr_psprintf(msr->r->pool, "RBL lookup of %s succeeded at %s (WHITE).",
|
||||
log_escape_nq(msr->mp, name_to_check), var->name);
|
||||
break;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user