https://bz.apache.org/SpamAssassin/show_bug.cgi?id=8414
--- Comment #5 from Bill Cole <[email protected]> --- Created attachment 6089 --> https://bz.apache.org/SpamAssassin/attachment.cgi?id=6089&action=edit Replace Venus (integer coercion) constructs with int() Fixes many instances of +0 or 0+ being used to coerce a variable to a number. Uses int() rather than any function that would preserve non-integer parts because I believe that all of these are cases where only an integer is reasonable. In fact, I believe that in most but not all cases, the coercion is not really needed because the relevant variable is simply an integer. I have preserved those coercions in an abundance of caution. -- You are receiving this mail because: You are the assignee for the bug.
