<font size="4"><font face="tahoma,sans-serif">Hi,<br>I want to remove an attribute from reply message(account accept), how can I should do that?<br>more detail:<br>I'm using some sqlcounter to count daily, weekly and monthly octets. After their processing they add Session-Octets-Limit to my reply message.<br>

I want to have a condition that if this value reach some special value (for example 20000Byte), then it removes Session-Octets-Limit from reply message.<br>I add this lines at the end of authorize section: <br>if("%{reply.Session-Octets-Limit}"  >= 20000) {<br>

update reply {<br>Session-Octets-Limit [I don't know what!]<br>}<br>}<br>Is it correct? I don't know! am I should add a module or filter or else?<br>BTW how can I remove Session-Octets-Limit from reply message! Is it possible?<br>

<br>Thanks.<br>Hamid Reza Hasani<br>------------------<br>Ya Ali<br></font></font>