From: Philip Hazel Date: Thu, 12 Apr 2007 09:03:19 +0000 (+0000) Subject: Correct comment. X-Git-Tag: exim-4_67~6 X-Git-Url: https://git.exim.org/exim.git/commitdiff_plain/850635b61d539513b3eb3c5e59e147e59949d1f0 Correct comment. --- diff --git a/src/src/receive.c b/src/src/receive.c index 396246a5b..f6d294e6d 100644 --- a/src/src/receive.c +++ b/src/src/receive.c @@ -1,4 +1,4 @@ -/* $Cambridge: exim/src/src/receive.c,v 1.34 2007/02/16 22:23:35 magnus Exp $ */ +/* $Cambridge: exim/src/src/receive.c,v 1.35 2007/04/12 09:03:19 ph10 Exp $ */ /************************************************* * Exim - an Internet mail transport agent * @@ -875,12 +875,12 @@ exim_exit(error_rc); * Add header lines set up by ACL * *************************************************/ -/* This function is called to add the header lines that were set up by "warn" -statements in an ACL onto the list of headers in memory. It is done in two -stages like this, because when the ACL for RCPT is running, the other headers -have not yet been received. This function is called twice; once just before -running the DATA ACL, and once after. This is so that header lines added by -MAIL or RCPT are visible to the DATA ACL. +/* This function is called to add the header lines that were set up by +statements in an ACL to the list of headers in memory. It is done in two stages +like this, because when the ACL for RCPT is running, the other headers have not +yet been received. This function is called twice; once just before running the +DATA ACL, and once after. This is so that header lines added by MAIL or RCPT +are visible to the DATA ACL. Originally these header lines were added at the end. Now there is support for three different places: top, bottom, and after the Received: header(s). There