Thanks! That seems to work. I will request a wiki account and update the docs if that&#39;s okay.<br><br>0100<br><br><div class="gmail_quote">On Mon, Dec 8, 2008 at 1:38 PM, Vern Paxson <span dir="ltr">&lt;<a href="mailto:vern@icir.org">vern@icir.org</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="Ih2E3d">&gt; redef notice_action_filters += {<br>
&gt; &nbsp; &nbsp; &nbsp;WeirdActivity, ContentGap = ignore_notice,<br>
&gt; };<br>
<br>
</div>Along with the scoping issues that others have discussed, there&#39;s<br>
a syntax problem here (which explains your follow-on problem). &nbsp;The<br>
above needs to be:<br>
<br>
 &nbsp; &nbsp; &nbsp; &nbsp;redef notice_action_filters += {<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;[[Weird::WeirdActivity, Weird::ContentGap]] = ignore_notice,<br>
 &nbsp; &nbsp; &nbsp; &nbsp;};<br>
<font color="#888888"><br>
- Vern<br>
</font></blockquote></div><br>