[280] in bug-owl
Re: zpunting no longer deals with special chars at all
daemon@ATHENA.MIT.EDU (James M. Kretchmar)
Tue Oct 28 12:33:31 2003
Message-Id: <200310281733.MAA04583@mission-control.mit.edu>
To: Jennifer Tu <jtu@MIT.EDU>
cc: bug-owl@MIT.EDU
In-Reply-To: Your message of "Tue, 28 Oct 2003 12:28:44 EST."
<Pine.LNX.4.30L.0310281224200.6406-100000@cloud-of-doom.mit.edu>
Date: Tue, 28 Oct 2003 12:33:29 -0500
From: "James M. Kretchmar" <kretch@MIT.EDU>
> For example, zpunting -c test, -i test.test tries to do this:
>
> zpunt test test\.test
>
> The punt filter becomes
>
> punt-filter: class ^test$ and instance ^test\\\.test$
Ah, ok, it looks like it's getting double quoted (both at the
smartzpunt stage, and then in the creation of the zpunt). Will fix
(when this network connection gets better). If you edit the command
line to:
zpunt test test.test
It should work in the mean time.
kretch