home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / mail / misc / 4251 < prev    next >
Encoding:
Text File  |  1993-01-06  |  1.9 KB  |  54 lines

  1. Newsgroups: comp.mail.misc
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!magnus.acs.ohio-state.edu!usenet.ins.cwru.edu!agate!linus!progress!bedford.progress.COM!tucker
  3. From: tucker@bedford.progress.COM (Kyle Tucker)
  4. Subject: deliver program option -n
  5. Message-ID: <1993Jan5.211312.14560@progress.com>
  6. Sender: tucker@bahrain (Kyle Tucker)
  7. Nntp-Posting-Host: bahrain
  8. Reply-To: tucker@bedford.progress.COM
  9. Organization: Progress Software Corp.
  10. Date: Tue, 5 Jan 1993 21:13:12 GMT
  11. Lines: 41
  12.  
  13. I am working with the deliver program and have -n option being used in
  14. the following deliver.sys:
  15.  
  16. case $1 in
  17. address)
  18.         set -x
  19.         SUBJECT=`grep "^Subject:" $HEADER`
  20.         cat $HEADER $BODY | /usr/local/bin/deliver -vn tucker
  21.         mailx -s "Re: $SUBJECT" $SENDER << XXX
  22. Your mail regarding $SUBJECT has been forwarded to the proper person.
  23. ;;
  24. esac
  25.  
  26. This is not using aliases as one would think -n would. As it is working, it
  27. seems to just what -b would. Also, in the -v output below, what is the
  28. system delivery file disabled line doing? Is this closing upon completion
  29. of it's use?  
  30.  
  31. found system delivery file /usr/local/lib/deliver.sys
  32. system delivery file disabled
  33. Destinations as taken from argument list:
  34.         tucker: Working
  35. user delivery files disabled
  36. missing post-user delivery file /usr/local/lib/deliver.post
  37. As tucker, delivering to system mailbox /usr/mail/tucker
  38. created lockfile /usr/mail/tucker.lock
  39. locked with lockf()
  40. unlocked with lockf()
  41. removed lockfile /usr/mail/tucker.lock
  42. wrote message to /usr/mail/tucker
  43. Destinations after delivery:
  44.         tucker: Done
  45.  
  46.  
  47. Thank in advance, Kyle 
  48.  
  49. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  50. Kyle Tucker - Email Administrator  |         Progress Software Corporation
  51. tucker@bedford.progress.com        |        14 Oak Park
  52. (617)280-4565               |        Bedford, Mass. 01730
  53. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  54.