Within my rails application, I have the plugin ExceptionNotifier installed. However, every "Page Not Found" or Path not found error generates an email. Needless to say, I am getting a ton of emails from "hackers" trying to whack my site with obscure requests. Also, I would like people to get a page not found template/page vs. the generic server error page.
Any insight to how I can achieve this? Thanks in advance!
-H