http://bugzilla.spamassassin.org/show_bug.cgi?id=3997
------- Additional Comments From [EMAIL PROTECTED] 2005-04-12 18:24 ------- Good analysis. I don't think the nameserver is likely to care about identical DNS IDs due to spamd children. But in case one out there might, you could use the process ID as a basis for the initial value of the counter, e.g. something like $counter = ($$ >> 10) | (($$ << 6) & 0xffff); I'm afraid I don't really know perl (to write, rather than to read) so can't really help in general. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.