Hi. I want to get mailhandler and listhandler functional for 4.7. I use Apache2 , Mysql 4.1 . I'm new to Drupal. My site needs these badly. For me, these seem to be very close to functioning. I've searched and can not find any recent activity on these . I'm posting here in hopes of someone already having patches for these or is working on this and could use help or having good advice or wanting to help.
Mailhandler is giving me the same problem discussed here: http://drupal.org/node/32805 -- that is that when it creates a new forum topic from an email, it does not link them to the parent forum in the term_node table. This causes the new topic not to be listed in the Forum. Other that that, it appears to work beautifully. I posted a bug report in 4.7 forum.module for this since that is where the 4.6 report was posted.
Listhandler from cvs worked for a while and then retrievals started dieing and logging me out at the same time, ultimately ending up in a white screen. Disabling listhandler made retrievals work again. I am not sure what is involved in porting to 4.7 from 4.6 however seeing as it worked for a while, it is probably pretty close already.
Thanks and cheers,
Comments
Mailhandler patch
Simple patch does 3 things. I looked at doing it via a hook in forum but that will have to wait for this newbie. It seems much should be factored out of mailhandler and delegated to other modules. Since that probably wont happen soon, i just put it in mailhandler.
My understanding of forum system is limited and these patches are based on that. However i tried to limit their influence the best I could. Testing of these is limited to a few hours and a single system. Here is what this patch does
cheers,
Listhandler update
Listhandler worked for first few hours today. Then a mailhandler retrieve caused a white screen and for me to be logged out. I disabled and reenabled listhandler, and it works again. I am not really sure what listhandler is doing mingling with mailhandler retrieve. I thought perhaps it happened after cron was run. So i ran cron and then retrieved. Listhandler still worked.
Another thing i noticed is long subject lines to emails get posted as topics to forums. However when you comment on them via drupal, leaving the subject line blank and thus unchanged, only the first word seems to get sent as the subject. This starts a new thread in gmail. However, threading is maintained in the forum :)
cheers
CORRECTION to listhandler update -- capitalization not length
Correction to correction -- it seems that the first comment on a topic takes the first phrase from comment body and puts it as the subject if subject is blank. Then any comments on that comment take the subject of that comment. Weird. Anyway, listhandler does it differently so it gets rather inconsistent. Thats ok.
I believe all this is not accurate anymore:
A topic created by email with first word ALL caps like this comment's subject has an intersting property. Its comments's subjects will get trimmed of everything but that first all CAPS word (when subject field left blank and you expect it to have the whole subject of parent). Weird. I created a topic in DRUPAL and it works as expected. Hmm. Factor could be the "[mailinglistname]" part of the subject. Testing .... Nope. Comments for topics created in drupal behave normally it appears -- that is they maintain the complete subject of the parent unless it is changed by the author. Hmm. Testing CAPS word in middle ...
Patched bug causing it to die
Listhandler CVS version was updated a week or so ago that fixes 2 problems with 4.7 . Yeahh! Thank you. http://drupal.org/node/74358
One of the problems and the problem causing it to die on mail retrievals was it was still using the 4.6 method "_user_authenticated_id()" instead of the constant DRUPAL_AUTHENTICATED_RID .
I also desperately need
I also desperately need these two modules for my 4.7 site. It looks like Mailhandler has an official release for 4.7. Listhandler doesn't yet but it looks like people are working on it. Is there anything like a timeline when this will be ready for an official release?
Thanks to those who are working on this.
I'd be great to hear when listhandler will be ready
Hi,
I've been using mailhandler and listhandler on a site http://metamute.org since jan 2006 but im now facing the issue of installing the same system on Drupal 4.7 and as people mentioned above listhandler doesnt seem available yet.
When its up and running it would be great to hear about it.
Many thanks
Simon
http://metamute.org/ - culture and politics after the net
Listhandler, Turn off automatic account creation altogether ?
Hi. i'm not the developer of listhandler. I'm just a person who needs it too. I'm back at work now. AFIK , listhandler seems to work pretty decent except for one thing -- It always creates an account for every non known user. Ie, spammers get accounts on my site and their messages are getting posted to the forum. I see a setting for "blocked" or "active" account status. How about a "none" option so NO account is created ? Mailhandler does a fine job of ignoring messages not from members. Anyone else have this problem? I'm looking into that now.
Or perhaps it is something that can be set up with the mailing list and mailbox? Ie, tell the mailbox to only accept messages from the mailing list ?
cheers
spam problem solved maybe without hacks
My list mailbox has a setting to file messages based on subject to a particular folder. It uses IMAP to do this. So i used the subject prefix for my mailing list so all mailing list mail goes to its own folder (ideally). Then I changed the mailhandler settings to use IMAP and read mail from the aforementioned folder . This will prevent most spam I hope. Also, I don't lose the automatic account creation feature which I like.
Cheers