MSGFLAG_REPORTABLE
.msgflags = MSG_NOAUTHNOPRIV | MSGFLAG_REPORTABLE,
hdd.msgflags = MSGFLAG_REPORTABLE;
hdd.msgflags = MSGFLAG_AUTH | MSGFLAG_REPORTABLE;
hdd.msgflags &= ~MSGFLAG_REPORTABLE;
hd->msgflags &= ~MSGFLAG_REPORTABLE;
#define MSGFLAG_ALL (MSGFLAG_AUTH | MSGFLAG_PRIV | MSGFLAG_REPORTABLE)