On 28/11/2007, Aengus <[EMAIL PROTECTED]> wrote: > On Wednesday, November 28, 2007 6:43 PM [EDT], > Ridwan <[EMAIL PROTECTED]> wrote: >
> I'm sure that there's a better way, but the first thing that coes to mind is > a slightly convoluted process using a FILEALIAS. > > FILEALIAS *.cgi?*mnphmf* $1.abc?$2mnphmf$3 > > will take all calls to your script and convert the script extension to .abc, > if and only if that particular line includes the string you care about. Then > if you use > > FILEINCLUDE *.abc* > > analog will report on just those lines. > I think you're interpreting the question differently from me, Aengus. For finding a specific user, FILEINCLUDE *mnphmf* should work fine. -- Stephen Turner +------------------------------------------------------------------------ | TO UNSUBSCRIBE from this list: | http://lists.meer.net/mailman/listinfo/analog-help | | Analog Documentation: http://analog.cx/docs/Readme.html | List archives: http://www.analog.cx/docs/mailing.html#listarchives | Usenet version: news://news.gmane.org/gmane.comp.web.analog.general +------------------------------------------------------------------------

