http://drupal.org/project/mailalias has been deprecated, in favor of http://drupal.org/project/multiple_email. This forces a change in data structure, as mailalias stored the extra emails in user data, and multiple_email uses its own table. Here is a patch that looks to see if the from email is in the multiple email table, and if so sets the userid to that user.

Comments

chrisclark’s picture

StatusFileSize
new738 bytes

Corrected the initial patch "multiple_email_find_address() returns an object not an array

kyle_mathews’s picture

Status: Needs review » Fixed

Committed with attribution! Thanks!

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.