The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more

#!/usr/bin/perl -T
use lib '.'; use lib 't';
use SATest; sa_t_init("spamd_stop");
plan skip_all => "Spamd tests disabled" if $SKIP_SPAMD_TESTS;
plan tests => 2;
# ---------------------------------------------------------------------------
%patterns = (
q{ X-Spam-Status: Yes,}, 'status',
);
ok (sdrun ("-L", "< data/spam/001", \&patterns_run_cb));
ok_all_patterns();