Details
-
Type: Bug
-
Status: Won't Do
-
Priority: Trivial
-
Resolution: Won't Do
-
Affects Version/s: 4.3.0
-
Fix Version/s: Unscheduled
-
Component/s: None
-
Labels:None
-
Versioning Impact:Patch (backwards-compatible bug fixes)
Description
Also log hrs at http://dev.nysenate.gov/issues/4720
Even if a mass mail bounces, the individual record associated with bounced email address will be marked with a Bulk Email activity with status as successful. This is misleading.
While handling the bounce we should file a new activity with status as unreachable, assuming fliping the Bulk Email activity status would not be appropriate.
event_bounce api calls CRM_Mailing_Event_BAO_Bounce::create for all types of bounces and therefore is the right place to detect bounces and add activity.