largersmallernormaltext version of this page

View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0014991phplistMessage Send Processpublic09-06-08 16:1209-06-08 16:17
Reporterjvarrone 
PrioritynormalSeverityminorReproducibilityalways
StatusnewResolutionopen 
PlatformOSOS Version
Product Version2.10.5 
Target Version2.11.XFixed in Version 
Summary0014991: Value of user account "Disabled" field not respected by send process.
Descriptionrelated 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.
TagsNo tags attached.
Attached Files

- Relationships

-  Notes
There are no notes attached to this issue.


Copyright © 2000 - 2010 MantisBT Group
Powered by Mantis Bugtracker