within header=... matches only the header value
authorHeikki Levanto <heikki@indexdata.dk>
Mon, 22 Jul 2013 09:40:49 +0000 (11:40 +0200)
committerHeikki Levanto <heikki@indexdata.dk>
Mon, 22 Jul 2013 09:40:49 +0000 (11:40 +0200)
Used to match the whole header line, but we need to use
^$ anchoring for host-relative regexps, and they need to
anchor at the ends of the value. MP-470.


No differences found