Home   Package List   Routine Alphabetical List   Global Alphabetical List   FileMan Files List   FileMan Sub-Files List   Package Component Lists   Package-Namespace Mapping  
Routine: XMUT7

XMUT7.m

Go to the documentation of this file.
  1. XMUT7 ;ISC-SF/GMB-Send Message to Forwarding Address ;04/17/2002 12:08
  1. ;;8.0;MailMan;;Jun 28, 2002
  1. ; Was (WASH ISC)/CAP
  1. ;
  1. ; Entry points covered by DBIA 1132:
  1. ; ENT Send bulletin to check forwarding address.
  1. ENT(XMUSER) ; Send bulletin to check forwarding address.
  1. ; See DD for file 3.7, field 2
  1. ; XMUSER - DUZ of user, whose forwarding address we are checking.
  1. N XMPARM,XMINSTR,XMTO
  1. S XMINSTR("FROM")=.5
  1. S XMPARM(1)=$$NAME^XMXUTIL(XMUSER)
  1. S XMPARM(2)=$P(^XMB(3.7,XMUSER,0),U,2) Q:XMPARM(2)=""
  1. S XMTO(XMPARM(2))=""
  1. I '+$G(^XMB(1,1,"FORWARD")) S XMTO(.5)=""
  1. D TASKBULL^XMXBULL(.5,"XM FWD ADDRESS CHECK",.XMPARM,"",.XMTO,.XMINSTR)
  1. Q