https://bz.apache.org/SpamAssassin/show_bug.cgi?id=8140
Bug ID: 8140
Summary: sa-update uses deprecated method rdatastr
Product: Spamassassin
Version: 4.0.0
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: sa-update
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: Undefined
Net::DNS 1.38 deprecated the rdatastr() method:
> Deprecate rdatastr() historical RR subtype method.
Source: https://metacpan.org/dist/Net-DNS/changes
So sa-update from SpamAssassin 4.0.0 now outputs:
```
deprecated method; prefer $rr->rdstring() at /usr/bin/sa-update line 1460.
```
--
You are receiving this mail because:
You are the assignee for the bug.