DataMuseum.dk

Presents historical artifacts from the history of:

DKUUG/EUUG Conference tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about DKUUG/EUUG Conference tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download
Index: T r

⟦80f21783f⟧ TextFile

    Length: 985 (0x3d9)
    Types: TextFile
    Names: »rfc-hdr.c«

Derivation

└─⟦2d1937cfd⟧ Bits:30007241 EUUGD22: P.P 5.0
    └─⟦dc59850a2⟧ »EurOpenD22/pp5.0/pp-5.tar.Z« 
        └─⟦e5a54fb17⟧ 
            └─⟦this⟧ »pp-5.0/Format/rfc1148/rfc-hdr.c« 

TextFile

/* rfc-hdr.c: table that determines the type of header */

# ifndef lint
static char Rcsid[] = "@(#)$Header: /cs/research/pp/hubris/pp-beta/Format/rfc1148/RCS/rfc-hdr.c,v 5.0 90/09/20 16:01:56 pp Exp Locker: pp $";
# endif

/*
 * $Header: /cs/research/pp/hubris/pp-beta/Format/rfc1148/RCS/rfc-hdr.c,v 5.0 90/09/20 16:01:56 pp Exp Locker: pp $
 *
 * $Log:	rfc-hdr.c,v $
 * Revision 5.0  90/09/20  16:01:56  pp
 * rcsforce : 5.0 public release
 * 
 */



#include "rfc-hdr.h"


struct rfc_hdr hdr_list[] = {
"via",          HDR_IGNORE,
"received",     HDR_IGNORE,
"date",         HDR_IGNORE,
"priority",	HDR_IGNORE,
"message-id",   HDR_MID,
"from",         HDR_FROM,
"sender",       HDR_SENDER,
"reply-to",     HDR_REPLY_TO,
"to",           HDR_TO,
"cc",           HDR_CC,
"bcc",          HDR_BCC,
"in-reply-to",  HDR_IN_REPLY_TO,
"references",   HDR_REFERENCES,
"subject",      HDR_SUBJECT,
"incomplete-copy", HDR_INCOMPLETE_COPY,
"language",	HDR_LANGUAGE,
(char *) 0,             0 };