- Use empty envelope sender address for message disposition notifications (RFC2298.3)
| | |
| | | - Improve tabs to fixed width and add tabs in identities info (#1486974) |
| | | - Add unique index on users.username+users.mail_host |
| | | - Make htmleditor option more consistent and add option to use HTML on reply to HTML message (#1485840) |
| | | - Use empty envelope sender address for message disposition notifications (RFC2298.3) |
| | | |
| | | RELEASE 0.4.2 |
| | | ------------- |
| | |
| | | return false; |
| | | } |
| | | |
| | | // RFC2298.3: remove envelope sender address |
| | | if (preg_match('/Content-Type: multipart\/report/', $text_headers) |
| | | && preg_match('/report-type=disposition-notification/', $text_headers) |
| | | ) { |
| | | $from = ''; |
| | | } |
| | | |
| | | // set From: address |
| | | if (PEAR::isError($this->conn->mailFrom($from))) |
| | | { |