#
#  If you want the server to pretend that it is dead,
#  then use the "do_not_respond" policy.
#
do_not_respond {
	update control {
		Response-Packet-Type := Do-Not-Respond
	}

	handled
}

#
#  Have the server accept the current request.
#  Can only be called from authorize.
#  Unlike calling the always module instance 'reject' the request will continue to be processed.
#
accept.authorize {
	update control {
		Auth-Type := accept
	}
}
