| Anonymous | Login | Signup for a new account | 02-09-10 22:05 GMT | ![]() |
| Main | My View | View Issues | Change Log | Roadmap |
| View Issue Details [ Jump to Notes ] | [ Print ] | ||||||||||
| ID | Project | Category | View Status | Date Submitted | Last Update | ||||||
| 0014991 | phplist | Message Send Process | public | 09-06-08 16:12 | 09-06-08 16:17 | ||||||
| Reporter | jvarrone | ||||||||||
| Priority | normal | Severity | minor | Reproducibility | always | ||||||
| Status | new | Resolution | open | ||||||||
| Platform | OS | OS Version | |||||||||
| Product Version | 2.10.5 | ||||||||||
| Target Version | 2.11.X | Fixed in Version | |||||||||
| Summary | 0014991: Value of user account "Disabled" field not respected by send process. | ||||||||||
| Description | related to 8244 - documentation and expected result of using the disabled field do not concur. Disabled accounts still get emails. Another option would be to add a "define" statement in the config file and let the admin decide if they want the field respected or not. On or around line 470 (of version 2.10.5) in ./lists/admin/processqueue.php change: $userconfirmed = ' and user.confirmed and !user.blacklisted '; to $userconfirmed = ' and user.confirmed and !user.blacklisted and !user.disabled '; This will exclude "disabled" accounts when PHPlise selects accounts to send email to. | ||||||||||
| Tags | No tags attached. | ||||||||||
| Attached Files | |||||||||||
| Copyright © 2000 - 2010 MantisBT Group |