home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.mail.misc
- Path: sparky!uunet!zaphod.mps.ohio-state.edu!magnus.acs.ohio-state.edu!usenet.ins.cwru.edu!agate!linus!progress!bedford.progress.COM!tucker
- From: tucker@bedford.progress.COM (Kyle Tucker)
- Subject: deliver program option -n
- Message-ID: <1993Jan5.211312.14560@progress.com>
- Sender: tucker@bahrain (Kyle Tucker)
- Nntp-Posting-Host: bahrain
- Reply-To: tucker@bedford.progress.COM
- Organization: Progress Software Corp.
- Date: Tue, 5 Jan 1993 21:13:12 GMT
- Lines: 41
-
- I am working with the deliver program and have -n option being used in
- the following deliver.sys:
-
- case $1 in
- address)
- set -x
- SUBJECT=`grep "^Subject:" $HEADER`
- cat $HEADER $BODY | /usr/local/bin/deliver -vn tucker
- mailx -s "Re: $SUBJECT" $SENDER << XXX
- Your mail regarding $SUBJECT has been forwarded to the proper person.
- ;;
- esac
-
- This is not using aliases as one would think -n would. As it is working, it
- seems to just what -b would. Also, in the -v output below, what is the
- system delivery file disabled line doing? Is this closing upon completion
- of it's use?
-
- found system delivery file /usr/local/lib/deliver.sys
- system delivery file disabled
- Destinations as taken from argument list:
- tucker: Working
- user delivery files disabled
- missing post-user delivery file /usr/local/lib/deliver.post
- As tucker, delivering to system mailbox /usr/mail/tucker
- created lockfile /usr/mail/tucker.lock
- locked with lockf()
- unlocked with lockf()
- removed lockfile /usr/mail/tucker.lock
- wrote message to /usr/mail/tucker
- Destinations after delivery:
- tucker: Done
-
-
- Thank in advance, Kyle
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- Kyle Tucker - Email Administrator | Progress Software Corporation
- tucker@bedford.progress.com | 14 Oak Park
- (617)280-4565 | Bedford, Mass. 01730
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-