iamdecal - 2004-09-22

Logged In: YES
user_id=1126528

looks like you want

/batch/easymoblog_batch.php

like 39

if (eregi
('\['.$topics[$t]['topic_keyword'].'\]',
$post['post_mail_subject'])) {

change to

if (eregi
('\*'.$topics[$t]['topic_keyword'].'\*',
$post['post_mail_subject'])) {