Closed (works as designed)
Project:
Mailhandler
Version:
5.x-1.4
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
4 Jan 2009 at 15:55 UTC
Updated:
27 Jan 2011 at 01:33 UTC
At first I thought the author was dictated by the To: email address of the retrieved message, but after some testing it also seemed if the From: address matched an account on the server then that account might be the author. In short it seems to be tuff to predict (, or at least I don't have clear understanding of it).
Is there a "Default Command" (or some other method) that can be used to force what drupal user will be the author of nodes created?
Using Drupal 5.12 and Mailhandler 5.x-1.4
Thanks
Mike
Comments
Comment #1
cor3huis commentedDid you manage to get it working?
Comment #2
ilo commented"To:" is used by the MTA to make the email arrive to the receiver: the destination address, also, the mailbox address.. the receiver is not intented to be the author, but the submitter, in this case the 'From:' header-.
If you want the posts to be created using the 'To:' header, then probably you should find a way to make the emails arrive to the mailbox from the same account, so the address appears also in the 'From:'.