From 35519c1d173574f1c1587e6c5e782facfcc521ba Mon Sep 17 00:00:00 2001 From: Chris PeBenito Date: Fri, 13 May 2005 20:51:54 +0000 Subject: [PATCH] drop transition from send_mail since its more then a transition --- docs/macro_conversion_guide | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/macro_conversion_guide b/docs/macro_conversion_guide index d3e990284..ab2598784 100644 --- a/docs/macro_conversion_guide +++ b/docs/macro_conversion_guide @@ -272,7 +272,7 @@ logging_send_system_log_message($1) # # privmail: # -mta_send_mail_transition($1) +mta_send_mail($1) # this needs more work: allow mta_user_agent $1:fd use; allow mta_user_agent $1:process sigchld;