| commit | accd1c040f472f613cdac8fbf78e75794819acfc | [log] [tgz] |
|---|---|---|
| author | R David Murray <rdmurray@bitdance.com> | Sun Mar 13 20:06:23 2011 -0400 |
| committer | R David Murray <rdmurray@bitdance.com> | Sun Mar 13 20:06:23 2011 -0400 |
| tree | 8830397de5d56f37dd1413f1ef4c2bb686ee3d80 | |
| parent | 0cfc23762fb3cc5467d50de020a3b69710884aa5 [diff] |
#1162477: accept '.' in addition to ':' when parsing time in date header. Some non-compliant MUAs use '.'s, so by the Postel Principle we should accept them. Patch by Thomas Herve.