summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPhilip Hazel <ph10@hermes.cam.ac.uk>2007-04-12 09:03:19 +0000
committerPhilip Hazel <ph10@hermes.cam.ac.uk>2007-04-12 09:03:19 +0000
commit850635b61d539513b3eb3c5e59e147e59949d1f0 (patch)
treee0ee4036dbf2222a953255e91bd883742d722bf4 /src
parenta43a27c5e355a06131c36e68a63a0609b1da8307 (diff)
Correct comment.
Diffstat (limited to 'src')
-rw-r--r--src/src/receive.c14
1 files changed, 7 insertions, 7 deletions
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