$1 select now();
$3 select reply_to_subject(subject) from art where $N not null and id = $N;
$2 select coalesce(header(data,'Followup-To'),header(data,'Newsgroups'),$G) from art where $N not null and id = $N;
$4 select coalesce($2,$G);
$5 select bystand_version();
Newsgroups: $4
$ select 'References: ' || coalesce(header(data,'References') || ' ', '') || messageid from art where $N not null and id = $N;
Subject: $3
User-Agent: $5
MIME-Version: 1.0

$ select header(data,'From') || ' wrote:' from art where $N not null and id = $N;
$>

-- 
Signature goes here
