diff --git a/include/tests_mail_messaging b/include/tests_mail_messaging index e511466f..02236044 100644 --- a/include/tests_mail_messaging +++ b/include/tests_mail_messaging @@ -56,8 +56,10 @@ if IsVerbose; then Display --indent 2 --text "- Exim status" --result "${STATUS_NOT_FOUND}" --color WHITE; fi fi fi - - # Test : MAIL-8803 +# +################################################################################# +# + # Test : MAIL-8804 # Description : Exim configuration options if [ ${EXIM_RUNNING} -eq 1 -a ! "${EXIMBINARY}" = "" ]; then PREQS_MET="YES"; else PREQS_MET="NO"; fi Register --test-no MAIL-8803 --preqs-met ${PREQS_MET} --weight L --network NO --category security --description "Exim configuration options"