Re: scanner host exceptions?
Sven 'Darkman' Michels <[email protected]>
| Newsgroups | gmane.network.irc.bopm |
|---|---|
| Organization | Dark-Tou-Net IRC Network |
| Message-ID | <[email protected]> |
Hi there,
Mihail A Antonov wrote:
> Hello.
>
> Try this:
> scanner {
> name="default";
> };
> scanner {
> name = "extended";
>
> protocol = HTTP:81;
> #add another ports and protocols
> fd = 512;
> };
>
> user {
> mask = "*!*@*.de";
> scanner = "default";
> };
>
> user {
> mask = "*!*@*";
> scanner = "extended";
> };
Thanks for your reply. Looks good, will test it :)
Regards,
Darkman