On Thu, 26 May 2005, Pascal Dallaire wrote:
Your code for multi is not working cause you're treating it like just one list, when it's a bunch of lists. and the module is not uridnsbl, it's urirhssub (in SA 3.x)
For example, this is code for the SpamCop list (the code A 2 means SC)
urirhssub URIBL_SC_SURBL multi.surbl.org. A 2 body URIBL_SC_SURBL eval:check_uridnsbl('URIBL_SC_SURBL') describe URIBL_SC_SURBL Contains a URL listed in the SC SURBL blocklist tflags URIBL_SC_SURBL net
Here's what I have now:
urirhssub URIBL_2 multi.surbl.org. A 2 body URIBL_2 eval:check_uridnsbl('URIBL_2') describe URIBL_2 Contains URL In SC Blocklist tflags URIBL_2 net score URIBL_2 13 urirhssub URIBL_4 multi.surbl.org. A 4 body URIBL_4 eval:check_uridnsbl('URIBL_4') describe URIBL_4 Contains URL In WS Blocklist tflags URIBL_4 net score URIBL_4 13 urirhssub URIBL_8 multi.surbl.org. A 8 body URIBL_8 eval:check_uridnsbl('URIBL_8') describe URIBL_8 Contains URL In PH Blocklist tflags URIBL_8 net score URIBL_8 13 urirhssub URIBL_16 multi.surbl.org. A 16 body URIBL_16 eval:check_uridnsbl('URIBL_16') describe URIBL_16 Contains URL In OB Blocklist tflags URIBL_16 net score URIBL_16 13 urirhssub URIBL_32 multi.surbl.org. A 32 body URIBL_32 eval:check_uridnsbl('URIBL_32') describe URIBL_32 Contains URL In AB Blocklist tflags URIBL_32 net score URIBL_32 13 urirhssub URIBL_64 multi.surbl.org. A 64 body URIBL_64 eval:check_uridnsbl('URIBL_64') describe URIBL_64 Contains URL In JP Blocklist tflags URIBL_64 net score URIBL_64 13
Still no joy :-(