authinfo($news["user"],$news["pass"]); if (!$result) error("nntpauth"); } if (isset($group) && isset($id) && isset($_REQUEST['type']) && ($_REQUEST['type']=='followup')) { $rq=$nntp->group($group); $post = new post($nntp,$id); if ($post) { $subject = (preg_match("/^re:/i",$post->headers->subject)?"":"Re: ") .$post->headers->subject; $body = $post->headers->name." wrote :\n".wrap($post->body, ">"); if (isset($post->headers->followup)) $target=$post->headers->followup; else $target=$post->headers->newsgroups; } } $nntp->quit(); ?>
" />
" />