cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1045
Views
0
Helpful
1
Replies

Message Filter dnslist("rbl.logix.in") not working

homesh2009
Level 1
Level 1

HI,

I have written a message filter as

RBL: if (recv-listener == "outgoing") AND (dnslist ("rbl.logix.in")) {
        
drop();
      }

But this does not work. we have C360 (6 no) and OS 7.0.1

any other ways ?

This is basically to stop the spamming done by ur  own customers as we relay mails from them.

we have creadted internal rbl which gets IP information from Ironport outgoing senders.

we want our Ironport to query this rbls and if IP is listed in rbl then it should drop the connection.

Thanks in advance.

Homesh

1 Reply 1

jamesnoad
Level 1
Level 1

Hi Homesh,

There are bugs with the dnslist() behaviour.

Bug #55908: dnslist and dnslisttest only work against 127.0.0.1
FR #56363: Including the returned data in the dnslisttest result
FR #56364: Adding an option to specify query type in the dnslist filter method

Try using the dnslisttest command in the first instance

James