[exim-dev] [Bug 2404] New: dsn_from not honored for successf…

Top Page
Delete this message
Reply to this message
Author: admin
Date:  
To: exim-dev
Subject: [exim-dev] [Bug 2404] New: dsn_from not honored for successful delivery notifications
https://bugs.exim.org/show_bug.cgi?id=2404

            Bug ID: 2404
           Summary: dsn_from not honored for successful delivery
                    notifications
           Product: Exim
           Version: 4.92
          Hardware: x86
                OS: Linux
            Status: NEW
          Severity: bug
          Priority: medium
         Component: Delivery in general
          Assignee: nigel@???
          Reporter: sebastian@???
                CC: exim-dev@???


The dsn_from setting was introduced a long time ago and is used for
failed/delayed delivery notifications.

More recently, DSN (RFC3461) support has been added to Exim.
The From-header in successful DSN notifications is hardcoded to "Mail Delivery
System <Mailer-Daemon@$qualify_domain>".

The name of the dsn_from setting makes a strong suggestion that this is not
intended behavior; the configured value should be used instead and only falling
back to the default value if dsn_from is not configured.

Pointer to the source:
https://github.com/Exim/exim/blob/exim-4.92/src/src/deliver.c#L7369

--
You are receiving this mail because:
You are on the CC list for the bug.