1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-05-27 22:57:38 +02:00
This commit is contained in:
Florent Daigniere 2022-11-17 18:46:04 +01:00
parent 1bfab1dbfa
commit b28798c74f

View File

@ -1,6 +1,6 @@
# 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 99 ]; then
if [ $? -eq 25 ]; then
exit 0
else
exit 1