Re: Postfix RCPT TO parameters

2015-03-03 Thread Wietse Venema
Charles Orth: > Hi All, > > I have been looking at postfix 2.11.1 code base. > It appears SMFIR_ADDRCPT_PAR is for the milter to add new recipient with > parameters to the current message. When the Milter application receives the END-OF-MESSAGE event, it invokes the libmilter smfi_addrcpt_par()

Postfix RCPT TO parameters

2015-03-03 Thread Charles Orth
Hi All, I have been looking at postfix 2.11.1 code base. It appears SMFIR_ADDRCPT_PAR is for the milter to add new recipient with parameters to the current message. I need my milter to receive the RCPT TO parameters. Does postfix provide support for passing these arguments to the milter? Char