You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mailu/tests/compose/filters/02_email_antispam.sh

7 lines
123 B
Bash

python3 tests/email_test.py message-virus "tests/compose/filters/gtube.txt"
if [ $? -eq 99 ]; then
exit 0
else
exit 1
fi