View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0001750 | mantisbt | public | 2002-03-26 15:07 | 2004-08-29 02:12 | |
| Reporter | schickb | Assigned To | vboctor | ||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Platform | Linux | OS | Redhat 7.2 | ||
| Product Version | 0.17.1 | ||||
| Summary | 0001750: Bcc email is blocked by spam filters (patch included) | ||||
| Description | When $g_use_bcc is enabled the resulting email is blocked by most spam filters because the To: field does not contain the recient's address. But disabling $g_use_bcc exposes everyone's email address. | ||||
| Additional Information | I will attach 2 patches in the bug notes. These patches do the following: -Add the $g_separate_emails config flag | ||||
| Tags | No tags attached. | ||||
|
*** config_inc1.php-1.14 Tue Mar 26 14:35:08 2002 * 99,104 ** bcc-bug (~PHP 4.0.6)
|
|
|
*** core_email_API.php-1.36 Tue Mar 26 14:31:14 2002 * 443,449 ** Send bug info to reporter and handler
! $g_to_email, $g_use_bcc;
--- 443,449 ---- Send bug info to reporter and handler
! $g_to_email, $g_use_bcc, $g_separate_emails;
* 455,468 **
|
|
|
I notices all the tabs were removed from the patch text. If anyone wants the original patches let me know (<a href="mailto:schickb@hotmail.com" target="_new">schickb@hotmail.com</a>). Also I created these patches from 17.1 source core_email_API.php: 1.36 |
|
|
This looks like it is obsolete with the current email implementation. It can probably be closed. |
|
|
This is already implemented since 0.19.0a1. |
|