mirror of
https://github.com/optim-enterprises-bv/Mailu.git
synced 2025-11-02 11:08:01 +00:00
Ensure the logic is right
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user