SA Bugzilla – Bug 2303
backwards compat broken for user-added RBL tests
Last modified: 2003-08-11 20:21:02 UTC
I've mentioned this on sa-devel, but not as a bug AFAIK. Basically in 2.[45]x, it's OK to use header FOO eval:check_rbl('blah') but in 2.60 the code requires use of rbleval: otherwise the RBL is not queried, and no warning is printed. Many third-party sites suggest using this, for example http://improbable.org/chris/index.php?ID=109 -- so we should at least add backwards compat (it's very inexpensive). Patch to follow. This patch adds support for eval:check_rbl*() -- but issues a debug message about it being deprecated, if it's found. (thoughts -- should this be a real warning message?)
Created attachment 1220 [details] fix
moving to 2.60; releasing without this would break backwards compat for this feature in a nasty way.
+1 I think the patch looks fine.
committed.