Error during command authentication.

Error - unable to initiate communication with LISTSERV (errno=10061, phase=CONNECT, target=127.0.0.1:2306). The server is probably not started. LISTSERV - MACSCRPT Archives - LISTSERV.DARTMOUTH.EDU

At 3:48 pm -0400 30/6/06, Mark Lively wrote:

>I just took a look,
>
>Oh the huge manatee...
>
>Never really had an interest in scripting Mail.
>
>Now that I've seen the dictionary...  I don't think I want to.

It's worth remembering that some aetes were written in the days when 
AppleScript was fun to write:


tell application "Eudora"
   set _message to a reference to the front message
   tell (forward the _message)
     set field "to" to "[log in to unmask]"
     set return receipt to true
     queue for (current date) + 3600
   end tell
end tell

In Mail you can't even get a reference to the message in the front window!


JD