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

XMKP1.m

Go to the documentation of this file.
  1. XMKP1 ;ISC-SF/GMB-Address and Post msg (cont.) ;04/17/2002 10:54
  1. ;;8.0;MailMan;;Jun 28, 2002
  1. RCPTFWD(XMSF,XMTO,XMFDA,XMIENS,XMNOW,XMFWDBY) ; Someone special fwded to this particular recipient
  1. N XMBY,XMFREC
  1. S XMFREC=^TMP("XMY",$J,XMTO,"F")
  1. S XMBY=$P(XMFREC,U)
  1. I +XMBY=XMBY D
  1. . ; Recipient has fwding address; note that recipient fwded.
  1. . S XMFDA(3.91,XMIENS,8)=$$NAME^XMXUTIL(XMBY)_" "_XMNOW ; fwd by name date time
  1. . S XMFDA(3.91,XMIENS,8.01)=XMBY ; fwd by duz
  1. . S XMFDA(3.91,XMIENS,8.02)="A" ; Auto-Forward
  1. . Q:XMSF="S"
  1. . I $P(XMFREC,U,2)'="" D Q ; original forwarder is from remote site
  1. . . S XMFDA(3.91,XMIENS,8.03)=$P(XMFREC,U,2)
  1. . . S XMFDA(3.91,XMIENS,8.04)="@"
  1. . S XMFDA(3.91,XMIENS,8.03)=XMFWDBY
  1. . S XMFDA(3.91,XMIENS,8.04)=$S($G(XMINSTR("FWD BY XMDUZ"))="F":"F",1:"@") ; Filter-Forward or otherwise
  1. E D
  1. . ; Forwarded from remote site.
  1. . S XMFDA(3.91,XMIENS,8)=XMBY_" "_XMNOW ; fwd by name date time
  1. . S XMFDA(3.91,XMIENS,8.01)="@" ; fwd by duz
  1. Q