Mail-SpamAssassin-Plugin-Konfidi

 view release on metacpan or  search on metacpan

MANIFEST  view on Meta::CPAN

README
rules/10_misc.cf
rules/test_load_plugin.pre
rules/user_prefs.template
t/00-load.t
t/acceptance-base.pl
t/acceptance.t
t/boilerplate.t
t/config
t/config.dist
t/data/gpg_thunderbird.eml
t/data/plain.eml
t/pod.t
t/SATest.pm
t/test_dir
t/unit.t
SIGNATURE    Added here by Module::Build

SIGNATURE  view on Meta::CPAN

SHA1 8ea48df280439619c7618774150445c2d8d849b2 rules/10_misc.cf
SHA1 f8870f13c6fd068c96dc362f40975c83b94ceca6 rules/test_load_plugin.pre
SHA1 ee9aa2a0c155c661439643b1a60181cf0ba980e0 rules/user_prefs.template
SHA1 de5aed9145016750c625c54438d9da7ba9d6ba4a t/00-load.t
SHA1 20ca644ea438d62736b14927418b3f5a55d8f73a t/SATest.pm
SHA1 692f2771df9bedf7242382ba4801d5eaa0019f8c t/acceptance-base.pl
SHA1 95bb16becfa037ae15ac125aadbaa71d6a19d49b t/acceptance.t
SHA1 789c51bee8e2d3ad5fca5fd84ec27a4fdb9b07d3 t/boilerplate.t
SHA1 4529db8acd258e0c931248890af27035d86ae97b t/config
SHA1 2a6200b4970e6761833432f119ab35ff04a6de42 t/config.dist
SHA1 cea7ebdbf911f34e74a08232db9cd6affb87a95f t/data/gpg_thunderbird.eml
SHA1 09a743a289b64bbfea5d49419d448541e13806fc t/data/plain.eml
SHA1 0190346d7072d458c8a10a45c19f86db641dcc48 t/pod.t
SHA1 da39a3ee5e6b4b0d3255bfef95601890afd80709 t/test_dir
SHA1 1a4c5edb1677f7bdadb52b0492a179b2ba5bb396 t/unit.t
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.7 (GNU/Linux)

iQIVAwUBR5Qllmc36lVi77tzAQrPWxAAse7R5WegM/dy4pk6XBqG2PMaZ5FqAaOs
2cDdViDeMTLZVsTtVJMhfKs4teIid/w0KNwPBOyeOfCHNZLRXzou9d38Se6Ql48Y
38UptwNDhEgrr0qo1qwTkvf5AnK8itvFB7jHe3t63WoUCC320dZb8QFxv6zAf6+/

t/acceptance.t  view on Meta::CPAN

exit unless (DO_RUN);

acceptance_setup();

our %patterns = (
    q{ KONFIDI_TRUST_VALUE }, 'konfidi trust value',
);
our %anti_patterns = (
);

sarun("-t < data/gpg_thunderbird.eml", \&patterns_run_cb);
ok_all_patterns(); # one test per pattern & anti-pattern

%patterns = (
);
%anti_patterns = (
    q{ KONFIDI_TRUST_VALUE }, 'konfidi trust value',
);

sarun("-t < data/plain.eml", \&patterns_run_cb);
ok_all_patterns(); # one test per pattern & anti-pattern

# make Konfidi::Client throw an exception
tstprefs (q{
    konfidi_service_url http://unreachable.server/
}   );
sarun("-t < data/gpg_thunderbird.eml", \&patterns_run_cb);
ok_all_patterns(); # one test per pattern & anti-pattern



( run in 0.902 second using v1.01-cache-2.11-cpan-df04353d9ac )