accept finalizes the current response and stops execution of further rules and parent sequences. It does not modify response records — it only signals that the current response should be treated as final.
accept stops processing and accepts the current response (use as exec: accept).accept when specifying in exec lists.accept sets the internal return flag and immediately halts further sequence execution.accept runs, it still halts execution — it does not synthesize a response.respond, set_answers, or a successful forward).- exec: respond
- exec: accept
accept to stop a rule chain once a desired condition is met (e.g., a match or successful upstream reply).