FreeBSD Bugzilla – Attachment 159045 Details for
Bug 201741
mail/spamassassin: Fix DNS resolving incompatibility with Net::DNS 1.01
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
files/patch-DnsResolver.pm
patch-DnsResolver.pm (text/plain), 468 bytes, created by
Mark.Martinec
on 2015-07-21 12:30:12 UTC
(
hide
)
Description:
files/patch-DnsResolver.pm
Filename:
MIME Type:
Creator:
Mark.Martinec
Created:
2015-07-21 12:30:12 UTC
Size:
468 bytes
patch
obsolete
>--- lib/Mail/SpamAssassin/DnsResolver.pm 2015/07/20 18:23:18 1691991 >+++ lib/Mail/SpamAssassin/DnsResolver.pm 2015/07/20 18:24:48 1691992 >@@ -592,6 +592,9 @@ > }; > > if ($packet) { >+ # RD flag needs to be set explicitly since Net::DNS 1.01, Bug 7223 >+ $packet->header->rd(1); >+ > # my $udp_payload_size = $self->{res}->udppacketsize; > my $udp_payload_size = $self->{conf}->{dns_options}->{edns}; > if ($udp_payload_size && $udp_payload_size > 512) {
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 201741
: 159045