Email from akismet always says the item is published. This line:

$message_args['%content-status'] = ($is_published ? t('published') : t('published')) . ($is_spam ? ' ('. t('marked as spam') .')' : '');

should have 'not published' in the second t() call.

CommentFileSizeAuthor
#1 akismet_123228.patch939 bytesdrewish

Comments

drewish’s picture

Status: Needs review » Fixed
StatusFileSize
new939 bytes

You're right. I committed the attached patch to HEAD and DRUPAL-5.

Anonymous’s picture

Status: Fixed » Closed (fixed)