diff --git a/tests/runtests.pl b/tests/runtests.pl index 15acc07ff..e840053ef 100755 --- a/tests/runtests.pl +++ b/tests/runtests.pl @@ -793,7 +793,7 @@ sub verifyftp { # SMTP is a bit different since it requires more options and it # has _no_ output! $extra .= "--mail-rcpt verifiedserver "; - $extra .= "--mail-from fake "; + $extra .= "--mail-from fake@example.com "; $extra .= "--upload /dev/null "; $extra .= "--stderr - "; # move stderr to parse the verbose stuff }