Home
last modified time | relevance | path

Searched refs:PRIV_NOREFLECTION (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/sendmail/src/
H A Dsendmail.h1990 #define PRIV_NOREFLECTION 0x00800000 /* do not show original command */ macro
1993 #define PRIV_GOAWAY (0x0000ffff|PRIV_NOREFLECTION)
H A Dsrvrsmtp.c935 # define SHOWCMDINREPLY(inp) (bitset(PRIV_NOREFLECTION, PrivacyFlags) ? \
937 # define SHOWSHRTCMDINREPLY(inp) (bitset(PRIV_NOREFLECTION, PrivacyFlags) ? \
H A Dconf.c177 { "noreflection", PRIV_NOREFLECTION },