https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6155
--- Comment #123 from Adam Katz <[email protected]> 2009-10-22 13:47:40 UTC --- (In reply to comment #122) sorry, that should be: elinks -dump http://ruleqa.spamassassin.org/ |perl -ne 'print if /(\s+[\d.]+){2}\s+[1-9][\d.]+(\s+[\d.]+){3}\s+(?!T_)\w|\sMSECS/' |tee rules.txt for rule in $(perl -ne 'if (/.*\s([A-Z]+\w*_\w*)/) { s//$1/; print; }' < rules.txt); do grep "^[^#]* $rule " /tmp/50_scores_newest.cf || echo "score $rule UNKNOWN"; done With each of those two stanzas living on just one line. Obviously, ignore the genuine ham rules. -- Configure bugmail: https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
