diff --git a/signup/signup-handler.php b/signup/signup-handler.php
index 270f659..9b4feef 100644
--- a/signup/signup-handler.php
+++ b/signup/signup-handler.php
@@ -109,7 +109,7 @@ $makeuser
if (mail('root', 'new tilde.club signup', $msgbody)) {
echo '
- email sent! we\'ll get back to you soon (usually within a day) with login instructions!
back to tilde.club home
+ email sent! we\'ll get back to you soon (usually within a day) with login instructions! be sure to check your spam folder as we\'ve had several reports of being marked as spam!
back to tilde.club home
';
file_put_contents("/var/signups", $makeuser.PHP_EOL, FILE_APPEND);
} else {