;
; Script to send news articles stored in the dir uunews:NNTPSpoolDir.
; Needs nntppost from InetUtils 1.4.
;

list uunews:NNTPSpoolDir lformat "nntppost -x %p%n %p%n" to t:post
execute t:post
delete >nil: t:post
