Re: Feature Request: deduplication with multiple X-Original-To values

2017-10-17 Thread Wietse Venema
Rick van Rein: > 3. With possibly multiple X-Original-To headers (or one header with > multiple addresses) as a result of recipient deduplication > (enable_original_recipient=collect) Won't happen. By design, the code that writes queue files stores final and original recipient information together

Feature Request: deduplication with multiple X-Original-To values

2017-10-17 Thread Rick van Rein
Hello, Postfix currently allows two modes of operation when a message arrives at the target more than once: 1. With recipient deduplication, but no X-Original-To header(enable_original_recipient=yes) 2. With X-Original-To header, but no recipient deduplication (enable_original_recipient=no) Whi