Home
last modified time | relevance | path

Searched refs:exp_from (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/ibm-public/postfix/dist/src/local/
H A Ddeliver_attr.c73 attrp->exp_from = 0; in deliver_attr_init()
98 msg_info("exp_from: %s", attrp->exp_from ? attrp->exp_from : "null"); in deliver_attr_dump()
H A Dlocal.h92 char *exp_from; /* expanded_from */ member
160 p.msg_attr.exp_from ? p.msg_attr.exp_from : "")
H A Dalias.c144 if (state.msg_attr.exp_from != 0 in deliver_alias()
145 && strcasecmp_utf8(state.msg_attr.exp_from, name) == 0) in deliver_alias()
155 state.msg_attr.exp_from = name; in deliver_alias()
H A Dinclude.c105 state.msg_attr.exp_from = state.msg_attr.local; in deliver_include()
H A Ddotforward.c242 state.msg_attr.exp_from = state.msg_attr.local; in deliver_dotforward()