diff options
author | Aleksander Machniak <alec@alec.pl> | 2013-01-02 19:25:07 +0100 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2013-01-02 19:25:07 +0100 |
commit | 232535f76e50c08e77d8cba599fabe7fe8ca42d4 (patch) | |
tree | 447a34364be356fbb3b03cc859ecbef025ef72df /config/main.inc.php.dist | |
parent | b903c2145084f2d294a92e98971ab14ba47aa060 (diff) |
Add option to use envelope From address for MDN responses (#1488880)
Diffstat (limited to 'config/main.inc.php.dist')
-rw-r--r-- | config/main.inc.php.dist | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config/main.inc.php.dist b/config/main.inc.php.dist index 20b8795e1..e6cb9fd4c 100644 --- a/config/main.inc.php.dist +++ b/config/main.inc.php.dist @@ -353,6 +353,10 @@ $rcmail_config['line_length'] = 72; // send plaintext messages as format=flowed $rcmail_config['send_format_flowed'] = true; +// According to RFC2298, return receipt envelope sender address must be empty. +// If this option is true, Roundcube will use user's identity as envelope sender for MDN responses. +$rcmail_config['mdn_use_from'] = false; + // Set identities access level: // 0 - many identities with possibility to edit all params // 1 - many identities with possibility to edit all params but not email address |