http://bugzilla.spamassassin.org/show_bug.cgi?id=3997
------- Additional Comments From [EMAIL PROTECTED] 2005-04-12 21:49 -------
Justin, I know I'm being overly picky, but shouldn't
+sub init_dns_id_counter_from_pid {
+ $DNS_ID_COUNTER = (($$ >> 10) | (($$ << 6) & 0xffff));
use xor instead of or for the hash?
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
