diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2020-05-04 22:38:08 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2020-05-04 22:41:01 +0100 |
commit | d8024efa365d10d2dba4f06977776f4091250462 (patch) | |
tree | 79c2c180cbc2849e460be903c3d784a1b582f075 /test/confs | |
parent | 1ef01bc6ea1e26fac17df1bd5faf306478bab667 (diff) |
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.
Diffstat (limited to 'test/confs')
-rw-r--r-- | test/confs/0005 | 2 | ||||
-rw-r--r-- | test/confs/0587 | 2 |
2 files changed, 2 insertions, 2 deletions
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 |