head 1.1; branch 1.1.1; access; symbols RELENG_9_1_0_RELEASE:1.1.1.1 RELENG_9_1:1.1.1.1.0.34 RELENG_9_1_BP:1.1.1.1 RELENG_8_3_0_RELEASE:1.1.1.1 RELENG_8_3:1.1.1.1.0.32 RELENG_8_3_BP:1.1.1.1 RELENG_9_0_0_RELEASE:1.1.1.1 RELENG_9_0:1.1.1.1.0.30 RELENG_9_0_BP:1.1.1.1 RELENG_9:1.1.1.1.0.28 RELENG_9_BP:1.1.1.1 RELENG_7_4_0_RELEASE:1.1.1.1 RELENG_8_2_0_RELEASE:1.1.1.1 RELENG_7_4:1.1.1.1.0.26 RELENG_7_4_BP:1.1.1.1 RELENG_8_2:1.1.1.1.0.24 RELENG_8_2_BP:1.1.1.1 RELENG_8_1_0_RELEASE:1.1.1.1 RELENG_8_1:1.1.1.1.0.22 RELENG_8_1_BP:1.1.1.1 RELENG_7_3_0_RELEASE:1.1.1.1 RELENG_7_3:1.1.1.1.0.20 RELENG_7_3_BP:1.1.1.1 RELENG_8_0_0_RELEASE:1.1.1.1 RELENG_8_0:1.1.1.1.0.18 RELENG_8_0_BP:1.1.1.1 RELENG_8:1.1.1.1.0.16 RELENG_8_BP:1.1.1.1 RELENG_7_2_0_RELEASE:1.1.1.1 RELENG_7_2:1.1.1.1.0.14 RELENG_7_2_BP:1.1.1.1 RELENG_7_1_0_RELEASE:1.1.1.1 RELENG_6_4_0_RELEASE:1.1.1.1.2.1 RELENG_7_1:1.1.1.1.0.12 RELENG_7_1_BP:1.1.1.1 RELENG_6_4:1.1.1.1.2.1.0.4 RELENG_6_4_BP:1.1.1.1.2.1 RELENG_7_0_0_RELEASE:1.1.1.1 RELENG_6_3_0_RELEASE:1.1.1.1.2.1 RELENG_7_0:1.1.1.1.0.10 RELENG_7_0_BP:1.1.1.1 RELENG_6_3:1.1.1.1.2.1.0.2 RELENG_6_3_BP:1.1.1.1.2.1 v8_14_2:1.1.1.1 RELENG_7:1.1.1.1.0.8 RELENG_7_BP:1.1.1.1 RELENG_4:1.1.1.1.0.6 RELENG_5:1.1.1.1.0.4 RELENG_6:1.1.1.1.0.2 v8_14_1:1.1.1.1 SENDMAIL:1.1.1; locks; strict; comment @# @; 1.1 date 2007.04.09.01.38.51; author gshapiro; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2007.04.09.01.38.51; author gshapiro; state Exp; branches 1.1.1.1.2.1 1.1.1.1.4.1 1.1.1.1.6.1; next ; 1.1.1.1.2.1 date 2007.04.12.03.11.37; author gshapiro; state Exp; branches; next ; 1.1.1.1.4.1 date 2007.04.12.03.12.23; author gshapiro; state Exp; branches; next ; 1.1.1.1.6.1 date 2007.04.12.03.12.58; author gshapiro; state Exp; branches; next ; desc @@ 1.1 log @Initial revision @ text @ smfi_addrcpt_par

smfi_addrcpt_par

SYNOPSIS
#include <libmilter/mfapi.h>
int smfi_addrcpt_par(
	SMFICTX *ctx,
	char *rcpt,
	char *args
);
Add a recipient for the current message including ESMTP arguments.
DESCRIPTION
Called When Called only from xxfi_eom.
Effects Add a recipient to the message envelope.
ARGUMENTS
ArgumentDescription
ctx Opaque context structure.
rcpt The new recipient's address.
args The new recipient's ESMTP parameters.
RETURN VALUES smfi_addrcpt will fail and return MI_FAILURE if:
  • rcpt is NULL.
  • Adding recipients in the current connection state is invalid.
  • A network error occurs.
  • SMFIF_ADDRCPT_PAR was not set when smfi_register was called.
Otherwise, it will return MI_SUCCESS.
NOTES A filter which calls smfi_addrcpt must have set the SMFIF_ADDRCPT_PAR flag in the smfiDesc_str passed to smfi_register.

Copyright (c) 2006 Sendmail, Inc. and its suppliers. All rights reserved.
By using this file, you agree to the terms and conditions set forth in the LICENSE.
@ 1.1.1.1 log @Import sendmail 8.14.1 @ text @@ 1.1.1.1.6.1 log @MFC: sendmail 8.14.1 @ text @@ 1.1.1.1.4.1 log @MFC: sendmail 8.14.1 @ text @@ 1.1.1.1.2.1 log @MFC: sendmail 8.14.1 @ text @@