On Wed, Oct 08, 2014 at 10:25:11PM -0700, Ronald F. Guilmette wrote: > Thank you very much! I believe that will solve the multiple evaluation > problem for me. And I guess that executing my policy server as part of > smtpd_data_restrictions will also allow me to turn back on the > smtpd_delay_reject setting... which I had turned off, for the time > being, in order to avoid the multiple evaluation problem.
Note at the "data" stage the recipient is not available when there is more than one. Some sophisticated policy servers are called for each recipient and return DUNNO, using those calls to collect the message envelope, and then are called again at DATA and return the final action. -- Viktor.