<div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Match specification module: <a href="http://www.erlang.org/doc/man/ms_transform.html" target="_blank">http://www.erlang.org/doc/man/ms_transform.html</a><br>

<br>
Anything you can do with a match specification you can also do with a<br>
fun. You want data, funs are data. You can have the client pass a fun<br>
to the server. The fun takes the message and returns true or false to<br>
indicate whether it passed the filter.<br>
</blockquote></div><br>I'll take a look at it. Thanks! :)<br>