Re: [Exim] How can I test to see if rbl_domains is working ?

Inizio della pagina
Delete this message
Reply to this message
Autore: Vadim Vygonets
Data:  
To: Exim Mailing List
Oggetto: Re: [Exim] How can I test to see if rbl_domains is working ?
Quoth Paul Matthews on Thu, Mar 09, 2000:
> rbl_hosts = !137.44.0.0/16:0.0.0.0/32
>                                    ^^ this should be 0 !! It's probably me
>                    but the documentation confused my on the
>                    way the mask worked.


Well, if the only hosts you don't want to check for RBL are
137.44.x.x, you can write this option as:

rbl_hosts = !137.44.0.0/16 : *

or even:

rbl_hosts = !137.44.0.0/16

Vadik.

--
To err is human, to moo bovine.