Nerijus Baliunas <nerijus@...> wrote:
> How do I deal with config file parsing? I tried the following:
Hint:
socket: SOCKET QSTRING {
...
}
| SOCKET QSTRING TNUMBER {
...
switch($2) {
case 666:
case 660:
case 600:
default:
/* error */
}
}
;
--
Emmanuel Dreyfus
http://hcpnet.free.fr/pubz
manu@...Message
Re: [milter-greylist] group permissions for socket
2007-02-05 by manu@netbsd.org