Thanks! That seems to work. I will request a wiki account and update the docs if that'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"><<a href="mailto:vern@icir.org">vern@icir.org</a>></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">> redef notice_action_filters += {<br>
> WeirdActivity, ContentGap = ignore_notice,<br>
> };<br>
<br>
</div>Along with the scoping issues that others have discussed, there's<br>
a syntax problem here (which explains your follow-on problem). The<br>
above needs to be:<br>
<br>
redef notice_action_filters += {<br>
[[Weird::WeirdActivity, Weird::ContentGap]] = ignore_notice,<br>
};<br>
<font color="#888888"><br>
- Vern<br>
</font></blockquote></div><br>