There are 9 messages totalling 294 lines in this issue.

Topics of the day:

  1. How to read message from telnet through port 110? (2)
  2. Latency problem with a web site.
  3. FTPMail, Agora, etc. statistics
  4. Motherboard specifications
  5. translating references to urls (2)
  6. changes at onelist
  7. Binky missing

~~~~~~~~~~~~~~~ ACCMAIL Info (automatically generated) ~~~~~~~~~~~~~~
To UNSUBscribe: Send UNSUBSCRIBE ACCMAIL to [EMAIL PROTECTED]
To get the ACCMAIL FAQ: Send e-mail to "[EMAIL PROTECTED]"
and enter only this line in the BODY of the note:
send usenet/news.answers/internet-services/access-via-email
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

----------------------------------------------------------------------

Date:    Thu, 8 Oct 2099 10:37:15 +0700
From:    user <[EMAIL PROTECTED]>
Subject: How to read message from telnet through port 110?

Hi!
When I telnet to a server with port 110, then type:
        user "my_username"
        pass "my_password"
        list
I can see some mail after "list" command, but don't know how to read them.
Is there any way to read? And how to get the help?

------------------------------

Date:    Fri, 8 Oct 1999 00:31:55 EDT
From:    William C Andrews <[EMAIL PROTECTED]>
Subject: Latency problem with a web site.

Hi all,

Here is an interesting problem.
I used a www4mail server to fill in a form at:
http://www.egosurf.com/
The server returns a page that essentially says,
"Wait 15 seconds for results,
 you may have to hit refresh on your browser"

Well the server returns that page and www4mail returns it to me.
However the page with the results doesn't get sent back, because
www4mail sees the "Please wait" page as fulfilling the request.
I also tried Binky.

Anybody have a suggestion for a work around?  I was able to get
web access and did submit my request and that allowed me to
figure out what the problem was.

--
William Andrews       [EMAIL PROTECTED]
http://www.geocities.com/CapeCanaveral/Runway/3091/
Reduce-Reuse-Recycle     Shun including the entire text in replies.

------------------------------

Date:    Fri, 8 Oct 1999 06:01:21 +0100
From:    [EMAIL PROTECTED]
Subject: FTPMail, Agora, etc. statistics

FTPMail, Agora, etc. statistics for Thu 7 Oct 1999, posted Fri, 08 Oct 1999 05:00:17 
GMT

Less than 1 hour

[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]

1-4 hours

None


4-10 hours

[EMAIL PROTECTED]
[EMAIL PROTECTED]

More than 10 hours

[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]

Response within 4 hours in at least 5 out of 7 recent tests

[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]


Note: [EMAIL PROTECTED] doesn't reply to .net or .com addresses.

This data is generated automatically around 0600 GMT/BST most
days. The performance reported is dependant on many factors and your
experience may vary. You can also access this list:

     On the Web at http://www.netservs.com/mrcool/stats.htm
     (We recently discontinued the copy available via FTP)
     Mail to [EMAIL PROTECTED] and say
     "get file stats.txt" (no quotes)

Want this list every day? Send mail to [EMAIL PROTECTED] and in the
body of your message put "join statistics" (no quotes)

No liability is accepted for inaccuracies. Mirroring, links to and
copying of this entire file (not extracts) is permitted until further
notice.

Slow downloads? Try Mr. Cool!
See http://www.netservs.com/mrcool/

Copyright Net Services 1999.

------------------------------

Date:    Fri, 8 Oct 1999 08:22:38 EDT
From:    David Ames <[EMAIL PROTECTED]>
Subject: Re: Motherboard specifications

I don't know if this may be helpful or not.  Computer Currents, in an
article "5th Annual Web Site Blowout," writes about (quote):

Motherboard Homeworld
www.motherboards.org

This is so homebrew we're surprised the motto isn't "Motherboards just
like Mom used to make."  Circuit rider Billy Newsom's compilation of
everything about homemade PCs from the motherboard up will enlighten and
delight hobbyists and those wanting to cut through the mystery of it all.
 Newsom links to and discusses buying secreta, chipsets, vendors, and
manufacturers every which way.

David Ames

------------------------------

Date:    Fri, 8 Oct 1999 11:52:55 +0500
From:    dilip k s <[EMAIL PROTECTED]>
Subject: translating references to urls

    I got this response to an email query

" get http://209.76.31.2/contracts/sbguide/sbfscs.ht"

    I sent to www4.
----------------------------------------
   Federal Supply and Groups and Classes


References

   1. file://localhost/tmp/sbfiscnobuy.html
   2. file://localhost/tmp/sbguide.html
   3. file://localhost/tmp/ships.htm
------------------------------------------------

How should I translate them to urls ?


                 regards

                                      dilipks



------------------------------

Date:    Fri, 8 Oct 1999 09:41:42 -0700
From:    "Gerald E. Boyd" <[EMAIL PROTECTED]>
Subject: Re: translating references to urls

At 11:52 AM 10/8/99 +0500, dilip k s wrote the following:

>    I got this response to an email query
>
>" get http://209.76.31.2/contracts/sbguide/sbfscs.ht"
>
>    I sent to www4.
>----------------------------------------
>   Federal Supply and Groups and Classes
>
>
>References
>
>   1. file://localhost/tmp/sbfiscnobuy.html
>   2. file://localhost/tmp/sbguide.html
>   3. file://localhost/tmp/ships.htm
>------------------------------------------------
>
>How should I translate them to urls ?

Replace file://localhost/tmp/ with the original portion of the URL. For
example,

file://localhost/tmp/sbguide.html

should be translated to

http://209.76.31.2/contracts/sbguide/sbguide.html

--
Gerry Boyd -- [EMAIL PROTECTED]

------------------------------

Date:    Fri, 8 Oct 1999 09:49:32 -0700
From:    "Gerald E. Boyd" <[EMAIL PROTECTED]>
Subject: Re: How to read message from telnet through port 110?

At , user wrote the following:

>When I telnet to a server with port 110, then type:
>        user "my_username"
>        pass "my_password"
>        list
>I can see some mail after "list" command, but don't know how to read
them.
>Is there any way to read? And how to get the help?

* POP Basic Command Summary *
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
USER userid     (Enter your e-mail username)
PASS password   (Enter your mailbox password)
LIST            (List all messages and their sizes)
STAT            (Tell me how many messages there are and total size)
TOP 4 10        (Show me the first 10 lines of message number 4)
DELE 3          (Delete message number 3)
RSET 3          (...on second thought, don't delete message number 3)
RETR 5          (Show me all of message number 5)
LAST            (Tell me the number of the last message accessed)
NOOP            (Do nothing. Useful for testing the server's response)
QUIT            (I'm done. Let me outta here)

See RFC1725 Post Office Protocol - Version 3 for more information...


--
Gerry Boyd -- [EMAIL PROTECTED]

------------------------------

Date:    Fri, 8 Oct 1999 08:17:41 +0100
From:    Gerald England <[EMAIL PROTECTED]>
Subject: Re: changes at onelist

Thanks a lot.

I was added to the list by the list-owner
so that would seem to be reason.

I will forward your message to the list-owner
and I am sure this will solve the problem.

Yours
Gerald



>
>There was a blerb about this on some of the lists.  If you are in "any"
>mode, it will send you the html ads, but "text only" mode will work
>similar to before.  Lets see if I can dig up the text...  AH, here it is:
>

------------------------------

Date:    Fri, 8 Oct 1999 17:25:26 -0400
From:    Mark F McClaine <[EMAIL PROTECTED]>
Subject: Binky missing

I sent a request to [EMAIL PROTECTED] and received an
error message stating Host unknown (Name server:
junoaccmail: host not found)  It appears they are no longer
in service.

Mark

------------------------------

End of ACCMAIL Digest - 7 Oct 1999 to 8 Oct 1999 (#1999-282)
************************************************************

Reply via email to