Apache-AntiSpam
view release on metacpan or search on metacpan
t/01_heuristic.t view on Meta::CPAN
use lib 't/lib';
use strict;
use Test;
BEGIN { plan tests => 1 }
use FilterTest;
use Apache::AntiSpam::Heuristic;
my $out = filters('t/sample.txt', 'Apache::AntiSpam::Heuristic');
ok($out, qr/user at host dot network/);
( run in 1.819 second using v1.01-cache-2.11-cpan-99c4e6809bf )