Subject: | HTML check for fetch google page may fail |
On some of my smokers the test
doesn't match '(?^i:<HTML>)'
fails --- because the html header looks different, starting with
<!doctype html><html itemscope="" itemtype="http://schema.org/WebPage" lang="en"><head><meta
So it seems you have to drop the ">" from the regular expression.