Here's how I resolved the issue described in my previous post about "HTTP 404 Email Notifier" WP Plugin:
Before anything else, I deactivated and deleted "HTTP 404 Email Notifier" WP Plugin, then checked via FTP that the plugin's directory was no longer in my site's "Plugins" directory.
Next:
1) Logged out of WP Dashboard and loaded site
2) Viewed source code of "Home" page on which warning was displaying
2a) Note: Warning does not display when logged in as admin
3) At bottom of source code page, the time stamp showed the same time stamp: "Served from: yournetsuccess.com @ 2012-04-15 15:21:29 -->" no matter how many times I reloaded the page
4) Actual day was: 2013-02-04
5) Also noticed a reference above the time stamp to the "W3 Total Cache" plugin, which I had previously installed and subsequently deleted.
6) "W3 Total Cache" appears to have left some artifacts on my server causing a conflict with "HTTP 404 Email Notifier" generating the warning even though "HTTP 404 Email Notifier" WP Plugin" was already deleted.
7) Logged in and reinstalled "W3 Total Cache"
8) Logged out and loaded "Home" page: Warning no longer appears
9) Logged in and deactivated "W3 Total Cache"
10) Logged out and loaded "Home" page: Warning still not appearing
11) Logged in and deleted "W3 Total Cache" as well as its files
12) Logged out and loaded "Home" page: Warning still not appearing
I'm concluding that the original warning was the result of a conflict between the 2 plugins, and it is now resolved.
PS: References to "W3 Total Cache" and time stamp no longer appear on "Home" page source code.