https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7687
Giovanni Bechis <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Giovanni Bechis <[email protected]> --- "use constant" is evaluated at compile time while if statements at run time, so you cannot create a pseudo code like: if ($condition) { use constant ... } else { use constant ... } I cannot see any easy solution without adding a parameter to URILocalBL config like it has been done for RelayCountry (country_db_type option). -- You are receiving this mail because: You are the assignee for the bug.
