https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6947
Bug ID: 6947
Summary: [test] t/dcc.t fails because of old DCC_CHECK rule
description in t/data/01_test_rules.cf
Product: Spamassassin
Version: SVN Trunk (Latest Devel Version)
Hardware: All
OS: All
Status: NEW
Severity: minor
Priority: P2
Component: Regression Tests
Assignee: [email protected]
Reporter: [email protected]
The t/dcc.t expects a text 'Detected as bulk mail by DCC'
when a rule DCC_CHECK hits, but instead sees 'Listed in DCC',
which used to be an old rule description (which has been changed
some time between 3.3 and 3.4).
Seems like the t/dcc.t happens to work if it gets the rule
description from installed rules, but fails if it gets it
from a t/data/01_test_rules.cf
The fix is trivial, updating the test rule description
in 01_test_rules.cf to the description of a published rule
(and to the expected text in t/dcc.t):
--- t/data/01_test_rules.cf (revision 1495350)
+++ t/data/01_test_rules.cf (working copy)
-describe DCC_CHECK Listed in DCC (http://rhyolite.com/anti-spam/dcc/)
+describe DCC_CHECK Detected as bulk mail by DCC (dcc-servers.net)
--
You are receiving this mail because:
You are the assignee for the bug.