HP3000-L Archives

December 1999, Week 1

HP3000-L@RAVEN.UTC.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
"VANCE,JEFF (HP-Cupertino,ex1)" <[log in to unmask]>
Reply To:
VANCE,JEFF (HP-Cupertino,ex1)
Date:
Tue, 7 Dec 1999 14:52:36 -0700
Content-Type:
text/plain
Parts/Attachments:
text/plain (18 lines)
> I think I downloaded this from the jazz server

Where?, so I can correct if it turns out there is an error.
...
>   PARM IPMASK=""
...
>   if pos('.',iplist_ip) > 0 and &
>        pmatch('!iplist_ip',iplist_ip) then
                ^^^^^^^^^^^^
I think this should read:
         pmatch('!IPMASK',iplist_ip) then

This compares the actual IP address displayed by listf,8 against the
parameter IP mask.  Otherwise, as written originally, pmatch() will
always return true.

Jeff Vance, CSY

ATOM RSS1 RSS2