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.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | akismet_123228.patch | 939 bytes | drewish |
Comments
Comment #1
drewish commentedYou're right. I committed the attached patch to HEAD and DRUPAL-5.
Comment #2
(not verified) commented