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