http://issues.apache.org/SpamAssassin/show_bug.cgi?id=4707
------- Additional Comments From [EMAIL PROTECTED] 2005-11-28 06:29 -------
I'd suggest a slight variation for prettyness:
q++;
if ((q[0]|0x20) == 'd' &&
((q[1]|0x20) == 'a' &&
((q[2]|0x20) == 't' &&
((q[3]|0x20) == 'a') {
Personally I prefer the && in the front of the continuations lined up with
the 'if', but I admit that isn't the general Unix practice.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.