Changeset 7f89041 in github
- Timestamp:
- Oct 6, 2010 2:19:04 PM (3 years ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
- Children:
- 1b91421
- Parents:
- 868deb5
- Files:
-
- 2 edited
-
CHANGELOG (modified) (1 diff)
-
program/include/rcube_smtp.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
CHANGELOG
r868deb5 r7f89041 21 21 - Add unique index on users.username+users.mail_host 22 22 - Make htmleditor option more consistent and add option to use HTML on reply to HTML message (#1485840) 23 - Use empty envelope sender address for message disposition notifications (RFC2298.3) 23 24 24 25 RELEASE 0.4.2 -
program/include/rcube_smtp.php
re999919 r7f89041 196 196 } 197 197 198 // RFC2298.3: remove envelope sender address 199 if (preg_match('/Content-Type: multipart\/report/', $text_headers) 200 && preg_match('/report-type=disposition-notification/', $text_headers) 201 ) { 202 $from = ''; 203 } 204 198 205 // set From: address 199 206 if (PEAR::isError($this->conn->mailFrom($from)))
Note: See TracChangeset
for help on using the changeset viewer.
