#endif
#ifndef lint
-FILE_RCSID("@(#)$File: apprentice.c,v 1.113 2008/02/04 20:51:17 christos Exp $")
+FILE_RCSID("@(#)$File: apprentice.c,v 1.114 2008/02/11 01:36:08 rrt Exp $")
#endif /* lint */
#define EATAB {while (isascii((unsigned char) *l) && \
EATAB;
for (i = 0;
*l && ((isascii((unsigned char)*l) && isalnum((unsigned char)*l))
- || strchr("-+/", *l)) && i < sizeof(m->mimetype);
+ || strchr("-+/.", *l)) && i < sizeof(m->mimetype);
m->mimetype[i++] = *l++)
continue;
if (i == sizeof(m->mimetype)) {