$strArticleIsForwarded\n"; echo "
\n"; $artconv = get_conversion( $_POST['charset'], $curr_charset ); echo "\n"; echo "\n"; echo "\n"; echo "
$strReceiver: $receiver
$strTime: $time
$strSubject: " . htmlspecialchars( $subject ) . "
\n"; echo '
' . htmlspecialchars($content, ENT_NOQUOTES ) . "
\n"; echo "
\n"; $mime_headers = "Mime-Version: 1.0\nContent-Type: text/plain; charset=\"" . $_POST['charset'] . "\"\nContent-Transfer-Encoding: 8bit\n"; if( $artconv['back'] ) mail( $receiver, $artconv['back']($subject), $artconv['back']($content), "From: $auth_email\n$mail_add_header\n$mime_headers" ); else mail( $receiver, $subject, $content, "From: $auth_email\n$mail_add_header\n$mime_headers" ); html_delay_close( 2000 ); html_tail(); } elseif( $artnum != '' ) { $server = $_GET['server']; $group = $_GET['group']; if( $post_restriction ) readonly_error( $server, $group ); if( verifying( $server, $group ) == -1 ) session_error( $server, $group ); $nhd = nnrp_open( $server ); if( ! ( $nhd && nnrp_authenticate( $nhd ) ) ) { html_head('ERROR'); echo "

$strConnectServerError - " . $server . "
\n"; html_foot(); html_tail(); exit; } list( $code, $count, $lowmark, $highmark ) = nnrp_group( $nhd, $group ); $artinfo = nnrp_head( $nhd, $artnum, $news_charset[$curr_catalog] ); if( !$artinfo ) kill_myself(); $artconv = get_conversion( $artinfo['charset'], $curr_charset ); if( $artconv['to'] ) { $from = $artconv['to']( $artinfo['name'] ); $email = $artconv['to']( $artinfo['mail'] ); $subject = $artconv['to']( $artinfo['subject'] ); $org = $artconv['to']( $artinfo['org'] ); } else { $from = $artinfo['name']; $email = $artinfo['mail']; $subject = $artinfo['subject']; $org = $artinfo['org']; } $date = $artinfo['date']; $msgid = $artinfo['msgid']; $subject = 'FW: ' . preg_replace( '/^Re: /i', '', $subject ) ; html_head( "$group - $subject" ); ?> \n"; echo "

\n"; echo "\n"; echo "\n"; echo "\n"; echo "\n"; echo "
$strReceiver:
$strGroup:
$strSubject:
\n"; echo ""; echo "$strContent:\n"; echo " \n"; echo "
\n"; echo "
\n"; echo ""; echo ""; echo "\n"; echo "\n"; html_focus( 'post', 'content' ); html_tail(); } ?>