if ($this->nntp->post($msg)) {
$dir = Array('group' => $group);
if ($artid != -1) {
- $ndx = $this->spool->getndx($artid);
- if ($ndx > 50) {
- $dir['first'] = $ndx;
- }
+ $dir['artid'] = $artid;
}
redirectInBanana($dir);
} else {
}
$break = "\n";
+ $prefix = null;
if (!$firstpass) {
$break .= $_prefix;
+ $prefix = $_prefix;
}
- $result = $_prefix.join($break, $result).($_prefix ? '' : $sign);
+ $result = $prefix.join($break, $result).($prefix ? '' : $sign);
if ($firstpass) {
return wrap($result, $_prefix, $_force, false);
}