Last Update: 8-Mar-1999
Operating System: OpenVMS, UNIX
Component: Mailbox Filter CGI
Base Level Required: PMDF V5.2-31
Other Requirements: none
Platform Subdirectory File(s) to download
-------- ------------ --------------------
OpenVMS VAX [.VMS.VAX_EXE] MBX_FILTER_CGI.EXE
OpenVMS Alpha [.VMS.ALPHA_EXE] MBX_FILTER_CGI.EXE
Tru64 UNIX osf/lib/ mbx_filter_cgi
Solaris SPARC solaris-sparc/lib/ mbx_filter_cgi
Solaris x86 solaris-x86/lib/ mbx_filter_cgi
NT Alpha [.NT-ALPHA] n/a
NT Intel [.NT-INTEL] n/a
OS2 os2/ n/a
General info
------------
When FTPing these images, be sure to FTP them as binary images. Before
retrieving such an image with the GET command, be sure to put your FTP
into binary mode with a command such as TYPE IMAGE or TYPE BINARY.
Change history
---------------
8-Mar-1999
Fixed a bug in which unfolded lines of length greater than 127 bytes in a
filter file would be ignored by the Web interface. (They were still honored
by the actual interpreter run when mail is received for the user.) This bug
would manifest itself as a case where after a number of addresses or strings
were added to a filter, the filter would appear to be empty and could not be
further modified via the Web interface.
Installation
------------
OpenVMS
Copy the image to the PMDF_EXE: directory and then set the file ownership
and protection to match that of the previous version. Then issue the command
$ PMDF RESTART/CLUSTER HTTP
so as to restart the HTTP server.
Solaris, Tru64 Unix
Copy the executable to the /pmdf/lib/ directory and then set the file
ownership and permissions to match that of the previous version. Then issue
the command
# pmdf restart http
so as to restart the HTTP server.
NT
Not applicable