mirror of
https://github.com/Mailu/Mailu.git
synced 2025-06-10 23:47:59 +02:00
Ensure the logic is right
This commit is contained in:
parent
5312495d0e
commit
0b776fffbd
@ -1,7 +1,7 @@
|
|||||||
# GTUBE should be blocked, see https://rspamd.com/doc/gtube_patterns.html
|
# 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"
|
python3 tests/email_test.py "XJS*C4JDBQADN1.NSBN3*2IDNEN*GTUBE-STANDARD-ANTI-UBE-TEST-EMAIL*C.34X"
|
||||||
if [ $? -eq 25 ]; then
|
if [ $? -ne 25 ]; then
|
||||||
exit 0
|
|
||||||
else
|
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
exit 0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user