> message: import-email stdin: copy system/ports/input
> 
> and I get:
> 
> ** Script  Error:  import-email  expected data argument  of
> ** type: string.  Where: message: import-email stdin

  Sure enough.. you wind up with a block of lines from stdin. 

  try:

  message: copy ""
  stdin: copy system/ports/input
  foreach line stdin [append message append line newline]
  message: import-email message

  sorry for any confusion --

  -jeff

Reply via email to