Needs review
Project:
Organic groups list manager
Version:
4.7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
13 Jun 2007 at 08:14 UTC
Updated:
13 Jun 2007 at 08:25 UTC
Right now emails that do not get accepted as nodes or comments go into blackhole. This is unacceptable under minimum usability standard.
The solution is to add a user_mail calls to og2list_process_mail, in two places right after "no user found, discard message" condition. My specific code is not applicable due to major mods to our email processing - but this is basically how we did it...
Note, that when email is sent to wrong list address, this fix (http://drupal.org/node/151409) must be implemented first, since otherwise that inbound email would never even get to the processing step!
Comments
Comment #1
dkruglyak commentedI would mark it as code needs review and drop in a snippet:
A more thorough approach would be to make the code actually determine which of the above condition fits, but I just did not have time...