https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7667
Bug ID: 7667
Summary: division by zero possible in latest update
Product: Spamassassin
Version: 3.3.2
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Rules
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: Undefined
CentOS 5, the latest update cannot be installed:
/etc/cron.daily/sa_update:
config: invalid expression for rule T_MIXED_ES: "( __LOWER_E > 20 ) && (
__E_LIKE_LETTER > ( (__LOWER_E * 14 ) / 10) ) && ( ( __E_LIKE_LETTER /
__LOWER_E ) < 10 )": division by zero possible
I assume it is because of __E_LIKE_LETTER / __LOWER_E. Is it possible to
rewrite it, or is the perl version too old in CentOS 5?
--
You are receiving this mail because:
You are the assignee for the bug.