Looks like this is what it says:
Code:
$kf = killfile_match();
else
Here's a little bit more of the code in case that part isn't enough:
Code:
elseif ($nntp['grouptype'] == 'mail'
AND $group['prefix']
AND stristr($message['subject'], $group['prefix']) == false)
{
logging("Skip, not matching prefix: \"" . $group['prefix'] . "\"");
}
if(!$skip_post)
{
$kf = killfile_match();
else
{
$threadid = 0;
$attachmentid = 0;
$parentid = 0;
if ($nntp['grouptype'] != 'news')
{
$message['text'] = stripfooter($message['text']);
}