Closed (fixed)
Project:
User mailman register
Version:
6.x-2.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
17 Jan 2010 at 08:32 UTC
Updated:
3 Feb 2010 at 13:50 UTC
Jump to comment: Most recent file
Comments
Comment #1
samuelet commentedIs the list "Mailman version" option correctly configured?
Comment #2
samuelet commentedAlso be aware that subscription status is cached according to the "Mailman connection interval" global option.
I suggest you to set it to 0 until the UMR module is correctly working for your mailman configuration.
Comment #3
davidbessler commentedI am using mailman 2.1.9-8.2.fc8 , and my list is set to 2.1.9 or prior
I have Mailman connection interval: set to 0
Any other ideas?
Comment #4
samuelet commentedIt seems a problem in the html parsing .
When you change a user email, is the drupal message about the old email unsubscribiption displayed (there should be also onother for the sucessfully new email subscription) ?
Nothing change if the "2.1.10 or later" option is on?
Could you send me, with a copy/paste in http://drupal.org/user/136997/contact, the html source of the mailman users page with at least one user listed?
Comment #5
davidbessler commentedI sent you two emails:
1) The source from the view tab from the user's page after I susbscribed them to the list called "testlist." It says "Subscribe for all mail (normal delivery)" as expected
2) The source from the view tab from the user's page after clicked on the UMR "Mailing List Subscriptions" tab and then clicked back to view (without hitting submit or anything). It says under testlist "Unsubscribed"
I checked my database table "mailman_users" and the "lstatus" column is changed from 3 to 0 just by visiting the UMR page for that user ... not by clicking submit or anything.
I'm happy to give you full access to my site to problem solve this. Just email me and we can set that up.
Comment #6
davidbessler commentedThis is temporarily solved. The problem arose because I was using email addresses of the form "mygmailaddress+something@gmail.com" to test out the system, and UMR does not work (yet) with email addresses containing a "+". This will be fixed shortly and I will try to post when it is fixed. Please leave this open until it's fixed.
Comment #7
samuelet commentedComment #8
samuelet commentedPlease try this patch (currently tested in mailman version 2.1.12)
Comment #9
davidbessler commentedPatch appears to be working perfectly (at least for + signs) in 2.1.9
Thanks!
Comment #10
samuelet commentedApplied in dev. Just a note: it should work for every special char.