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/0005 | |
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/0005')
-rw-r--r-- | test/confs/0005 | 2 |
1 files changed, 1 insertions, 1 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" |