Hi!
The first two are typically very heavy hitters for me, so to see no hits since the upgrade is strange. Is anyone else that has upgrade to SA 3.0.1 seeing the same results?
Make sure the plugin is loaded in init.pre. Also, try sending a test message (see the SURBL web site or this list's recent archives for details) while running SA in debug mode to confirm whether the checks are really being skipped.
They are, 100%, all other URIBL checks are just processed ok, ones that i have inside my local.cf are skipped.
Bye, Raymond.
Hi!
Make sure the plugin is loaded in init.pre. Also, try sending a test message (see the SURBL web site or this list's recent archives for details) while running SA in debug mode to confirm whether the checks are really being skipped.
They are, 100%, all other URIBL checks are just processed ok, ones that i have inside my local.cf are skipped.
If i put them in 25_uribl.cf and i also enable the score in 50_scores.cf it works. If i put the exact same things inside local.cf its not working. I also tried to add the ifplugin lines, but didnt help.
It worked before, exact same config, i really thing something went oops inside the code.
Bye, Raymond.
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.
----- Original Message ----- From: "Raymond Dijkxhoorn" raymond@prolocation.net
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:
Still not working for me. I have: ===== ifplugin Mail::SpamAssassin::Plugin::URIDNSBL
urirhssub URIBL_JP_SURBL multi.surbl.org. A 64 header URIBL_JP_SURBL eval:check_uridnsbl('URIBL_JP_SURBL') describe URIBL_JP_SURBL Contains a URL listed in the JP SURBL blocklist tflags URIBL_JP_SURBL net score URIBL_JP_SURBL 4.0
urirhsbl URIBL_MP block.rhs.mailpolice.com. A header URIBL_MP eval:check_uridnsbl('URIBL_MP') describe URIBL_MP Contains a URL listed in the MP SURBL blocklist tflags URIBL_MP net score URIBL_MP 2.0
urirhsbl URIBL_UC uc.sasknow.com. A header URIBL_UC eval:check_uridnsbl('URIBL_UC') describe URIBL_UC Contains a URL listed in the UC SURBL blocklist tflags URIBL_UC net score URIBL_UC 0.5
endif # Mail::SpamAssassin::Plugin::URIDNSBL =====
The only difference is that I have my scores included in my .cf file. Raymond, where do you locate your scores?
Bill
Hi!
ifplugin Mail::SpamAssassin::Plugin::URIDNSBL
urirhssub URIBL_JP_SURBL multi.surbl.org. A 64 header URIBL_JP_SURBL eval:check_uridnsbl('URIBL_JP_SURBL') describe URIBL_JP_SURBL Contains a URL listed in the JP SURBL blocklist tflags URIBL_JP_SURBL net score URIBL_JP_SURBL 4.0
urirhsbl URIBL_MP block.rhs.mailpolice.com. A header URIBL_MP eval:check_uridnsbl('URIBL_MP') describe URIBL_MP Contains a URL listed in the MP SURBL blocklist tflags URIBL_MP net score URIBL_MP 2.0
urirhsbl URIBL_UC uc.sasknow.com. A header URIBL_UC eval:check_uridnsbl('URIBL_UC') describe URIBL_UC Contains a URL listed in the UC SURBL blocklist tflags URIBL_UC net score URIBL_UC 0.5
endif # Mail::SpamAssassin::Plugin::URIDNSBL
The only difference is that I have my scores included in my .cf file. Raymond, where do you locate your scores?
Inside the local.cf, but ALSO do a
ifplugin Mail::SpamAssassin::Plugin::URIDNSBL
and
endif # Mail::SpamAssassin::Plugin::URIDNSBL
Around those scores, might help.
Bye, Raymond.
----- Original Message ----- From: "Raymond Dijkxhoorn" raymond@prolocation.net
===== ifplugin Mail::SpamAssassin::Plugin::URIDNSBL
urirhssub URIBL_JP_SURBL multi.surbl.org. A 64 header URIBL_JP_SURBL eval:check_uridnsbl('URIBL_JP_SURBL') describe URIBL_JP_SURBL Contains a URL listed in the JP SURBL blocklist tflags URIBL_JP_SURBL net score URIBL_JP_SURBL 4.0
urirhsbl URIBL_MP block.rhs.mailpolice.com. A header URIBL_MP eval:check_uridnsbl('URIBL_MP') describe URIBL_MP Contains a URL listed in the MP SURBL blocklist tflags URIBL_MP net score URIBL_MP 2.0
urirhsbl URIBL_UC uc.sasknow.com. A header URIBL_UC eval:check_uridnsbl('URIBL_UC') describe URIBL_UC Contains a URL listed in the UC SURBL blocklist tflags URIBL_UC net score URIBL_UC 0.5
endif # Mail::SpamAssassin::Plugin::URIDNSBL
The only difference is that I have my scores included in my .cf file. Raymond, where do you locate your scores?
Inside the local.cf, but ALSO do a
ifplugin Mail::SpamAssassin::Plugin::URIDNSBL
and
endif # Mail::SpamAssassin::Plugin::URIDNSBL
Around those scores, might help.
I do have that. See my output above.
Bill
Hi!
endif # Mail::SpamAssassin::Plugin::URIDNSBL
The only difference is that I have my scores included in my .cf file. Raymond, where do you locate your scores?
Inside the local.cf, but ALSO do a
ifplugin Mail::SpamAssassin::Plugin::URIDNSBL
and
endif # Mail::SpamAssassin::Plugin::URIDNSBL
Around those scores, might help.
I do have that. See my output above.
Overlooked that, i have the same, inside same file, see my other posting. Works for me now, strange.
Bye, Raymond.