aboutsummaryrefslogtreecommitdiffstats
path: root/test/functional/cases/learn_empty.sh
blob: 855979fd314333b94eab8038d67d14e555f4a540 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Test rspamd learn empty part

. ${TEST_DIRNAME}/functions.sh

export RSPAMD_CONFIG="$TEST_DIRNAME/configs/stats.conf" \
	STATSDIR=${TMPDIR}

run_rspamd
run_rspamc learn_spam \
	 --key y3ms1knmetxf8gdeixkf74b6tbpxqugmxzqksnjodiqei7tksyty \
	"$BATS_TEST_DIRNAME/messages/empty_part.eml"
check_output $output 'success.*true'
	
run_rspamc symbols \
	 --key y3ms1knmetxf8gdeixkf74b6tbpxqugmxzqksnjodiqei7tksyty \
	"$BATS_TEST_DIRNAME/messages/empty_part.eml"
check_output $output 'BAYES_SPAM'