From 6084441e1b10bc32862ef3be1db06c72ab728650 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florent=20Thi=C3=A9ry?= <florent.thiery@ubicast.eu> Date: Thu, 23 Feb 2017 12:56:44 +0100 Subject: [PATCH] fix banner --- tests/test_send_email.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/test_send_email.sh b/tests/test_send_email.sh index 49b263cf..12483ea8 100755 --- a/tests/test_send_email.sh +++ b/tests/test_send_email.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright 2017, Florent Thiery -# envoyer un mail contenant un truc random +# Criticality: High +# Check that emails can be sent RAND="$RANDOM" EMAIL="noreply+$RAND@ubicast.eu" RELAY=`grep relayhost /etc/postfix/main.cf` -- GitLab