z/OS Communications Server: IP Programmer's Guide and Reference
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


smfi_register

z/OS Communications Server: IP Programmer's Guide and Reference
SC27-3659-02

#include <libmilter/mfapi.h>
int smfi_register(
	     smfiDesc_str descr
);
The xxfi_flags field should contain the bitwise OR of zero or more of the following values, describing the actions the filter might take:
SMFIF_ADDHDRS
This filter can add headers.
SMFIF_CHGHDRS
This filter can change and delete headers.
SMFIF_CHGBODY
This filter can replace the body during filtering. This can have significant performance impact if other filters do body filtering after this filter.
SMFIF_ADDRCPT
This filter can add recipients to the message.
SMFIF_DELRCPT
This filter can remove recipients from the message.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014