At 2003/05/15 17:03 -0700, Jim Ault wrought:

>Yes, trying  to attach a  file using a string,  alias,  and list of
>strings, list  of aliaes syntax
>Either  I get an error from Eudora on sending, or the email  arrives
>without  the attachment.
______________________________________________________________________

Eudora requires a list of aliases:

  tell application "Eudora"
    if exists of front message then
      tell front message
        attach to it documents {alias
"Lao-Tzu:Users:chris_stone:Desktop:Nickname for whitelist"}
      end tell
    end if
  end tell



Best Regards,

Christopher Stone