https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6255
Summary: change in t/whitelist_addrs.t to make it compatible
with Perl 5.6.2
Product: Spamassassin
Version: 3.3.0
Platform: All
OS/Version: All
Status: NEW
Severity: enhancement
Priority: P5
Component: Regression Tests
AssignedTo: [email protected]
ReportedBy: [email protected]
I think the t/whitelist_addrs.t test is the only test that currently
fails with perl 5.6.*, because it uses a three-argument open()
with ">&", which is not recognized before perl 5.8.?.
The attached patch avoids using this construct, so the test
succeeds with perl 5.6, 5.8 and 5.10.
I know the support for 5.6 is being phased out. Still, it can't hurt
to make the tests pass there. What do you think, do we roll it in?
--
Configure bugmail:
https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.