Hi again Steve,
mail-filter/dspam-3.8.0-r9
www-apps/dspam-web-3.8.0
Gentoo again. Looks like we have a lot of Gentoo users on the ML here...
Yup. And talking about Gentoo, shouldn't this snippet from
14_all_cgi-fixes.patch be removed?? :
@@ -546,9 +550,9 @@
}
}
$DATA{$hk}=join("_",
- join(",",@{$lst{spam}}),
- join(",",@{$lst{nonspam}}),
- join(",",@{$lst{title}}),
+ join(",",@{$lst{spam}} || [0]),
+ join(",",@{$lst{nonspam}} || [0]),
+ join(",",@{$lst{title}} || [0]),
);
}
I don't speak Perl and so I don't know what is it trying to fix, but
it doesn't seem fix anything or at least it breaks graph analysis
(which is bad because as everybody knows, CEOs like graphics ;) )
Thanks again Steve,
No problem. That's the reason the ML is here.
BTW, Wonderful ML!
Best regards,
Norberto
----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.