home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / unix / wizards / 4621 < prev    next >
Encoding:
Internet Message Format  |  1992-11-11  |  2.6 KB

  1. Path: sparky!uunet!europa.asd.contel.com!darwin.sura.net!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!rutgers!cmcl2!adm!news
  2. From: postmaster@tintin.csl.sni.be
  3. Newsgroups: comp.unix.wizards
  4. Subject: smtp mail failed
  5. Message-ID: <34039@adm.brl.mil>
  6. Date: 12 Nov 92 07:01:28 GMT
  7. Sender: news@adm.brl.mil
  8. Lines: 53
  9.  
  10. Your mail to magellan is undeliverable.
  11. ---------- diagnosis ----------
  12. ---------- unsent mail ----------
  13. From UNIX-WIZARDS Sun Sep  6 15:15:17 EST 1992 remote from BRL.MIL remote from tintin
  14. Received: from BRL.MIL by tintin.csl.sni.be; Thu, 12 Nov 1992 07:08 MET
  15. Received: by snibru.uucp (/\==/\ Smail3.1.25.1 #25.4)
  16.     id <m0mpWfO-00012FC@snibru.uucp>; Thu, 12 Nov 92 06:00 MEZ
  17. Received: from vm1.NoDak.edu by ub4b.buug.be (5.65c/ub4b_02)
  18.     id AA03797; Thu, 12 Nov 1992 02:22:53 +0100
  19. Received: from NDSUVM1.BITNET by VM1.NoDak.EDU (IBM VM SMTP V2R2)
  20.    with BSMTP id 0227; Wed, 11 Nov 92 19:22:09 CST
  21. Received: from NDSUVM1.BITNET by NDSUVM1.BITNET (Mailer R2.07) with BSMTP id
  22.  5443; Wed, 11 Nov 92 19:22:06 CST
  23. Message-Id: <199211120122.AA03797@ub4b.buug.be>
  24. Date:         Sun, 6 Sep 1992 15:15:17 EST
  25. Reply-To: UNIX-WIZARDS@BRL.MIL
  26. Sender: Unix-Wizards Mailing List <UNIX-WIZ@VM1.NoDak.EDU>
  27. From: "The Moderator (Mike Muuss)" <Unix-Wizards-Request@BRL.MIL>
  28. Subject:      UNIX-WIZARDS Digest  V16#001
  29. X-To:         UNIX-WIZARDS@BRL.MIL
  30. To: Multiple recipients of list UNIX-WIZ <UNIX-WIZ@VM1.NoDak.EDU>
  31. Content-Type: text
  32. Content-Length: 26253
  33.  
  34. UNIX-WIZARDS Digest          Sun, 06 Sep 1992              V16#001
  35.  
  36. Today's Topics:
  37.                 ASYNCHRONOUS FILE PRESENCE NOTIFICATION
  38.             Re: How do I remove a directory with no parent?
  39.            Re: Implementation of Sys V. based message queues
  40.                            Re: Disk bad block
  41.                   Re: STREAMS M_ERROR Message problem
  42.                       Question on COFF file format
  43.                     Re: Question on COFF file format
  44.                         random passwd generator
  45.                       Re: random passwd generator
  46.                             Re: Passing FIDs
  47.                           Superblock question
  48.                              UUCP-question
  49.  
  50. -----------------------------------------------------------------
  51.  
  52. From: Kunal Singh <ksingh@passion.fia.dmg.ml.com>
  53. Subject: ASYNCHRONOUS FILE PRESENCE NOTIFICATION
  54. Keywords: UNIX FILE
  55. Date: 1 Sep 92 14:26:47 GMT
  56. Sender: Kunal Singh <ksingh@passion>
  57. Nntp-Posting-Host: passion
  58. To:       unix-wizards@sem.brl.mil
  59.  
  60. I'm trying to write a program which will check a certain directory for incoming
  61.  files.  I want this program to be interrupt-driven such that as soon as a file
  62.  is put into this directory, my program is signaled and can process the file.
  63.