${result} = Scan Message With Rspamc ${TESTDIR}/messages/emails1.eml
Check Rspamc ${result} "jim@example.net"
Should Contain ${result.stdout} "bob@example.net"
- Should Contain ${result.stdout} "rupert@example.net"
\ No newline at end of file
+ Should Contain ${result.stdout} "rupert@example.net"
+
+EMAILS DETECTION ZEROFONT
+ ${result} = Scan File ${LOCAL_ADDR} ${PORT_NORMAL} ${TESTDIR}/messages/zerofont.eml
+ Follow Rspamd Log
+ Should Contain ${result} MANY_INVISIBLE_PARTS
+ Should Contain ${result} ZERO_FONT
\ No newline at end of file