blob: 4649b6cbdfe3710adb3353e26001a789cb425b64 [file] [log] [blame]
#!/usr/bin/perl -T
use lib '.'; use lib 't';
use SATest; sa_t_init("blacklist_autolearn");
use Test::More tests => 3;
# ---------------------------------------------------------------------------
%patterns = (
q{ USER_IN_BLACKLIST }, 'blacklisted',
);
%anti_patterns = (
q{ autolearn=ham } => 'autolearned as ham'
);
tstprefs ('
blacklist_from *@ximian.com
');
ok (sarun ("-L -t < data/nice/001", \&patterns_run_cb));
ok_all_patterns();