I setup mailhandler as per instructions on http://drupal.org/node/39172

When I test mailhandler it gives me two conflicting reports

Mailhandler was able to connect to the mailbox.
The settings have not been saved because of the errors.

There are no errors in the logs at all. Actually, there are no log entries at all

Then I goto the /admin/content/mailhandler and click 'retrieve"
I get 1 message is retrieved, which is right

But then nothing is actually created.

Any help would be greatly appreciated. I have been going over the instructions. etc for a day now.

Comments

paskainos’s picture

Same issue trying to set up Reply by email in OpenAtrium install. Subscribing.

cmsdeveloping’s picture

Priority: Normal » Critical

Same problem....

Same problem...after "Retrive" in log says : Node submission failure: validation error. Subscribing

snovak’s picture

Same.. subscribing.

cor3huis’s picture

Component: Code » Miscellaneous
Priority: Critical » Major
Status: Active » Postponed (maintainer needs more info)

First of all, our intention in the Drupal issue queue is to help you solving the issue at hand, however I could not help noticing however:

  • SocialNicheGuru, Are you sure this is not a duplicate of #716768: Comments remain unpublished
  • paskainos, your issue is probably not the same as described here, try to search throught the issueslist of Drupal and your are likely to find your answer there
  • cmsdeveloping, your issue is definitive another type of issue, more likely to doo with IMAP /notls paprameter etc. To get is solved try to search the issue queue of Drupal with Node submission failure or validation error terms

    Regardless how gladly we would like to help you to solve the issue, to all as word of advise, the provided information is just to sparse. Try to be much precise in describing your issue.

    Try to search by using most relevant three words of error message and add site:.drupal.org
    e.g. http://www.google.com/search?q=validation+error+site%3A.drupal.org

    One can read here http://drupal.org/node/73179 how to get faster result on how to get your issue solved.

  • cor3huis’s picture

    Category: bug » support
    tazus’s picture

    confirmed the problem as "SocialNicheGuru" , there is no any node created in content list "admin/content/node/overview". So, the process went through and said successfully retrieved。

    currently using 6.1.11

    ilo’s picture

    @tazus, @cmsdeveloping, the message 'Node submission failure: validation error.' is fired when the node parameters do not pass validation for node_validate(). So, my guess is that at least one of the attributes you have used (as commands in the mailbox, or commands in the message) is not valid: wrong content type, tags, whatever.

    However I do agree that the current message reporting is not enough, and I'll try to have a more detailed message system to be released in the next version (in the following days) to help debugging and problems fixing.

    That said, "1 message retrieved" means that an email has been read successfully, no more no less, it does not mean that this one will be converted as node or comment, neither the user has passed authorization or the commands pass validation.

    danepowell’s picture

    Component: Miscellaneous » Mailhandler
    Status: Postponed (maintainer needs more info) » Closed (won't fix)

    Sorry, 6.x-1.x is no longer a supported release. Please try upgrading to 6.x-2.x and reopen if still an issue.