http://issues.apache.org/SpamAssassin/show_bug.cgi?id=4954
[EMAIL PROTECTED] changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From [EMAIL PROTECTED] 2006-06-24 06:25 -------
I added in the rule_tests.t file to the MANIFEST files in 3.1 and 3.2. I ended
up using:
find . -type f | grep -wvf MANIFEST | perl -nle 'BEGIN {
open(T,"MANIFEST.SKIP"); @t=map { qr/$_/ } <T>; close(T); } next if /\.svn/;
$flag=1; foreach my $r (@t) { if (/$r/) { $flag = 0; last; } } print if $flag;'
and the only thing that really stood out was the test file.
:)
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.