Hi!
They are, 100%, all other URIBL checks are just processed ok, ones that i have inside my local.cf are skipped.
Ok, update. I got it working putting ALL the tags that are related to URIBL inside the plugin fields. This was not needed with 3.0.0, but it seems mandatory with 3.0.1.
Its now inside my local.cf like this:
ifplugin Mail::SpamAssassin::Plugin::URIDNSBL
urirhssub URIBL_JP_SURBL multi.surbl.org. A 64 body URIBL_JP_SURBL eval:check_uridnsbl('URIBL_JP_SURBL') describe URIBL_JP_SURBL Contains an URL listed in the JP SURBL blocklist tflags URIBL_JP_SURBL net
score URIBL_JP_SURBL 0 3.897 0 4.263 score URIBL_SBL 0 3.897 0 4.263
endif # Mail::SpamAssassin::Plugin::URIDNSBL
And thats doing just fine.
Bye, Raymond.