Annotation of researchv9/jerq/src/sysmon/scanmail.h, revision 1.1

1.1     ! root        1: 
        !             2: #define MSIZE sizeof("delivered  From ") + DIRSIZ + 1
        !             3: #define MAILLOG "/usr/spool/mail/mail.log"
        !             4: #define MAILDIR "/usr/spool/mail"
        !             5: #define MAILNAME "mail.log"
        !             6: 
        !             7: struct scanmail {
        !             8:     char       sm_file[DIRSIZ+1];      /* name of file */
        !             9:     long               sm_pos;                 /* current position in file */
        !            10:     char       sm_match[MSIZE];        /* preface to match */
        !            11:     char       sm_log;                 /* true if using mail log */
        !            12: };
        !            13: 

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.