https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6312
--- Comment #7 from Adam Katz <[email protected]> 2010-02-01 12:36:58 UTC --- (In reply to comment #6) > > I just find it odd to use a ternary operator with empty clauses > > It's not with an empty clause. It's with an empty list as an expression. > Arguments to a ternary conditional operator are expressions, > not clauses (which makes it different to if-else). Ah. The empty list return wasn't clear to me before. Consider my style critiques retracted. +1 -- Configure bugmail: https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
