http://cvs.drupal.org/viewcvs/*checkout*/drupal/contributions/modules/ma...
$Id: phplist.module,v 1.31 2006/03/18 02:28:42 killes Exp $ */
I replaced only the phplist.module in CivicSpace, not any DB changes.
http://localhost/~kieran/civicspace-0.8.3/?q=admin/massmailer/list/manage/1
Subscribed CiviCRM groups * All CiviCRM contacts - view · unsubscribe
When I click Actions
Assign Current Subscribers I go to: http://localhost/~kieran/civicspace-0.8.3/?q=admin/massmailer/list/assign/1
In Current list: All contacts there is no one in either subscribers or not susbscribed.
I go back to manage and click: All CiviCRM contacts - view
http://localhost/~kieran/civicspace-0.8.3/?q=civicrm/group/search&reset=...
And there two conacts in the all contacts group.
Kieran
Comments
Comment #1
Amazon commentedWhen I add a user to the mailing list with the CiviCRM Group: All CiviCRM contacts the new subscriber(kieranlal@localhost) is added to the All CiviCRM contacts group.
When I unsubscribe (kieranlal@localhost) it removes kieran@civicspacelabs instead.
Kieran
Comment #2
Amazon commentedI think the problem comes from the fact that the assign subscribers
?q=admin/massmailer/list/assign/1
does not have a fresh list of the CiviCRM group when assigning.
Comment #3
Amazon commentedFrom this page:
?q=admin/massmailer/list/manage/1
On this link
http://localhost/~kieran/0.8.3/?q=admin/massmailer/list/unsubscribe/subs...
Kieran
Comment #4
killes@www.drop.org commented"When I unsubscribe (kieranlal@localhost) it removes kieran@civicspacelabs instead."
From what is kieran@civicspacelabs removed? The ML, the CiviCRM group, or both?
Comment #5
Amazon commentedIt is removed from CiviCRM and the mailing list.
Comment #6
Amazon commentedhttp://localhost/~kieran/0.8.3/?q=admin/massmailer/list/manage/1
Verified subscriber is in CiviCRM
Unsubscribe: http://localhost/~kieran/0.8.3/?q=admin/massmailer/list/unsubscribe/subs...
Clicked unsubscribe. wrong email contact removed from CiviCRM.
Comment #7
dewolfe001 commentedI am having problems that may be related. I am not using Mass Mailer, but I am using CiviCRM. What I have found:
we have duplicated location_id records in civicrm_email. Old references that are related old sign-ups with a particular location_id; and a new record with new information is added, a joined UPDATE statement looks to match on the location_id and match the first (and older) reference.
e.g. something is going screwy with UFMatch.php (CRM/Core/BAO/UFMatch.php) around line 114:
it looks when the contact record is added it can use an old and incorrect location_id
Comment #8
Amazon commented