| 89 |
|
|
| 90 |
|
%% |
| 91 |
|
|
| 92 |
< |
config: /* empty */ |
| 93 |
< |
|config config_items |
| 92 |
> |
config: |
| 93 |
> |
| config config_items |
| 94 |
|
; |
| 95 |
|
|
| 96 |
|
config_items: irc_entry | |
| 105 |
|
|
| 106 |
|
options_entry: OPTIONS '{' options_items '}' ';'; |
| 107 |
|
|
| 108 |
< |
options_items: /* Empty */ | |
| 109 |
< |
options_items options_item | |
| 108 |
> |
options_items: options_items options_item | |
| 109 |
|
options_item; |
| 110 |
|
|
| 111 |
|
options_item: options_negcache | |
| 487 |
|
|
| 488 |
|
opm_entry: OPM '{' opm_items '}' ';' ; |
| 489 |
|
|
| 490 |
< |
opm_items: /* Empty */ | |
| 492 |
< |
opm_items opm_item | |
| 490 |
> |
opm_items: opm_items opm_item | |
| 491 |
|
opm_item; |
| 492 |
|
|
| 493 |
|
opm_item: opm_dnsbl_from | |
| 536 |
|
} |
| 537 |
|
BLACKLIST '{' blacklist_items '}' ';'; |
| 538 |
|
|
| 539 |
< |
blacklist_items: /* Empty */ | |
| 540 |
< |
blacklist_items blacklist_item | |
| 543 |
< |
blacklist_item; |
| 539 |
> |
blacklist_items: blacklist_items blacklist_item | |
| 540 |
> |
blacklist_item; |
| 541 |
|
|
| 542 |
|
blacklist_item: blacklist_name | |
| 543 |
|
blacklist_type | |
| 579 |
|
|
| 580 |
|
blacklist_reply: REPLY '{' blacklist_reply_items '}' ';'; |
| 581 |
|
|
| 582 |
< |
blacklist_reply_items: /* Empty */ | |
| 586 |
< |
blacklist_reply_items blacklist_reply_item | |
| 582 |
> |
blacklist_reply_items: blacklist_reply_items blacklist_reply_item | |
| 583 |
|
blacklist_reply_item; |
| 584 |
|
|
| 585 |
|
blacklist_reply_item: NUMBER '=' STRING ';' |
| 602 |
|
|
| 603 |
|
exempt_entry: EXEMPT '{' exempt_items '}' ';' ; |
| 604 |
|
|
| 605 |
< |
exempt_items: /* Empty */ | |
| 610 |
< |
exempt_items exempt_item | |
| 605 |
> |
exempt_items: exempt_items exempt_item | |
| 606 |
|
exempt_item; |
| 607 |
|
|
| 608 |
|
exempt_item: exempt_mask | |