[Bug 28828] gmail notifier getting unexpected http headers

wine-bugs at winehq.org wine-bugs at winehq.org
Fri Oct 21 15:44:47 CDT 2011


http://bugs.winehq.org/show_bug.cgi?id=28828

Juan Lang <juan_lang at yahoo.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1

--- Comment #2 from Juan Lang <juan_lang at yahoo.com> 2011-10-21 15:44:47 CDT ---
Confirming by reading the code (which I wrote.)  Here's the relevant comment:

/* FIXME: only accepts dates in RFC 1123 format and asctime() format,
 * which may not be the only formats actually seen in the wild.
 * http://www.hackcraft.net/web/datetime/ suggests at least RFC 850 dates
 * should be accepted as well.

According to that URL, an RFC 850 date format is:
rfc850-date  = weekday "," SP date2 SP time SP "GMT"

where weekday is one of "Monday", "Tuesday", etc.  But what we see is "Mon"
instead.  Looks like we'll have to be even more permissive.

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list