Missing mails in webgui

Issue #1192 resolved
Saul Godman created an issue

We only see mails in WebGui that have the correct email address "Delivered-To:" and "To:" in the email header.

With the auditor user I see all mails, but when I log in with the user account I do not.

For Example:

Archived Mail Address: dummy@dummy.com

Working Header (mail is displayed):

Return-Path: <myfritz-bounce@myfritz.net>
Delivered-To: dummy@dummy.com
….
To: dummy@dummy.com
Message-ID: <1896491916.34932989.1624887574323@myfritz-job-01.myfritz.net>

List-Help: <https://assets.avm.de/avmstart?target=faq&language=de>

Not working Header (mail is not displayed):

Return-Path: <myfritz-bounce@myfritz.net>
Delivered-To: dummy@dummy.com
….
To: not-the-same-mail-delivered-to@dummy.com
Message-ID: <1896491916.34932989.1624887574323@myfritz-job-01.myfritz.net>

List-Help: <https://assets.avm.de/avmstart?target=faq&language=de>

Comments (3)

  1. Janos SUTO repo owner

    Is there any relation between not-the-same-mail-delivered-to@ and dummy@ addresses?

    Anyway, you have the extra_to_field config variable in piler.conf, try setting it to

    extra_to_field=Delivered-To:
    

  2. Log in to comment