http://bugzilla.spamassassin.org/show_bug.cgi?id=3997
------- Additional Comments From [EMAIL PROTECTED] 2005-04-13 07:34 -------
Subject: Re: DNS answers get mixed up
> my $packet = $self->{res}->make_query_packet($host);
> my $packet_data = $packet->data;
> my $h = $packet->header;
> my $id = $h->id;
>
> seem to imply that make_query_packet generates a unique ID when it makes a
> header. Is that the case?
Yes, make_query_packet calls Net::DNS::Packet::new which calls
Net::DNS::Header::new which calls Net::DNS::Header::nextid to fill in the
id field.
Tony.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.