Add a META robots noindex/nofollow tag to SquirrelMail generated output.
authorkink <kink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 4 Apr 2005 12:58:12 +0000 (12:58 +0000)
committerkink <kink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 4 Apr 2005 12:58:12 +0000 (12:58 +0000)
commitf9f738dc5a91f1fab0a05e6d4a3654f98817597e
treeb8467fce9f2e3eba0699adbd0caf63028dda3dfd
parent793566f084fbb48ab6ec356eb7d4bb76b139e719
Add a META robots noindex/nofollow tag to SquirrelMail generated output.
Major search engines will not index squirrelmail-pages. This serves the
following points:
- The search engines' cache/index does not get polluted with useless data;
  indexing a webmail client is not of interest. We should advise search
  engines that they skip us.
- Will not make a squirrelmail install findable through google. This has
  an advantage when someone is looking for vulnerable webmail systems to
  exploit (i.e.: search for "SquirrelMail" in google, and try every system
  you find with a known exploit).
A robots.txt is not a solution because that has to be in the root of a
document tree, which squirrelmail does not have to be.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@9187 7612ce4b-ef26-0410-bec9-ea0150e637f0
ChangeLog
functions/page_header.php
src/configtest.php
src/webmail.php