| Anonymous | Login | Signup for a new account | 21-11-09 09:22 GMT |
| Main | My View | View Issues | Change Log | Roadmap | Docs |
| Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Print ] | |||||||||||
| ID | Category | Severity | Reproducibility | Date Submitted | Last Update | |||||||
| 0014991 | [phplist] Message Send Process | minor | always | 09-06-08 16:12 | 09-06-08 16:17 | |||||||
| Reporter | jvarrone | View Status | public | |||||||||
| Assigned To | ||||||||||||
| Priority | normal | Resolution | open | |||||||||
| Status | new | Product Version | 2.10.5 | |||||||||
| 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. |
|||||||||||
| Additional Information | ||||||||||||
| Tags | No tags attached. | |||||||||||
| Attached Files | ||||||||||||
|
|
||||||||||||
| There are no notes attached to this issue. |
| Mantis 1.1.6[^] Copyright © 2000 - 2008 Mantis Group |