From d8024efa365d10d2dba4f06977776f4091250462 Mon Sep 17 00:00:00 2001 From: Jeremy Harris Date: Mon, 4 May 2020 22:38:08 +0100 Subject: Consolidate $local_part_verified into $local_part_data This removes the former; the latter having been around since before the last release. The router check_local_user option now writes the latter and -verified no longer exists. --- test/confs/0005 | 2 +- test/confs/0587 | 2 +- test/scripts/0000-Basic/0587 | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'test') diff --git a/test/confs/0005 b/test/confs/0005 index 77b79100c..babeacb41 100644 --- a/test/confs/0005 +++ b/test/confs/0005 @@ -52,7 +52,7 @@ local_delivery: driver = appendfile delivery_date_add envelope_to_add - file = DIR/test-mail/$local_part_verified + file = DIR/test-mail/$local_part_data headers_add = "X-body-linecount: $body_linecount\n\ X-message-linecount: $message_linecount\n\ X-received-count: $received_count" diff --git a/test/confs/0587 b/test/confs/0587 index a47ca664a..c54c63fcd 100644 --- a/test/confs/0587 +++ b/test/confs/0587 @@ -32,6 +32,6 @@ begin transports local_delivery: driver = appendfile - file = DIR/test-mail/$local_part_verified + file = DIR/test-mail/$local_part_data # End diff --git a/test/scripts/0000-Basic/0587 b/test/scripts/0000-Basic/0587 index 337b05ac6..038254eab 100644 --- a/test/scripts/0000-Basic/0587 +++ b/test/scripts/0000-Basic/0587 @@ -1,4 +1,4 @@ -# $local_part_verified, multi-rcpt message +# $local_part_data, multi-rcpt message # exim -bs -odi mail from: -- cgit v1.2.3