1
0
mirror of https://github.com/Mailu/Mailu.git synced 2024-12-12 10:45:38 +02:00

Ensure the logic is right

This commit is contained in:
Florent Daigniere 2023-11-15 10:25:55 +01:00
parent 5312495d0e
commit 0b776fffbd

View File

@ -1,7 +1,7 @@
# GTUBE should be blocked, see https://rspamd.com/doc/gtube_patterns.html
python3 tests/email_test.py "XJS*C4JDBQADN1.NSBN3*2IDNEN*GTUBE-STANDARD-ANTI-UBE-TEST-EMAIL*C.34X"
if [ $? -eq 25 ]; then
exit 0
else
if [ $? -ne 25 ]; then
exit 1
fi
exit 0