> 
> I am trying to use SA to test a DNSBL and I am not having any luck
> getting the rule to hit. I've looked through 20_dnsbl_tests.cf, and read
> the appropriate section in the docs.
> 
> http://spamassassin.apache.org/full/3.2.x/doc/Mail_SpamAssassin_Conf.html#
> rule_definitions_and_privileged_settings
> 
> Here is what I have currently,
> 
> header    RCVD_IN_SIP       eval:check_rbl('sip', 'sip.invaluement.com.')
> describe  RCVD_IN_SIP       sender is known in Invaluement list
> tflags    RCVD_IN_SIP       net
> score     RCVD_IN_SIP       0.01
> 
> And yes, when I query my rbldnsd server from the server running SA with
> an IP known to be in the list, I do get the proper response.
> 
> Anyone see a flaw in this concept?
> 
> Thanks,
> 
> Dave

Dave

If you are really trying to probe the local sip zone data, make it local and
create a local zone with a name something like...

sip.invaluement.local

not .com even though it might work, it creates confusion...

even though you can be locally, your name servers are not authoritive for
invaluement.com zone.

next, as I understand it, the sip zone is ip addresses only.... is that what
you are trying to check?

You can also look at the rbldnsd logs to see what is happening as well.

 - rh

Reply via email to