Here is the $form_values: Array ( [name] => Nancy Wichmann [email] => nancysgoodies@bellsouth.net [op] => Submit [submit] => Submit [form_token] => e93d523de089a4a22018edb0fd0aae9b [form_id] => campaignmonitor_general_form )

And the mollom_data_form_id

  return array(
      'post_title'  => $form_values['name'],
//      'post_body'   => $form_values['email'],
      'post_body'   => 'join newsletter.',
      'author_name' => $form_values['name'] ? $form_values['name'] : $user->name,
      'author_mail' => $form_values['email'] ? $form_values['email'] : $user->mail,
      'author_id'   => $user->uid > 0 ? $user->uid : NULL,
      'author_ip'   => _mollom_ip_address(),
      );

BTW, either version of the 'post_body' results in "unsure".

Comments

nancydru’s picture

I tried to post the same thing as a "page" and it also returned "unsure." That was on my test site.

I went to the live site and posted the exact same thing as a "blog entry" and it passed.

Could this have something to do with using my test site with the same keys as the live site?

sun’s picture

Status: Active » Postponed (maintainer needs more info)

um, is this still an issue?

nancydru’s picture

My PC died and I have not recreated the environment yet, so I don't know.

sun’s picture

Status: Postponed (maintainer needs more info) » Closed (works as designed)

Thanks for your reply. Since this issue is more than a year old and against 5.x, I hope it is ok if I'm going to mark it by design for now. Feel free to re-open this issue, please.