diff --git a/manual/add-note.php b/manual/add-note.php index ac9a81e6c..cc00a5380 100644 --- a/manual/add-note.php +++ b/manual/add-note.php @@ -103,6 +103,8 @@ if ($process) { print "

As a security precaution, we only allow a certain number of notes to be submitted per minute. At this time, this number has been exceeded. Please re-submit your note in about a minute.

"; } else if (strpos($result, '[SPAMMER]') !== FALSE) { print '

Your IP is listed in one of the spammers lists we use. If you think this is an error, please contact the webmaster.

'; + } else if (strpos($result, '[SPAM WORD]') !== FALSE) { + echo '

Your note contains a prohibited (usually SPAM) word. Please remove it and try again.

'; } else { echo ""; echo "

There was an internal error processing your submission. Please try to submit again later.

";