summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPhilip Hazel <ph10@hermes.cam.ac.uk>2005-01-12 14:41:12 +0000
committerPhilip Hazel <ph10@hermes.cam.ac.uk>2005-01-12 14:41:12 +0000
commitdc08244915d761836957db9d4fa491e48d212d81 (patch)
tree8ffcc25b834bcffdbda102a5b25ee22f5e4a3daa /src
parent14d57970fcd2647a0a225f1c8a7704a2c5340505 (diff)
Changed "legit" to "legitimate" in the fakereject message (blame Tony
for complaining :-)
Diffstat (limited to 'src')
-rw-r--r--src/src/acl.c4
-rw-r--r--src/src/globals.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/src/src/acl.c b/src/src/acl.c
index fbc622374..fb8590132 100644
--- a/src/src/acl.c
+++ b/src/src/acl.c
@@ -1,4 +1,4 @@
-/* $Cambridge: exim/src/src/acl.c,v 1.15 2005/01/12 14:23:28 ph10 Exp $ */
+/* $Cambridge: exim/src/src/acl.c,v 1.16 2005/01/12 14:41:12 ph10 Exp $ */
/*************************************************
* Exim - an Internet mail transport agent *
@@ -1682,7 +1682,7 @@ for (; cb != NULL; cb = cb->next)
else
{
/* Explicitly reset to default string */
- fake_reject_text = US"Your message has been rejected but is being kept for evaluation.\nIf it was a legit message, it may still be delivered to the target recipient(s).";
+ fake_reject_text = US"Your message has been rejected but is being kept for evaluation.\nIf it was a legitimate message, it may still be delivered to the target recipient(s).";
}
break;
diff --git a/src/src/globals.c b/src/src/globals.c
index 6e0ea8006..8184758c8 100644
--- a/src/src/globals.c
+++ b/src/src/globals.c
@@ -1,4 +1,4 @@
-/* $Cambridge: exim/src/src/globals.c,v 1.13 2005/01/04 10:00:42 ph10 Exp $ */
+/* $Cambridge: exim/src/src/globals.c,v 1.14 2005/01/12 14:41:12 ph10 Exp $ */
/*************************************************
* Exim - an Internet mail transport agent *
@@ -500,7 +500,7 @@ BOOL extract_addresses_remove_arguments = TRUE;
uschar *extra_local_interfaces = NULL;
BOOL fake_reject = FALSE;
-uschar *fake_reject_text = US"Your message has been rejected but is being kept for evaluation.\nIf it was a legit message, it may still be delivered to the target recipient(s).";
+uschar *fake_reject_text = US"Your message has been rejected but is being kept for evaluation.\nIf it was a legitimate message, it may still be delivered to the target recipient(s).";
int filter_n[FILTER_VARIABLE_COUNT];
BOOL filter_running = FALSE;
int filter_sn[FILTER_VARIABLE_COUNT];