Searched refs:helo_args (Results 1 - 1 of 1) sorted by relevance

/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/smtpstone/
H A Dsmtp-sink.c313 char *helo_args; /* text after HELO or EHLO */ member in struct:SINK_STATE
492 if (state->helo_args)
493 vstream_fprintf(state->dump_file, "X-Helo-Args: %s\n", state->helo_args);
501 if (state->helo_args)
503 state->helo_args, state->addr_prefix,
624 if (state->helo_args)
625 myfree(state->helo_args);
627 state->helo_args = mystrdup(args);
641 if (state->helo_args)
642 myfree(state->helo_args);
[all...]

Completed in 47 milliseconds