Reply-To header now extracted on inbound and used for outbound replies. Verified with a synthetic email From: noreply-careers@megacorp.example Reply-To: spam@viktorbarzin.me — reply correctly went to spam@ and threaded under the original (Re: subject + In-Reply-To + References). Alembic 0003 added messages.reply_to_addr column. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
23 lines
382 B
HCL
23 lines
382 B
HCL
include "root" {
|
|
path = find_in_parent_folders()
|
|
}
|
|
|
|
dependency "platform" {
|
|
config_path = "../platform"
|
|
skip_outputs = true
|
|
}
|
|
|
|
dependency "vault" {
|
|
config_path = "../vault"
|
|
skip_outputs = true
|
|
}
|
|
|
|
dependency "external-secrets" {
|
|
config_path = "../external-secrets"
|
|
skip_outputs = true
|
|
}
|
|
|
|
inputs = {
|
|
# Override per-deploy in CI / commit.
|
|
image_tag = "59df5f8a"
|
|
}
|