exporting patch:
# HG changeset patch
# User Gerald Combs <gerald@wireshark.org>
# Date 1384881950 28800
#      Tue Nov 19 09:25:50 2013 -0800
# Node ID 072577e05c0c11de8e5ffe64ae38e02129fb8bad
# Parent  77533e162654eb09faee8115c8c1884ffd85f864
Add bingbot to ua_spiders.

Bing has been crawling our wiki with the user agent "Mozilla/5.0
(compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)".  A blog
entry about the UA string can be found at
http://www.bing.com/blogs/site_blogs/b/webmaster/archive/2010/09/03/bingbot-is-coming-to-town.aspx

diff -r 77533e162654 -r 072577e05c0c MoinMoin/config/multiconfig.py
--- a/MoinMoin/config/multiconfig.py	Tue Aug 13 12:17:47 2013 +0200
+++ b/MoinMoin/config/multiconfig.py	Tue Nov 19 09:25:50 2013 -0800
@@ -877,7 +877,7 @@
     # and receive a FORBIDDEN for anything except viewing a page
     # list must not contain 'java' because of twikidraw wanting to save drawing uses this useragent
     ('ua_spiders',
-     ('archiver|cfetch|charlotte|crawler|gigabot|googlebot|heritrix|holmes|htdig|httrack|httpunit|'
+     ('archiver|bingbot|cfetch|charlotte|crawler|gigabot|googlebot|heritrix|holmes|htdig|httrack|httpunit|'
       'intelix|jeeves|larbin|leech|libwww-perl|linkbot|linkmap|linkwalk|litefinder|mercator|'
       'microsoft.url.control|mirror| mj12bot|msnbot|msrbot|neomo|nutbot|omniexplorer|puf|robot|scooter|seekbot|'
       'sherlock|slurp|sitecheck|snoopy|spider|teleport|twiceler|voilabot|voyager|webreaper|wget|yeti'),
