home *** CD-ROM | disk | FTP | other *** search
- Xref: sparky vmsnet.internals:1308 comp.os.vms:14956
- Path: sparky!uunet!dtix!darwin.sura.net!wupost!zaphod.mps.ohio-state.edu!moe.ksu.ksu.edu!mbox.ualr.edu!backup.ualr.edu!domiller
- From: domiller@ualr.edu
- Newsgroups: vmsnet.internals,comp.os.vms
- Subject: Help patching MAILSHR
- Message-ID: <1992Sep12.205212.1@ualr.edu>
- Date: 12 Sep 92 20:52:12 GMT
- Organization: University of Arkansas at Little Rock
- Lines: 26
- Nntp-Posting-Host: backup.ualr.edu
-
- Okay all you Macro/Patch hackers out there, here's a simple(?) one.
-
- I have been trying to modify the mailshr patch posted Claude Barbe to verify
- if a user exists in the local sysuaf, and transparently re-write the address
- if not. I can get the code to work fine in Macro using a call to sys$getuai,
- but I can't figure out how to get it into a patch. Apparently sys$getuai does
- not translate to an address that can be used by patch (unlike sys$setprv or
- sys$fao which are also used in the patch).
-
- Okay, now the question. How can I accomplish finding the validity of a user
- in a manner that can be used in a patch to mailshr?
-
- Alternatively, is there a user with source listings on CD who would be willing
- to let me peruse the MAILSHR sources (if that's legal)?
- Thanks,
- Dale
-
- ----------------------------------------------------------------------------
- | Dale O. Miller | # # ### # #### |
- | University of Arkansas at Little Rock | # # # # # # # |
- | 2801 S. University | # # ##### # #### |
- | Little Rock, AR 72204-1099 USA | # # # # # # # |
- | (501)569-8714 | ### # # ##### # # |
- | DOMILLER@UALR.EDU, DOMILLER@UALR.BITNET | Disclaimer: This does not |
- | 92-20-28 W,34-43-30 N.ICBMNET | say what I say it doesn't say. |
- ----------------------------------------------------------------------------
-