lynx-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

lynx-dev Anyone else seeing a problem in lynx 2.8.3dev.1 and cookies?


From: Larry W. Virden
Subject: lynx-dev Anyone else seeing a problem in lynx 2.8.3dev.1 and cookies?
Date: Thu, 17 Jun 1999 11:01:36 -0400 (EDT)

Once I upgraded to this newest version of lynx, I find I am no longer
able to log into <URL: http://mail.yahoo.com/>.  I have a Lynx trace of what
happens during this sequence.
o       I fill in my password
o       turn on tracing
o       press submit
o       Lynx displays the login screen again, with no error displayed.

I configure lynx with:
/home/lwv26/i/src/Unix/lynx/t/lynx2-8-3/configure  --prefix=/projects/intranet
 --libdir=/projects/intranet/lib/lynx --includedir=/projects/gnu/sparc-sun-solar
is2.6/include --with-screen=ncurses --with-included-gettext --with-catgets --wit
h-zlib --enable-included-msgs --enable-default-colors --enable-extended-dtd --en
able-externs --enable-forms-options --enable-nls --enable-nsl-fork --enable-part
ial --enable-persistent-cookies --enable-libjs --enable-source-cache

I compile it on SPARC Solaris 2.6 using Sun's C compiler version 4.2.

In my lynx.cfg file I have:
# lynx.cfg file.
# The default placement for this file is /usr/local/lib/lynx.cfg (Unix)
#                                     or Lynx_Dir:lynx.cfg (VMS)
#
#
# Definition pairs are of the form  VARIABLE:DEFINITION
# NO spaces are allowed between the pair items.
#
#  If you do not have write access to /usr/local/bin you may change
#  the default location of this file in the userdefs.h file and recompile,
#  or specify its location on the command line with the "-cfg"
#  command line option.
#
# Items may be commented out by putting a '#' as the FIRST char of the line
#
# All definitions must be flush left and have NO spaces.!!!

# An HTML'ized description of all settings (based on comments in this file,
# with alphabetical table of settings and with table of settings by category)
# is available at http://www.hippo.ru/~hvv/lynxcfg_toc.html

# Starting with Lynx 2.8.1, the lynx.cfg file has a crude "include"
# facility.  This means that you can take advantage of the global lynx.cfg
# while also supplying your own tweaks.
#
# You can use a command-line argument (-cfg /where/is/lynx.cfg) or an
# environment variable (LYNX_CFG=/where/is/lynx.cfg).
# For instance, put in your .profile or .login:
#
#   LYNX_CFG=~/lynx.cfg; export LYNX_CFG   # in .profile for sh/ksh/bash/etc.
#   setenv LYNX_CFG ~/lynx.cfg             # in .login for [t]csh
#
# Then in ~/lynx.cfg:
#
#   INCLUDE:/usr/local/lib/lynx.cfg
#           ^^^^^^^^^^^^^^^^^^^^^^^ or whatever is appropriate on your system
# and now your own tweaks.
#
# Starting with Lynx 2.8.2, the INCLUDE facility is yet more powerful.  You can
# suppress all but specific settings that will be read from included files. 
# This allows sysadmins to provide users the ability to customize lynx with
# options that normally do not affect security, such as COLOR, VIEWER, KEYMAP.
#
# The syntax is
#
#   INCLUDE:filename for <space-separated-list-of-allowed-settings>
#
# sample:
#INCLUDE:~/lynx.cfg for COLOR VIEWER KEYMAP
# only one space character should surround the word 'for'.  On Unix systems ':'
# is also accepted as separator.  In that case, the example can be written as
#INCLUDE:~/lynx.cfg:COLOR VIEWER KEYMAP
# In the example, only the settings COLOR, VIEWER and KEYMAP are accepted by
# lynx.  Other settings are ignored.  Note:  INCLUDE is also treated as a
# setting, so to allow an included file to include other files, put INCLUDE in
# the list of allowed settings.
#
# If you allow an included file to include other files, and if a list of
# allowed settings is specified for that file with the INCLUDE command, nested
# files are only allowed to include the list of settings that is the set AND of
# settings allowed for the included file and settings allowed by nested INCLUDE
# commands.  In short, there is no security hole introduced by including a
# user-defined configuration file if the original list of allowed settings is
# secure.

# STARTFILE is the default starting URL if none is specified
#   on the command line or via a WWW_HOME environment variable;
#   Lynx will refuse to start without a starting URL of some kind.
# STARTFILE can be remote, e.g. http://www.w3.org/default.html ,
#                or local, e.g. file://localhost/PATH_TO/FILENAME ,
#           where PATH_TO is replaced with the complete path to FILENAME
#           using Unix shell syntax and including the device on VMS.
#
# Normally we expect you will connect to a remote site, e.g., the Lynx starting
# site:
#STARTFILE:http://lynx.browser.org/
#
# As an alternative, you may want to use a local URL.  A good choice for this is
# the user's home directory:
#STARTFILE:file://localhost/~/
#
# Your choice of STARTFILE should reflect your site's needs, and be a URL that
# you can connect to reliably.  Otherwise users will become confused and think
# that they cannot run Lynx.
STARTFILE:http://intracas/

# HELPFILE must be defined as a URL and must have a
# complete path if local:
# file://localhost/PATH_TO/lynx_help/lynx_help_main.html
#   Replace PATH_TO with the path to the lynx_help subdirectory
#   for this distribution (use SHELL syntax including the device
#   on VMS systems).
# The default HELPFILE is:
# http://www.crl.com/~subir/lynx/lynx_help/lynx_help_main.html
#   This should be changed to the local path.
#
#HELPFILE:http://www.crl.com/~subir/lynx/lynx_help/lynx_help_main.html
#HELPFILE:file://localhost/PATH_TO/lynx_help/lynx_help_main.html
HELPFILE:file://localhost/projects/intranet/lib/lynx/lynx_help/lynx_help_main.html

# DEFAULT_INDEX_FILE is the default file retrieved when the
# user presses the 'I' key when viewing any document.
# An index to your CWIS can be placed here or a document containing
# pointers to lots of interesting places on the web.
#
DEFAULT_INDEX_FILE:http://www.ncsa.uiuc.edu/SDG/Software/Mosaic/MetaIndex.html

# Set GOTOBUFFER to TRUE if you want to have the previous goto URL,
# if any, offered for reuse or editing when using the 'g'oto command.
# The default is defined in userdefs.h.  If left FALSE, the circular
# buffer of previously entered goto URLs can still be invoked via the
# Up-Arrow or Down-Arrow keys after entering the 'g'oto command.
#
#GOTOBUFFER:FALSE
GOTOBUFFER:TRUE

# JUMP_PROMPT is the default statusline prompt for selecting a jumps file
# shortcut.  (see below).
# You can change the prompt here from that defined in userdefs.h.  Any
# trailing white space will be trimmed, and a single space is added by Lynx
# following the last non-white character.  You must set the default prompt
# before setting the default jumps file (below).  If a default jumps file
# was set via userdefs.h, and you change the prompt here, you must set the
# default jumps file again (below) for the change to be implemented.
#
#JUMP_PROMPT:Jump to (use '?' for list):

# JUMPFILE is the local file checked for short-cut names for URLs
# when the user presses the 'j' (JUMP) key.  The user will be prompted
# to enter a short-cut name for an URL, which Lynx will then follow
# in a similar manner to 'g'oto; alternatively, s/he can enter '?'
# to view the full JUMPFILE list of short-cuts with associated URLs.
# There is an example jumps file in the samples subdirectory.
# If not defined here or in userdefs.h, the JUMP command will invoke
# the NO_JUMPFILE statusline message (see  LYMessages_en.h ).
#
# To allow '?' to work, include in the JUMPFILE
# a short-cut to the JUMPFILE itself, e.g.
# <dt>?<dd><a href="file://localhost/path/jumps.html">This Shortcut List</a>
#
# On VMS, use Unix SHELL syntax (including a lead slash) to define it.
#
# Additional jumps files can be defined and mapped to keystrokes
# in  lynx.cfg , but you should first define the default jumps file,
# which is mapped by default to 'j' (or 'J' when VI keys are ON).
#
# In the following line, include the actual full local path to JUMPFILE,
# but do not include 'file://localhost' in the line.
#JUMPFILE:/FULL_LOCAL_PATH/jumps.html

# Set JUMPBUFFER to TRUE if you want to have the previous jump target,
# if any, offered for reuse or editing when using the 'J'ump command.
# The default is defined in userdefs.h.  If left FALSE, the circular
# buffer of previously entered targets (shortcuts) can still be invoked
# via the Up-Arrow or Down-Arrow keys after entering the 'J'ump command.
# If multiple jumps files are installed, the recalls of shortcuts will
# be specific to each file.  If Lynx was built with PERMIT_GOTO_FROM_JUMP
# defined, any random URLs used instead of shortcuts will be stored in the
# goto URL buffer, not in the shortcuts buffer(s), and the single character
# ':' can be used as a target to invoke the goto URL buffer (as if 'g'oto
# followed by Up-Arrow had been entered).
#
#JUMPBUFFER:FALSE
JUMPBUFFER:TRUE

# If SAVE_SPACE is defined, it will be used as a path prefix for the
# suggested filename in "Save to Disk" operations from the 'p'rint or
# 'd'ownload menus.  On VMS, you can use either VMS (e.g., "SYS$LOGIN:")
# or Unix syntax (including '~' for the HOME directory).  On Unix, you
# must use Unix syntax.  If the symbol is not defined, or is zero-length
# (""), no prefix will be used, and only a filename for saving in the
# current default directory will be suggested.
# This definition will be overridden if a "LYNX_SAVE_SPACE" environment
# variable has been set on Unix, or logical has been defined on VMS.
#
#SAVE_SPACE:~/foo/

# If LYNX_HOST_NAME is defined here or in userdefs.h, it will be
# treated as an alias for the local host name in checks for URLs on
# the local host (e.g., when the -localhost switch is set), and this
# host name, "localhost", and HTHostName (the fully qualified domain
# name of the system on which Lynx is running) will all be passed as
# local.  A different definition here will override that in userdefs.h.
#
#LYNX_HOST_NAME:www.cc.ukans.edu
LYNX_HOST_NAME:homepage

# localhost aliases
# Any LOCALHOST_ALIAS definitions also will be accepted as local when
# the -localhost switch is set.  These need not actually be local, i.e.,
# in contrast to LYNX_HOST_NAME, you can define them to trusted hosts at
# other Internet sites.
#
#LOCALHOST_ALIAS:gopher.server.domain
#LOCALHOST_ALIAS:news.server.domain

# LOCAL_DOMAIN is used for a tail match with the ut_host element of
# the utmp or utmpx structure on systems with utmp capabilities, to
# determine if a user is local to your campus or organization when
# handling -restrictions=inside_foo or outside_foo settings for ftp,
# news, telnet/tn3270 and rlogin URLs.  An "inside" user is assumed
# if your system does not have utmp capabilities.  CHANGE THIS here
# if it was not changed in userdefs.h at compilation time.
#
#LOCAL_DOMAIN:ukans.edu
LOCAL_DOMAIN:cas.org

# CHARACTER_SET defines the display character set, i.e., assumed to be
# installed on the user's terminal.  It determines which characters or strings
# will be used to represent 8-bit character entities within HTML.  New
# character sets may be defined as explained in the README files of the
# src/chrtrans directory in the Lynx source code distribution.  For Asian (CJK)
# character sets, it also determines how Kanji code will be handled.  The
# default is defined in userdefs.h and can be changed here or via the
# 'o'ptions menu.  The 'o'ptions menu setting will be stored in the user's RC
# file whenever those settings are saved, and thereafter will be used as the
# default.  For Lynx a "character set" has two names:  a MIME name (for
# recognizing properly labeled charset parameters in HTTP headers etc.), and a
# human-readable string for the 'O'ptions Menu (so you may find info about
# language or group of languages besides MIME name).  Not all 'human-readable'
# names correspond to exactly one valid MIME charset (example is "Chinese");
# in that case an appropriate valid (and more specific) MIME name should be
# used where required.  Well-known synonyms are also processed in the code.
#
# Raw (CJK) mode
#
# Lynx normally translates characters from a document's charset to display
# charset, using ASSUME_CHARSET value (see below) if the document's charset
# is not specified explicitly.  Raw (CJK) mode is OFF for this case.
# When the document charset is specified explicitly, that charset
# overrides any assumption like ASSUME_CHARSET or raw (CJK) mode.
#
# For the Asian (CJK) display character sets, the corresponding charset is
# assumed in documents, i.e., raw (CJK) mode is ON by default.  In raw CJK
# mode, 8-bit characters are not reverse translated in relation to the entity
# conversion arrays, i.e., they are assumed to be appropriate for the display
# character set.  The mode should be toggled OFF when an Asian (CJK) display
# character set is selected but the document is not CJK and its charset not
# specified explicitly.
#
# Raw (CJK) mode may be toggled by user via '@' (LYK_RAW_TOGGLE) key,
# the -raw command line switch or from the 'o'ptions menu.
#
# Raw (CJK) mode effectively changes the charset assumption about unlabeled
# documents.  You can toggle raw mode ON if you believe the document has a
# charset which does correspond to your Display Character Set.  On the other
# hand, if you set ASSUME_CHARSET the same as Display Character Set you get raw
# mode ON by default (but you get assume_charset=iso-8859-1 if you try raw mode
# OFF after it).
#
# Note that "raw" does not mean that every byte will be passed to the screen.
# HTML character entities may get expanded and translated, inappropriate
# control characters filtered out, etc.  There is a "Transparent" pseudo
# character set for more "rawness".
#
# Since Lynx now supports a wide range of platforms it may be useful to note
# the cpXXX codepages used by IBM PC compatible computers, and windows-xxxx
# used by native MS-Windows apps.  We also note that cpXXX pages rarely are
# found on Internet, but are mostly for local needs on DOS.
#
# Recognized character sets include:
#
#    string for 'O'ptions Menu          MIME name
#    ===========================        =========
#    7 bit approximations (US-ASCII)    us-ascii
#    Western (ISO-8859-1)               iso-8859-1
#    Western (ISO-8859-15)              iso-8859-15
#    Western (cp850)                    cp850
#    Western (windows-1252)             windows-1252
#    IBM PC US codepage (cp437)         cp437
#    DEC Multinational                  dec-mcs
#    Macintosh (8 bit)                  macintosh
#    NeXT character set                 next
#    HP Roman8                          hp-roman8
#    Chinese                            euc-cn
#    Japanese (EUC-JP)                  euc-jp
#    Japanese (Shift_JIS)               shift_jis
#    Korean                             euc-kr
#    Taipei (Big5)                      big5
#    Vietnamese (VISCII)                viscii
#    Eastern European (ISO-8859-2)      iso-8859-2
#    Eastern European (cp852)           cp852
#    Eastern European (windows-1250)    windows-1250
#    Latin 3 (ISO-8859-3)               iso-8859-3
#    Latin 4 (ISO-8859-4)               iso-8859-4
#    Baltic Rim (cp775)                 cp775
#    Baltic Rim (windows-1257)          windows-1257
#    Cyrillic (ISO-8859-5)              iso-8859-5
#    Cyrillic (cp866)                   cp866
#    Cyrillic (windows-1251)            windows-1251
#    Cyrillic (KOI8-R)                  koi8-r
#    Arabic (ISO-8859-6)                iso-8859-6
#    Arabic (cp864)                     cp864
#    Arabic (windows-1256)              windows-1256
#    Greek (ISO-8859-7)                 iso-8859-7
#    Greek (cp737)                      cp737
#    Greek2 (cp869)                     cp869
#    Greek (windows-1253)               windows-1253
#    Hebrew (ISO-8859-8)                iso-8859-8
#    Hebrew (cp862)                     cp862
#    Hebrew (windows-1255)              windows-1255
#    Turkish (ISO-8859-9)               iso-8859-9
#    ISO-8859-10                        iso-8859-10
#    Ukrainian Cyrillic (cp866u)        cp866u
#    Ukrainian Cyrillic (KOI8-U)        koi8-u
#    UNICODE (UTF-8)                    utf-8
#    RFC 1345 w/o Intro                 mnemonic+ascii+0
#    RFC 1345 Mnemonic                  mnemonic
#    Transparent                        x-transparent
#
# The value should be the MIME name of a character set recognized by
# Lynx (case insensitive).
# Find RFC 1345 at http://www.ics.uci.edu/pub/ietf/uri/rfc1345.txt .
#
#CHARACTER_SET:iso-8859-1

# ASSUME_CHARSET changes the handling of documents which do not
# explicitly specify a charset.  Normally Lynx assumes that 8-bit
# characters in those documents are encoded according to iso-8859-1
# (the official default for the HTTP protocol).  When ASSUME_CHARSET
# is defined here or by an -assume_charset command line flag is in effect,
# Lynx will treat documents as if they were encoded accordingly.
# See above on how this interacts with "raw mode" and the Display
# Character Set.
# ASSUME_CHARSET can also be changed via the 'o'ptions menu but will
# not be saved as permanent value in user's .lynxrc file to avoid more chaos.
#
#ASSUME_CHARSET:iso-8859-1

# ASSUME_LOCAL_CHARSET is like ASSUME_CHARSET but only applies to local
# files.  If no setting is given here or by an -assume_local_charset
# command line option, the value for ASSUME_CHARSET or -assume_charset
# is used.  It works for both text/plain and text/html files.
# This option will ignore "raw mode" toggling when local files are viewed
# (it is "stronger" than "assume_charset" or the effective change
# of the charset assumption caused by changing "raw mode"),
# so only use when necessary.
#
#ASSUME_LOCAL_CHARSET:iso-8859-1

# PREPEND_CHARSET_TO_SOURCE:TRUE tells Lynx to prepend a META CHARSET line
# to text/html source files when they are retrieved for 'd'ownloading
# or passed to 'p'rint functions, so HTTP headers will not be lost.
# This is necessary for resolving charset for local html files,
# while the assume_local_charset is just an assumption.
# For the 'd'ownload option, a META CHARSET will be added only if the HTTP
# charset is present.  The compilation default is TRUE.
# It is generally desirable to have charset information for every local
# html file, but META CHARSET string potentially could cause
# compatibility problems with other browsers, see also PREPEND_BASE_TO_SOURCE.
# Note that the prepending is not done for -source dumps.
#
#PREPEND_CHARSET_TO_SOURCE:TRUE

# NCR_IN_BOOKMARKS:TRUE allows you to save 8-bit characters in bookmark titles
# in the unicode format (NCR).  This may be useful if you need to switch
# display charsets frequently.  This is the case when you use Lynx on different
# platforms, e.g., on UNIX and from a remote PC, and want to keep the bookmarks
# file persistent.
# Another aspect is compatibility:  NCR is part of I18N and HTML4.0
# specifications supported starting with Lynx 2.7.2, Netscape 4.0 and MSIE 4.0.
# Older browser versions will fail so keep NCR_IN_BOOKMARKS:FALSE if you
# plan to use them.
#
#NCR_IN_BOOKMARKS:FALSE

# FORCE_8BIT_TOUPPER overrides locale settings and uses internal 8-bit
# case-conversion mechanism for case-insensitive searches in non-ASCII display
# character sets.  It is FALSE by default and should not be changed unless
# you encounter problems with case-insensitive searches.
#
#FORCE_8BIT_TOUPPER:FALSE

# While Lynx supports different platforms and display character sets
# we need to limit the charset in outgoing mail to reduce
# trouble for remote recipients who may not recognize our charset.
# You may try US-ASCII as the safest value (7 bit), any other MIME name,
# or leave this field blank (default) to use the display character set.
# Charset translations currently are implemented for mail "subjects= " only.
#
#OUTGOING_MAIL_CHARSET:

# If Lynx encounters a charset parameter it doesn't recognize, it will
# replace the value given by ASSUME_UNREC_CHARSET (or a corresponding
# -assume_unrec_charset command line option) for it.  This can be used
# to deal with charsets unknown to Lynx, if they are "sufficiently
# similar" to one that Lynx does know about, by forcing the same
# treatment.  There is no default, and you probably should leave this
# undefined unless necessary.
#
#ASSUME_UNREC_CHARSET:iso-8859-1

# PREFERRED_LANGUAGE is the language in MIME notation (e.g., "en",
# "fr") which will be indicated by Lynx in its Accept-Language headers
# as the preferred language.  If available, the document will be
# transmitted in that language.  Users can override this setting via
# the 'o'ptions menu and save that preference in their RC file.
# This may be a comma-separated list of languages in decreasing preference.
#
#PREFERRED_LANGUAGE:en

# PREFERRED_CHARSET specifies the character set in MIME notation (e.g.,
# "ISO-8859-2", "ISO-8859-5") which Lynx will indicate you prefer in
# requests to http servers using an Accept-Charsets header.  Users can
# change it via the 'o'ptions menu and save that preference in their RC file.
# The value should NOT include "ISO-8859-1" or "US-ASCII",
# since those values are always assumed by default.
# If a file in that character set is available, the server will send it.
# If no Accept-Charset header is present, the default is that any
# character set is acceptable.  If an Accept-Charset header is present,
# and if the server cannot send a response which is acceptable
# according to the Accept-Charset header, then the server SHOULD send
# an error response with the 406 (not acceptable) status code, though
# the sending of an unacceptable response is also allowed.  See RFC 2068
# (http://www.ics.uci.edu/pub/ietf/uri/rfc2068.txt).
#
#PREFERRED_CHARSET:

# URL_DOMAIN_PREFIXES and URL_DOMAIN_SUFFIXES are strings which will be
# prepended (together with a scheme://) and appended to the first element
# of command line or 'g'oto arguments which are not complete URLs and
# cannot be opened as a local file (file://localhost/string).  Both
# can be comma-separated lists.  Each prefix must end with a dot, each
# suffix must begin with a dot, and either may contain other dots (e.g.,
# .com.jp).  The default lists are defined in userdefs.h and can be
# replaced here.  Each prefix will be used with each suffix, in order,
# until a valid Internet host is created, based on a successful DNS
# lookup (e.g., foo will be tested as www.foo.com and then www.foo.edu
# etc.).  The first element can include a :port and/or /path which will
# be restored with the expanded host (e.g., wfbr:8002/dir/lynx will
# become http://www.wfbr.edu:8002/dir/lynx).  The prefixes will not be
# used if the first element ends in a dot (or has a dot before the
# :port or /path), and similarly the suffixes will not be used if the
# the first element begins with a dot (e.g., .nyu.edu will become
# http://www.nyu.edu without testing www.nyu.com).  Lynx will try to
# guess the scheme based on the first field of the expanded host name,
# and use "http://"; as the default (e.g., gopher.wfbr.edu or gopher.wfbr.
# will be made gopher://gopher.wfbr.edu).
#
#URL_DOMAIN_PREFIXES:www.
#URL_DOMAIN_SUFFIXES:.com,.edu,.net,.org

# Lynx Options Menu style toggle:  forms-based or old-style.
# Works if old-style menu is compiled in as well as the forms-based menu.
#FORMS_OPTIONS:TRUE

# Display partial pages while downloading
#PARTIAL:TRUE

# Set the threshold # of lines Lynx must render before it
# redraws the screen in PARTIAL mode.  Anything < 0 implies
# use of the screen size.
#PARTIAL_THRES:-1

# While getting large files, Lynx shows the approximate rate of transfer.
# Set this to change the units shown:
# TRUE for KB/sec or FALSE for bytes/sec:  default is TRUE.
#SHOW_KB_RATE:TRUE

# The following three definitions set the number of seconds for
# pauses following statusline messages that would otherwise be
# replaced immediately, and are more important than the unpaused
# progress messages.  Those set by INFOSECS are also basically
# progress messages (e.g., that a prompted input has been canceled)
# and should have the shortest pause.  Those set by MESSAGESECS are
# informational (e.g., that a function is disabled) and should have
# a pause of intermediate duration.  Those set by ALERTSECS typically
# report a serious problem and should be paused long enough to read
# whenever they appear (typically unexpectedly).  The default values
# are defined in userdefs.h, and can be modified here should longer
# pauses be desired for braille-based access to Lynx.
#
#INFOSECS:1
#MESSAGESECS:2
#ALERTSECS:3

# If USE_SELECT_POPUPS is set FALSE, Lynx will present a vertical list of
# radio buttons for the OPTIONs in SELECT blocks which lack the MULTIPLE
# attribute, instead of using a popup menu.  Note that if the MULTIPLE
# attribute is present in the SELECT start tag, Lynx always will create a
# vertical list of checkboxes for the OPTIONs.
# The default defined here or in userdefs.h can be changed via the 'o'ptions
# menu and saved in the RC file, and always can be toggled via the -popup
# command line switch.
#
#USE_SELECT_POPUPS:TRUE

# SHOW_CURSOR controls whether or not the cursor is hidden or appears
# over the current link in documents or the current option in popups.
# Showing the cursor is handy if you are a sighted user with a poor
# terminal that can't do bold and reverse video at the same time or
# at all.  It also can be useful to blind users, as an alternative
# or supplement to setting LINKS_AND_FORM_FIELDS_ARE_NUMBERED or
# LINKS_ARE_NUMBERED.
# The default defined here or in userdefs.h can be changed via the
# 'o'ptions menu and saved in the RC file, and always can be toggled
# via the -show_cursor command line switch.
#
#SHOW_CURSOR:FALSE
SHOW_CURSOR:TRUE

# VERBOSE_IMAGES controls whether or not Lynx replaces the [LINK], [INLINE] and
# [IMAGE] comments (for images without ALT) with filenames of these images.
# This can be useful in determining what images are decorations
# (button.gif, line.gif) and what images are important (if the page writer
# bothers to use useful names).
#
# If this option is set here, it will override the setting in userdefs.h.
#VERBOSE_IMAGES:TRUE
VERBOSE_IMAGES:TRUE

# If BOLD_HEADERS is set to TRUE the HT_BOLD default style will be acted
# upon for <H1> through <H6> headers.  The compilation default is FALSE
# (only the indentation styles are acted upon, but see BOLD_H1, below).
# On Unix, compilation with -DUNDERLINE_LINKS also will apply to the
# HT_BOLD style for headers when BOLD_HEADERS is TRUE.
#
#BOLD_HEADERS:FALSE

# If BOLD_H1 is set to TRUE the HT_BOLD default style will be acted
# upon for <H1> headers even if BOLD_HEADERS is FALSE.  The compilation
# default is FALSE.  On Unix, compilation with -DUNDERLINE_LINKS also
# will apply to the HT_BOLD style for headers when BOLD_H1 is TRUE.
#
#BOLD_H1:FALSE

# If BOLD_NAME_ANCHORS is set to TRUE the content of anchors without
# an HREF attribute, (i.e., anchors with a NAME or ID attribute) will
# have the HT_BOLD default style.  The compilation default is FALSE.
# On Unix, compilation with -DUNDERLINE_LINKS also will apply to the
# HT_BOLD style for NAME (ID) anchors when BOLD_NAME_ANCHORS is TRUE.
#
#BOLD_NAME_ANCHORS:FALSE

# The DEFAULT_CACHE_SIZE specifies the number of WWW documents to be
# cached in memory at one time.
#
# This so-called cache size (actually, number) is defined in userdefs.h and
# may be modified here and/or with the command line argument -cache=NUMBER
# The minimum allowed value is 2, for the current document and at least one
# to fetch, and there is no absolute maximum number of cached documents.
# On Unix, and VMS not compiled with VAXC, whenever the number is exceeded
# the least recently displayed document will be removed from memory.
#
# On VMS compiled with VAXC, the DEFAULT_VIRTUAL_MEMORY_SIZE specifies the
# amount (bytes) of virtual memory that can be allocated and not yet be freed
# before previous documents are removed from memory.  If the values for both
# the DEFAULT_CACHE_SIZE and DEFAULT_VIRTUAL_MEMORY_SIZE are exceeded, then
# the least recently displayed documents will be freed until one or the other
# value is no longer exceeded.  The default value is defined in userdefs.h.
#
# The Unix and VMS (but not VAXC) implementations use the C library malloc's
# and calloc's for memory allocation, but procedures for taking the actual
# amount of cache into account still need to be developed.  They use only
# the DEFAULT_CACHE_SIZE value, and that specifies the absolute maximum
# number of documents to cache (rather than the maximum number only if
# DEFAULT_VIRTUAL_MEMORY_SIZE has been exceeded, as with VAXC/VAX).
#
#DEFAULT_CACHE_SIZE:10
#DEFAULT_VIRTUAL_MEMORY_SIZE:512000

# SOURCE_CACHE sets the source caching behavior for Lynx:
# FILE causes Lynx to keep a temporary file for each cached document
#   containing the HTML source of the document, which it uses to regenerate
#   the document when certain settings are changed (for instance,
#   historical vs. minimal vs. valid comment parsing) instead of reloading
#   the source from the network.
# MEMORY is like FILE, except the document source is kept in memory.  You
#   may wish to adjust DEFAULT_CACHE_SIZE and DEFAULT_VIRTUAL_MEMORY_SIZE
#   accordingly.
# NONE is the default; the document source is not cached, and is reloaded
#   from the network when needed.
#
#SOURCE_CACHE:NONE

# If ALWAYS_RESUBMIT_POSTS is set TRUE, Lynx always will resubmit forms
# with method POST, dumping any cache from a previous submission of the
# form, including when the document returned by that form is sought with
# the PREV_DOC command or via the history list.  Lynx always resubmits
# forms with method POST when a submit button or a submitting text input
# is activated, but normally retrieves the previously returned document
# if it had links which you activated, and then go back with the PREV_DOC
# command or via the history list.
#
# The default defined here or in userdefs.h can be toggled via
# the -resubmit_forms command line switch.
#
#ALWAYS_RESUBMIT_POSTS:FALSE

# If NO_ISMAP_IF_USEMAP is set TRUE, Lynx will not include a link to tset to 
FALSE (default is TRUE), or -restrictions=jump
# is included with the -anonymous switch at run time, then users of an
# anonymous account will not be able to access the jumps file or enter
# 'j'ump shortcuts, and this selective execution feature will be overridden
# as well (i.e., they will only be able to access lynxexec or lynxprog
# URLs which meet any ALWAYS_TRUSTED_EXEC rules).
#
#TRUSTED_EXEC:none

# If EXEC_LINKS was defined, any lynxexec or lynxprog URL can be made
# always enabled by an ALWAYS_TRUSTED_EXEC rule for it.  This is useful for
# anonymous accounts in which you have disabled execution links generally,
# and may also have disabled jumps file links, but still want to allow
# execution of particular utility scripts or programs.  The format is
# like that for TRUSTED_EXEC.  For example:
#
# Unix:
#   ALWAYS_TRUSTED_EXEC:file://localhost/<tab>/usr/local/kinetic/bin/usertime
#   ALWAYS_TRUSTED_EXEC:http://www.more.net/<tab>/usr/local/kinetic/bin/who.sh
# VMS:
#   ALWAYS_TRUSTED_EXEC:file://localhost/<tab>usertime
#   ALWAYS_TRUSTED_EXEC:http://www.more.net/<tab>show users
#
# The default ALWAYS_TRUSTED_EXEC rule is "none".
#
#ALWAYS_TRUSTED_EXEC:none

# Unix:
# =====
# TRUSTED_LYNXCGI rules define the permitted sources and/or paths for
# lynxcgi links (if LYNXCGI_LINKS is defined in userdefs.h).  The format
# is the same as for TRUSTED_EXEC rules (see above), but no defaults are
# defined, i.e., if no TRUSTED_LYNXCGI rules are defined here, any source
# and path for lynxcgi links will be permitted.  Example rules:
#
#       TRUSTED_LYNXCGI:file://localhost/
#       TRUSTED_LYNXCGI:<tab>/usr/local/etc/httpd/cgi-bin/
#       TRUSTED_LYNXCGI:file://localhost/<tab>/usr/local/www/cgi-bin/
#
# VMS:
# ====
# Do not define this.
#
#TRUSTED_LYNXCGI:none

# Unix:
# =====
# LYNXCGI_ENVIRONMENT adds the current value of the specified
# environment variable to the list of environment variables passed on to the
# lynxcgi script.  Useful variables are HOME, USER, EDITOR, etc...
#
# VMS:
# ====
# Do not define this.
#
#LYNXCGI_ENVIRONMENT:

# Unix:
# =====
# LYNXCGI_DOCUMENT_ROOT is the value of DOCUMENT_ROOT that will be passed
# to lynxcgi scripts.  If set and the URL has PATH_INFO data, then
# PATH_TRANSLATED will also be generated.  Examples:
#       LYNXCGI_DOCUMENT_ROOT:/usr/local/etc/httpd/htdocs
#       LYNXCGI_DOCUMENT_ROOT:/data/htdocs/
#
# VMS:
# ====
# Do not define this.
#
#LYNXCGI_DOCUMENT_ROOT:

# If FORCE_SSL_COOKIES_SECURE is set to TRUE, then SSL encrypted cookies
# received from https servers never will be sent unencrypted to http
# servers.  The compilation default is to impose this block only if the
# https server included a secure attribute for the cookie.  The normal
# default or that defined here can be toggled via the -force_secure
# command line switch.
#
#FORCE_SSL_COOKIES_SECURE:FALSE

#  MAIL_SYSTEM_ERROR_LOGGING will send a message to the owner of
#  the information, or ALERTMAIL if there is no owner, every time
#  that a document cannot be accessed!
#
#  NOTE:  This can generate A LOT of mail, be warned.
#
#MAIL_SYSTEM_ERROR_LOGGING:FALSE

# If CHECKMAIL is set to TRUE, the user will be informed (via a statusline
# message) about the existence of any unread mail at startup of Lynx, and
# will get statusline messages if subsequent new mail arrives.  If a jumps
# file with a lynxprog URL for invoking mail is available, or your html
# pages include an mail launch file URL, the user thereby can access mail
# and read the messages.  The checks and statusline reports will not be
# performed if Lynx has been invoked with the -restrictions=mail switch.
#
#  VMS USERS !!!
# New mail is normally broadcast as it arrives, via "unsolicited screen
# broadcasts", which can be "wiped" from the Lynx display via the Ctrl-W
# command.  You may prefer to disable the broadcasts and use CHECKMAIL
# instead (e.g., in a public account which will be used by people who
# are ignorant about VMS).
#
#CHECKMAIL:FALSE
CHECKMAIL:TRUE

# To enable news reading ability via Lynx, the environment variable NNTPSERVER
# must be set so that it points to your site's NNTP server
# (see Lynx Users Guide on environment variables).
# Lynx respects RFC 1738 (http://www.ics.uci.edu/pub/ietf/uri/rfc1738.txt)
# and does not accept a host field in news URLs (use nntp: instead of news: for
# the scheme if you wish to specify an NNTP host in a URL, as explained in the
# RFC).  If you have not set the variable externally, you can set it at run
# time via this configuration file.  It will not override an external setting.
# Note that on VMS it is set as a process logical rather than symbol, and will
# outlive the Lynx image.
# The news reading facility in Lynx is quite limited.  Lynx does not provide a
# full featured news reader with elaborate error checking and safety features.
#
#NNTPSERVER:news.server.dom
NNTPSERVER:news.cas.org

# If LIST_NEWS_NUMBERS is set TRUE, Lynx will use an ordered list and include
# the numbers of articles in news listings, instead of using an unordered
# list.  The default is defined in userdefs.h, and can be overridden here.
#
#LIST_NEWS_NUMBERS:FALSE
LIST_NEWS_NUMBERS:TRUE

# If LIST_NEWS_DATES is set TRUE, Lynx will include the dates of articles in
# news listings.  The dates always are included in the articles, themselves.
# The default is defined in userdefs.h, and can be overridden here.
#
#LIST_NEWS_DATES:FALSE
LIST_NEWS_DATES:TRUE

# NEWS_CHUNK_SIZE and NEWS_MAX_CHUNK regulate the chunking of news article
# listings with inclusion of links for listing earlier and/or later articles.
# The defaults are defined in HTNews.c as 30 and 40, respectively.  If the
# news group contains more than NEWS_MAX_CHUNK articles, they will be listed
# in NEWS_CHUNK_SIZE chunks.  You can change the defaults here, and/or on
# the command line via -newschunksize=NUMBER and/or -newsmaxchunk=NUMBER
# switches.  Note that if the chunk size is increased, here or on the command
# line, to a value greater than the current maximum, the maximum will be
# increased to that number.  Conversely, if the maximum is set to a number
# less than the current chunk size, the chunk size will be reduced to that
# number.  Thus, you need use only one of the two switches on the command
# line, based on the direction of intended change relative to the compilation
# or configuration defaults.  The compilation defaults ensure that there will
# be at least 10 earlier articles before bothering to chunk and create a link
# for earlier articles.
#
#NEWS_CHUNK_SIZE:30
#NEWS_MAX_CHUNK:40

# Set NEWS_POSTING to FALSE if you do not want to support posting to
# news groups via Lynx.  If left TRUE, Lynx will use its news gateway to
# post new messages or followups to news groups, using the URL schemes
# described in the "Supported URLs" section of the online 'h'elp.  The
# posts will be attempted via the nntp server specified in the URL, or
# if none was specified, via the NNTPSERVER configuration or environment
# variable.  Links with these URLs for posting or sending followups are
# created by the news gateway when reading group listings or articles
# from nntp servers if the server indicates that it permits posting.
# The compilation default set in userdefs.h can be changed here.  If
# the default is TRUE, posting can still be disallowed via the
# -restrictions command line switch.
# The posting facility in Lynx is quite limited.  Lynx does not provide a
# full featured news poster with elaborate error checking and safety features.
#
#NEWS_POSTING:TRUE

# LYNX_SIG_FILE defines the name of a file containing a signature which
# can be appended to email messages and news postings or followups.  The
# user will be prompted whether to append it.  It is sought in the home
# directory.  If it is in a subdirectory, begin it with a dot-slash
# (e.g., ./lynx/.lynxsig).  The definition is set in userdefs.h and can
# be changed here.
#
#LYNX_SIG_FILE:.lynxsig
LYNX_SIG_FILE:.signature

# If USE_MOUSE is set TRUE, Lynx (when configured with ncurses) will allow
# the user to click with button-1 on links to select them.
#USE_MOUSE:FALSE
USE_MOUSE:TRUE

# If COLLAPSE_BR_TAGS is set FALSE, Lynx will not collapse serial BR tags.
# If set TRUE, two or more concurrent BRs will be collapsed into a single
# line break.  Note that the valid way to insert extra blank lines in HTML
# is via a PRE block with only newlines in the block.
#
#COLLAPSE_BR_TAGS:TRUE

# If TAGSOUP is set, Lynx uses the "Tag Soup DTD" rather than "SortaSGML".
# The two approaches differ by the style of error detection and recovery.
# Tag Soup DTD allows for improperly nested tags; SortaSGML is stricter.
#TAGSOUP:FALSE

# If SET_COOKIES is set FALSE, Lynx will ignore Set-Cookie headers
# in http server replies.
# The default is defined in userdefs.h, and can be overridden here,
# and/or toggled via the -cookies command line switch.
#
#SET_COOKIES:TRUE

# If ACCEPT_ALL_COOKIES is set TRUE, Lynx will accept cookies from all
# domains with no user interaction.
# The default is defined in userdefs.h and can be overridden here, or
# in the .lynxrc file via an o(ptions) screen setting.  It may also be
# toggled via the -accept_all_cookies command line switch.
#
#ACCEPT_ALL_COOKIES:FALSE

# COOKIE_ACCEPT_DOMAINS and COOKIE_REJECT_DOMAINS are comma-delimited lists
# of domains from which Lynx should automatically accept or reject all
# cookies.  If a domain is specified in both options, rejection will take
# precedence.  The ACCEPT_ALL_COOKIES parameter will override any settings
# made here.
#
#COOKIE_ACCEPT_DOMAINS:
#COOKIE_REJECT_DOMAINS:

# COOKIE_LOOSE_INVALID_DOMAINS, COOKIE_STRICT_INVALID_DOMAINS, and
# COOKIE_QUERY_INVALID_DOMAINS are comma-delimited lists of which domains
# should be subjected to varying degrees of validity checking.  If a
# domain is set to strict checking, strict conformance to RFC2109 will
# be applied.  A domain with loose checking will be allowed to set cookies
# with an invalid path or domain attribute.  All domains will default to
# querying the user for an invalid path or domain.
#
#COOKIE_LOOSE_INVALID_DOMAINS:
#COOKIE_STRICT_INVALID_DOMAINS:
#COOKIE_QUERY_INVALID_DOMAINS:

# COOKIE_FILE is the default file to store persistent downloaded cookies
# in, if Lynx was compiled with EXP_PERSISTENT_COOKIES.  The cookie file
# can also be specified in .lynxrc or on the commandline.
#COOKIE_FILE:~/.lynx_cookies

# PERSISTENT_COOKIES indicates that cookies should be stored for use between
# Lynx sessions.  It is only used if Lynx was compiled with
# EXP_PERSISTENT_COOKIES.  Use this flag to disable the feature.
#PERSISTENT_COOKIES:TRUE

# VMS:
#=====
# The mail command and qualifiers are defined in userdefs.h.  Lynx
# will spawn a subprocess to send replies and error messages.  The
# command, and qualifiers (if any), can be re-defined here.  If
# you use PMDF then headers will we passed via a header file.
# If you use "generic" VMS MAIL, the subject will be passed on the
# command line via a /subject="SUBJECT" qualifier, and inclusion
# of other relevant headers may not be possible.
# If your mailer uses another syntax, some hacking of the mailform()
# mailmsg() and reply_by_mail() functions in LYMail.c, and printfile()
# function in LYPrint.c, may be required.
#
#SYSTEM_MAIL:PMDF SEND
#SYSTEM_MAIL_FLAGS:/headers
#
#SYSTEM_MAIL:MAIL
#SYSTEM_MAIL_FLAGS:

# Unix:
#======
# The mail path and flags normally are defined for sendmail (or submit
# with MMDF) in userdefs.h.  You can change them here, but should first
# read the zillions of CERT advisories about security problems with Unix
# mailers.
#
#SYSTEM_MAIL:/usr/mmdf/bin/submit
#SYSTEM_MAIL_FLAGS:-mlruxto,cc\*
#
#SYSTEM_MAIL:/usr/sbin/sendmail
#SYSTEM_MAIL_FLAGS:-t -oi
#
#SYSTEM_MAIL:/usr/lib/sendmail
#SYSTEM_MAIL_FLAGS:-t -oi

# Win32:
#=======
# Please read sendmail.txt in the LYNX_W32.ZIP distribution
#
#SYSTEM_MAIL:sendmail -f address@hidden -h my.host -r my.smtp.mailer -m SMTP

# VMS ONLY:
#==========
# MAIL_ADRS is defined in userdefs.h and normally is structured for PMDF's
# IN%"INTERNET_ADDRESS" scheme.  The %s is replaced with the address given
# by the user.  If you are using a different Internet mail transport, change
# the IN appropriately (e.g., to SMTP, MX, or WINS).
#
#MAIL_ADRS:"IN%%""%s"""

# VMS ONLY:
#==========
# If USE_FIXED_RECORDS is set to TRUE here or in userdefs.h, Lynx will
# convert 'd'ownloaded binary files to FIXED 512 record format before saving
# them to disk or acting on a DOWNLOADER option.  If set to FALSE, the
# headers of such files will indicate that they are Stream_LF with Implied
# Carriage Control, which is incorrect, and can cause downloading software
# to get confused and unhappy.  If you do set it FALSE, you can use the
# FIXED512.COM command file, which is included in this distribution, to do
# the conversion externally.
#
#USE_FIXED_RECORDS:TRUE

# VI_KEYS can be turned on by the user in the options
# screen or the .lynxrc file.  This is just the default.
#
#VI_KEYS_ALWAYS_ON:FALSE

# EMACS_KEYS can be turned on by the user in the options
# screen or the .lynxrc file.  This is just the default.
#
#EMACS_KEYS_ALWAYS_ON:FALSE

# DEFAULT_KEYPAD_MODE specifies whether numbers work like arrows or
# numbered links.
# DEFAULT_KEYPAD_MODE set to TRUE indicates numbers act as arrows,
# and set to FALSE indicates numbers refer to numbered links on the page.
# LINKS_AND_FORM_FIELDS_ARE_NUMBERED cannot currently be set by this option.
#
#DEFAULT_KEYPAD_MODE_IS_NUMBERS_AS_ARROWS:TRUE

# The default search type.
# This is a default that can be overridden by the user!
#
#CASE_SENSITIVE_ALWAYS_ON:FALSE

# DEFAULT_BOOKMARK_FILE is the filename used for storing personal bookmarks.
# It will be prepended by the user's home directory.
# NOTE that a file ending in .html or other suffix mapped to text/html
# should be used to ensure its treatment as HTML.  The built-in default
# is lynx_bookmarks.html.  On both Unix and VMS, if a subdirectory off of
# the HOME directory is desired, the path should begin with "./" (e.g.,
# ./BM/lynx_bookmarks.html), but the subdirectory must already exist.
# Lynx will create the bookmark file, if it does not already exist, on
# the first ADD_BOOKMARK attempt if the HOME directory is indicated
# (i.e., if the definition is just filename.html without any slashes),
# but requires a pre-existing subdirectory to create the file there.
# The user can re-define the default bookmark file, as well as a set
# of sub-bookmark files if multiple bookmark file support is enabled
# (see below), via the 'o'ptions menu, and can save those definitions
# in the .lynxrc file.
#
#DEFAULT_BOOKMARK_FILE:lynx_bookmarks.html

# If MULTI_BOOKMARK_SUPPORT is set TRUE, and BLOCK_MULTI_BOOKMARKS (see
# below) is FALSE, and sub-bookmarks exist, all bookmark operations will
# first prompt the user to select an active sub-bookmark file or the
# default bookmark file.  FALSE is the default so that one (the default)
# bookmark file will be available initially.  The definition here will
# override that in userdefs.h.  The user can turn on multiple bookmark
# support via the 'o'ptions menu, and can save that choice as the startup
# default via the .lynxrc file.  When on, the setting can be STANDARD or
# ADVANCED.  If SUPPORT is set to the latter, and the user mode also is
# ADVANCED, the VIEW_BOOKMARK command will invoke a statusline prompt at
# which the user can enter the letter token (A - Z) of the desired bookmark,
# or '=' to get a menu of available bookmark files.  The menu always is
# presented in NOVICE or INTERMEDIATE mode, or if the SUPPORT is set to
# STANDARD.  No prompting or menu display occurs if only one (the startup
# default) bookmark file has been defined (define additional ones via the
# 'o'ptions menu).  The startup default, however set, can be overridden on
# the command line via the -restrictions=multibook or the -anonymous or
# -validate switches.
#
#MULTI_BOOKMARK_SUPPORT:FALSE

# If BLOCK_MULTI_BOOKMARKS is set TRUE, multiple bookmark support will
# be forced off, and cannot to toggled on via the 'o'ptions menu.  The
# compilation setting is normally FALSE, and can be overridden here.
# It can also be set via the -restrictions=multibook or the -anonymous
# or -validate command line switches.
#
#BLOCK_MULTI_BOOKMARKS:FALSE

# DEFAULT_USER_MODE sets the default user mode for Lynx users.
# NOVICE shows a three line help message at the bottom of the screen.
# INTERMEDIATE shows normal amount of help (one line).
# ADVANCED help is replaced by the URL of the current link.
#
#DEFAULT_USER_MODE:NOVICE

# DEFAULT_EDITOR sets the default editor for Lynx users.
# If an editor is defined then the user may edit local documents
# using that editor.  The editor will also be used for sending
# mail messages.  If no editor is defined here or by the user
# the user will not be able to edit local documents and a primitive
# line oriented mail input mode will be used.
# NOTE: Do not define an editor unless you know that every user will
#       know how to use it.  Most users do not enjoy getting stuck in
#       an unknown editor that they can't exit.  Users can
#       easily define an editor of their own using the options menu,
#       so it is not always desirable to set the DEFAULT_EDITOR.
#
#DEFAULT_EDITOR:
DEFAULT_EDITOR:e

# SYSTEM_EDITOR behaves the same as DEFAULT_EDITOR except that it can't be
# changed.
#
#SYSTEM_EDITOR:

# Proxy variables
# Lynx version 2.2 and beyond supports the use of proxy servers that can act as
# firewall gateways and caching servers.  They are preferable to the older
# gateway servers.  Each protocol used by Lynx can be mapped separately using
# PROTOCOL_proxy environment variables (see Lynx Users Guide).  If you have not 
set
# them externally, you can set them at run time via this configuration file.
# They will not override external settings.  The no_proxy variable can be used
# to inhibit proxying to selected regions of the Web (see below).  Note that on
# VMS these proxy variables are set as process logicals rather than symbols, to
# preserve lowercasing, and will outlive the Lynx image.
#
#http_proxy:http://some.server.dom:port/
#https_proxy:http://some.server.dom:port/
#ftp_proxy:http://some.server.dom:port/
#gopher_proxy:http://some.server.dom:port/
#news_proxy:http://some.server.dom:port/
#newspost_proxy:http://some.server.dom:port/
#newsreply_proxy:http://some.server.dom:port/
#snews_proxy:http://some.server.dom:port/
#snewspost_proxy:http://some.server.dom:port/
#snewsreply_proxy:http://some.server.dom:port/
#nntp_proxy:http://some.server.dom:port/
#wais_proxy:http://some.server.dom:port/
#finger_proxy:http://some.server.dom:port/
#cso_proxy:http://some.server.dom:port/
#no_proxy:host.domain.dom

# The no_proxy variable can be a comma-separated list of strings defining
# no-proxy zones in the DNS domain name space.  If a tail substring of the
# domain-path for a host matches one of these strings, transactions with that
# node will not be proxied.
#no_proxy:domain.path1,path2
#
# A single asterisk as an entry will override all proxy variables and no
# transactions will be proxied.
#no_proxy:*
# This is the only allowed use of * in no_proxy.
#
# Warning:  Note that setting 'il' as an entry in this list will block proxying
# for the .mil domain as well as the .il domain.  If the entry is '.il' this
# will not happen.

# PRINTER & DOWNLOADER DEFINITIONS:
# Lynx has 4 pre-defined print options & 1 pre-defined download option,
# which are called up on-screen when `p' or `d' are entered;
# any number of options can be added by the user, as explained below.
#
# For `p' pre-defined options are: `Save to local file', `E-mail the file',
# `Print to screen' and `Print to local printer attached to vt100'.
# `Print to screen' allows file transfers in the absence of alternatives
# and is often the only option allowed here for anonymous users;
# the 3rd & 4th options are not pre-defined for DOS/WINDOWS versions of Lynx.
# For `d' the pre-defined option is: `Download to local file'.
#
# To define your own print or download option use the following formats:
# PRINTER:<name>:<command>:<option>:<lines/page>
# DOWNLOADER:<name>:<command>:<option>
#
# <name>       is what you will see on the print/download screen.
# <command>    is the command your system will execute:
#              the 1st %s in the command will be replaced
#              by the temporary filename used by Lynx;
#              a 2nd %s will be replaced by a filename of your choice,
#              for which Lynx will prompt, offering a suggestion;
#              if the command format of your printer/downloader requires
#              a different layout, you will need to use a script
#              (see the last 2 download examples below).
# <option>     TRUE : the printer/downloader will always be ENABLED,
#              except that downloading is disabled when -validate is used;
#              FALSE : both will be DISABLED for anonymous users
#              and printing will be disabled when -noprint is used.
# <lines/page> (printers: optional) the number of lines/page (default 66):
#              used to compute the approximate output size
#              and prompt if the document is > 4 printer pages;
#              it uses current screen length for the computation
#              when `Print to screen' is selected.
#
# You must put the whole definition on one line;
# if you use a colon, precede it with a backslash.
#
# `Printer' can be any file-handling program you find useful,
# even if it does not physically print anything.
#
# Usually, downloading involves the use of (e.g.) Ckermit or ZModem
# to transfer files to a user's local machine over a serial link,
# but download options do not have to be download-protocol programs.
#
# Printer examples:
#PRINTER:Computer Center printer:lpr -Pccprt %s:FALSE
#PRINTER:Office printer:lpr -POffprt %s:TRUE
#PRINTER:VMS printer:print /queue=cc$print %s:FALSE:58
# If you have a very busy VMS print queue
# and Lynx deletes the temporary files before they have been queued,
# use the VMSPrint.com included in the distribution:
#PRINTER:Busy VMS printer:@Lynx_Dir\:VMSPrint sys$print %s:FALSE:58
# To specify a print option at run-time:
# NBB if you have ANONYMOUS users, DO NOT allow this option!
#PRINTER:Specify at run-time:echo -n "Enter a print command\: "; read word; sh 
-c "$word %s":FALSE
# To pass to a sophisticated file viewer: -k suppresses invocation
# of hex display mode if 8-bit or control characters are present;
# +s invokes secure mode (see ftp://space.mit.edu/pub/davis/most):
#PRINTER:Use Most to view:most -k +s %s:TRUE:23
#
# Downloader examples:
# in Kermit, -s %s is the filename sent, -a %s the filename on arrival
# (if they are given in reverse order here, the command will fail):
#DOWNLOADER:Use Kermit to download to the terminal:kermit -i -s %s -a %s:TRUE
# NB don't use -k with Most, so that binaries will invoke hexadecimal mode:
#DOWNLOADER:Use Most to view:most +s %s:TRUE
# The following example gives wrong filenames
# (`sz' doesn't support a suggested filename parameter):
#DOWNLOADER:Use Zmodem to download to the local terminal:sz %s:TRUE
# The following example returns correct filenames
# by using a script to make a subdirectory in /tmp,
# but may conflict with very strong security or permissions restrictions:
#DOWNLOADER:Use Zmodem to download to the local terminal:set %s 
%s;td=/tmp/Lsz$$;mkdir $td;ln -s $1 $td/"$2";sz $td/"$2";rm -r $td:TRUE

# Note for OS/390: The following is strongly recommended  /* S/390 -- gil -- 
1464 */
# to undo ASCII->EBCDIC conversion.
#
#DOWNLOADER:Save OS/390 binary file: iconv -f IBM-1047 -t ISO8859-1 %s >%s:FALSE

PRINTER:no format default printer:file="%s";post -duplex -nf "-tl %s" 
"$file":FALSE:999999
PRINTER:postscript default printer:file="%s";post -duplex -ps "-tl %s" 
"$file":FALSE:999999
PRINTER:weblint page:weblint -x netscape,microsoft,wilbur,java "%s" :TRUE:999999
PRINTER:MOST printer:/projects/sprs_lwv/bin/most -k "%s":TRUE
DOWNLOADER:html default printer:file="%s";post -duplex -html "-tl %s" 
"$file":FALSE
DOWNLOADER:html color printer:file="%s";post -Ppcol26 -html "-tl %s" 
"$file":FALSE
DOWNLOADER:weblint page:weblint -x netscape,microsoft "%s" > /tmp/%s 2>&1 :TRUE
DOWNLOADER:no format default printer:file="%s";post -duplex -nf "-tl %s" 
"$file":FALSE
DOWNLOADER:postscript default printer:file="%s";post -duplex -ps "-tl %s" 
"$file":FALSE
DOWNLOADER:Use Kermit to download to the local computer:ckermit -i -s "%s" -a 
"%s":TRUE
DOWNLOADER:Use Zmodem to download to the local client:tmpfile=%s ; szfile=%s ; 
mv $tmpfile $szfile ; sz $szfile ; mv $szfile $tmpfile:TRUE
DOWNLOADER:postp1 printer:file="%s";post -duplex -html -Ppostp1 "-tl %s" 
"$file":FALSE

# Unix ONLY:
#===========
# Uploader definitions (implemented only with Unix DIRED_SUPPORT;
#                       see the Makefile in the top directory,
#                       and the header of ./src/LYUpload.c)
# any number of uploaders may be defined by using multiple
# uploader definition sets.  Uploaders may be any programs
# that could be useful to your users; they do not necessarily
# have to be upload protocol programs.  The most common use
# of an uploader is to use Ckermit or some other transfer
# program so that the user may easily transfer files from
# their local machine over a serial link.
#
# the definition of an uploader is of the same form as a downloader
# UPLOADER:<uploadername>:<uploader command>:<uploader option>
#
#  You must put the whole definition on one line.
#
#  If you must use a colon, precede it with a backslash!
#
#  If you do not include a %s, you will not be prompted for an
#  output filename.
#
#    example
#UPLOADER:Use Kermit to upload from your computer: kermit -i -r -a %s:TRUE
#UPLOADER:Use Zmodem to upload from your computer: rz %s:TRUE
UPLOADER:Use Kermit to upload from your local computer:ckermit -i -r -a "%s" 
"%s":FALSE
UPLOADER:Use Zmodem to upload from your local computer:rz "%s" "%s":FALSE

# If NO_DOT_FILES is TRUE (normal default via userdefs.h), the user will not
# be allowed to specify files beginning with a dot in reply to output filename
# prompts, and files beginning with a dot (e.g., file://localhost/path/.lynxrc)
# will not be included in the directory browser's listings.  If set FALSE, you
# can force it to be treated as TRUE via -restrictions=dotfiles.  If set FALSE
# and not forced TRUE, the user can regulate it via the 'o'ptions menu (and
# may save the preference in the RC file).
#
#NO_DOT_FILES:TRUE

# If NO_FROM_HEADER is set FALSE, From headers will be sent in transmissions
# to http or https servers if the personal_mail_address has been defined via
# the 'o'ptions menu.  The compilation default is TRUE (no From header is
# sent) and the default can be changed here.  The default can be toggled at
# run time via the -from switch.  Note that transmissions of From headers
# have become widely considered to create an invasion of privacy risk.
#
#NO_FROM_HEADER:TRUE

# If NO_REFERER_HEADER is TRUE, Referer headers never will be sent in
# transmissions to servers.  Lynx normally sends the URL of the document
# from which the link was derived, but not for startfile URLs, 'g'oto
# URLs, 'j'ump shortcuts, bookmark file links, history list links, or
# URLs that include the content from form submissions with method GET.
# If left FALSE here, it can be set TRUE at run time via the -noreferer
# switch.
#
#NO_REFERER_HEADER:FALSE

# If NO_FILE_REFERER is TRUE, Referer headers never will be sent in
# transmissions to servers for links or actions derived from documents
# or forms with file URLs.  This would ensure that paths associated
# with the local file system are never indicated to servers, even if
# NO_REFERER_HEADER is FALSE.  If left FALSE here, it can be set TRUE
# at run time via the -nofilereferer switch.
#
#NO_FILE_REFERER:FALSE
NO_FILE_REFERER:TRUE

# If MAKE_LINKS_FOR_ALL_IMAGES is TRUE, all images will be given links
# which can be ACTIVATEd.  For inlines, the ALT or pseudo-ALT ("[INLINE]")
# strings will be links for the resolved SRC rather than just text.  For
# ISMAP or other graphic links, the ALT or pseudo-ALT ("[ISMAP]" or "[LINK]")
# strings will have '-' and a link labeled "[IMAGE]" for the resolved SRC
# appended.  See also VERBOSE_IMAGES flag.
#
# The default defined here will override that in userdefs.h, and the user
# can use LYK_IMAGE_TOGGLE to toggle the feature on or off at run time.
#
# The default also can be toggled via an "-image_links" command line switch.
#
#MAKE_LINKS_FOR_ALL_IMAGES:FALSE

# If MAKE_PSEUDO_ALTS_FOR_INLINES is FALSE, inline images which do not
# specify an ALT string will not have "[INLINE]" inserted as a pseudo-ALT,
# i.e., they'll be treated as having ALT="".  If MAKE_LINKS_FOR_ALL_IMAGES
# is defined or toggled to TRUE, however, the pseudo-ALTs will be created
# for inlines, so that they can be used as links to the SRCs.
# See also VERBOSE_IMAGES flag.
#
# The default defined here will override that in userdefs.h, and the user
# can use LYK_INLINE_TOGGLE to toggle the feature on or off at run time.
#
# The default also can be toggled via a "-pseudo_inlines" command line
# switch.
#
#MAKE_PSEUDO_ALTS_FOR_INLINES:TRUE

# If SUBSTITUTE_UNDERSCORES is TRUE, the _underline_ format will be used
# for emphasis tags in dumps.
#
# The default defined here will override that in userdefs.h, and the user
# can toggle the default via a "-underscore" command line switch.
#
#SUBSTITUTE_UNDERSCORES:FALSE

# If QUIT_DEFAULT_YES is TRUE then when the QUIT command is entered, any
# response other than n or N will confirm.  It should be FALSE if you
# prefer the more conservative action of requiring an explicit Y or y to
# confirm.  The default defined here will override that in userdefs.h.
#
#QUIT_DEFAULT_YES:TRUE
QUIT_DEFAULT_YES:FALSE

# If HISTORICAL_COMMENTS is TRUE, Lynx will revert to the "Historical"
# behavior of treating any '>' as a terminator for comments, instead of
# seeking a valid '-->' terminator (note that white space can be present
# between the '--' and '>' in valid terminators).  The compilation default
# is FALSE.
#
# The compilation default, or default defined here, can be toggled via a
# "-historical" command line switch, and via the LYK_HISTORICAL command key.
#
HISTORICAL_COMMENTS:FALSE

# If MINIMAL_COMMENTS is TRUE, Lynx will not use Valid comment parsing
# of '--' pairs as serial comments within an overall comment element,
# and instead will seek only a '-->' terminator for the overall comment
# element.  This emulates the Netscape v2.0 comment parsing bug, and
# will help Lynx cope with the use of dashes as "decorations", which
# consequently has become common in so-called "Enhanced for Netscape"
# pages.  Note that setting Historical comments on will override the
# Minimal or Valid setting.
#
# The compilation default for MINIMAL_COMMENTS is FALSE, but we'll
# set it TRUE here, until Netscape gets its comment parsing right,
# and "decorative" dashes cease to be so common.
#
# The compilation default, or default defined here, can be toggled via a
# "-minimal" command line switch, and via the LYK_MINIMAL command key.
#
MINIMAL_COMMENTS:TRUE

# If SOFT_DQUOTES is TRUE, Lynx will emulate the invalid behavior of
# treating '>' as a co-terminator of a double-quoted attribute value
# and the tag which contains it, as was done in old versions of Netscape
# and Mosaic.  The compilation default is FALSE.
#
# The compilation default, or default defined here, can be toggled via
# a "-soft_dquotes" command line switch.
#
#SOFT_DQUOTES:FALSE
SOFT_DQUOTES:TRUE

# If STRIP_DOTDOT_URLS is TRUE, Lynx emulates the invalid behavior of many
# browsers to strip a leading "../" segment from relative URLs in HTML
# documents with a http or https base URL, if this would otherwise lead to
# an absolute URLs with those characters still in it.  Such URLs are normally
# erroneous and not what is intended by page authors.  Lynx will issue
# a warning message when this occurs.
#
# If STRIP_DOTDOT_URLS is FALSE, Lynx will use those URLs for requests
# without taking any special actions or issuing Warnings, in most cases
# this will result in an error response from the server.
#
# Note that Lynx never tries to fix similar URLs for protocols other than
# http and https, since they are less common and may actually be valid in
# some cases.
#
#STRIP_DOTDOT_URLS:TRUE

# If ENABLE_SCROLLBACK is TRUE, Lynx will clear the entire screen before
# displaying each new screenful of text.  Though less efficient for normal
# use, this allows programs that maintain a buffer of previously-displayed
# text to recognize the continuity of what has been displayed, so that
# previous screenfuls can be reviewed by whatever method the program uses
# to scroll back through previous text.  For example, the PC comm program
# QModem has a key that can be pressed to scroll back; if ENABLE_SCROLLBACK
# is TRUE, pressing the scrollback key will access previous screenfuls which
# will have been stored on the local PC and will therefore be displayed
# instantaneously, instead of needing to be retransmitted by Lynx at the
# speed of the comm connection (but Lynx will not know about the change,
# so you must restore the last screen before resuming with Lynx commands).
#
# The compilation default is FALSE (if REVERSE_CLEAR_SCREEN_PROBLEM was not
# defined in the Unix Makefile to invoke this behavior as a workaround for
# some poor curses implementations).
#
# The default compilation or configuration setting can be toggled via an
# "-enable_scrollback" command line switch.
#
#ENABLE_SCROLLBACK:FALSE

# If SCAN_FOR_BURIED_NEWS_REFS is set to TRUE, Lynx will scan the bodies
# of news articles for buried article and URL references and convert them
# to links.  The compilation default is TRUE, but some email addresses
# enclosed in angle brackets ("<address@hidden>") might be converted to false
# news links, and uuencoded messages might be corrupted.  The conversion is
# not done when the display is toggled to source or when 'd'ownloading, so
# uuencoded articles can be saved intact regardless of these settings.
#
# The default setting can be toggled via a "-buried_news" command line
# switch.
#
#SCAN_FOR_BURIED_NEWS_REFS:TRUE

# If PREPEND_BASE_TO_SOURCE is set to FALSE, Lynx will not prepend a
# Request URL comment and BASE element to text/html source files when
# they are retrieved for 'd'ownloading or passed to 'p'rint functions.
# The compilation default is TRUE.  Note that this prepending is not
# done for -source dumps, unless the -base switch also was included on
# the command line, and the latter switch overrides the setting of the
# PREPEND_BASE_TO_SOURCE configuration variable.
#
#PREPEND_BASE_TO_SOURCE:TRUE

# MIME types and viewers!
#
# file extensions may be assigned to MIME types using
# the SUFFIX: definition.
#
# NOTE: It is normally preferable to define new extension mappings in
#       EXTENSION_MAP files (see below) instead of here:  Definitions
#       here are overriden by those in EXTENSION_MAP files and even by
#       some built-in defaults in src/HTInit.c.
#       Extension mappings have an effect mostly for ftp and local files,
#       they are NOT used to determine the type of content for URLs with
#       the http protocol.  This is because HTTP servers already specify
#       the MIME type in the Content-Type header.  [It may still be
#       necessary to set up an appropriate suffix for some MIME types,
#       even if they are accessed only via the HTTP protocol, if the viewer
#       (see below) for those MIME types requires a certain suffix for the
#       temporary file passed to it.]
#
# The SUFFIX definition takes the form of:
#    SUFFIX:<file extension>:<mime type>
# for instance the following definition maps the
# extension ".gif" to the mime type "image/gif"
#    SUFFIX:.gif:image/gif
#
# file suffixes are case INsensitive!
#
# The suffix definitions listed here in the default lynx.cfg file are
# among those established via src/HTInit.c.  You can change any of the
# defaults by editing that file, or via the global or personal mime.types
# files at run time.  Assignments made here will be overridden by entries
# in those files.
#
#SUFFIX:.ps:application/postscript
#SUFFIX:.eps:application/postscript
#SUFFIX:.ai:application/postscript
#SUFFIX:.rtf:application/x-rtf
#SUFFIX:.snd:audio/basic
#SUFFIX:.gif:image/gif
#SUFFIX:.rgb:image/x-rgb
#SUFFIX:.pict:image/x-pict
#SUFFIX:.xbm:image/x-xbitmap
#SUFFIX:.tiff:image/x-tiff
#SUFFIX:.jpg:image/jpeg
#SUFFIX:.jpeg:image/jpeg
#SUFFIX:.mpg:video/mpeg
#SUFFIX:.mpeg:video/mpeg
#SUFFIX:.mov:video/quicktime
#SUFFIX:.hqx:application/octet-stream
#SUFFIX:.bin:application/octet-stream
#SUFFIX:.exe:application/octet-stream
#SUFFIX:.tar:application/octet-stream
#SUFFIX:.Z:application/octet-stream
#SUFFIX:.gz:application/octet-stream
#SUFFIX:.bz2:application/octet-stream
#SUFFIX:.zip:application/octet-stream
#SUFFIX:.lzh:application/octet-stream
#SUFFIX:.lha:application/octet-stream
#SUFFIX:.dms:application/octet-stream

SUFFIX:.tgz:application/octet-stream

# The global and personal EXTENSION_MAP files allow you to assign extensions
# to MIME types which will override any of the suffix maps in this (lynx.cfg)
# configuration file, or in src/HTInit.c.  See the example mime.types file
# in the samples subdirectory.
#
#       Unix:
#GLOBAL_EXTENSION_MAP:/usr/local/lib/mosaic/mime.types
#       VMS:
#GLOBAL_EXTENSION_MAP:Lynx_Dir:mime.types
GLOBAL_EXTENSION_MAP:/projects/sprs_lwv/lib/lynx/mime.types
#
#       Unix (sought in user's home directory):
#PERSONAL_EXTENSION_MAP:.mime.types
#       VMS (sought in user's sys$login directory):
#PERSONAL_EXTENSION_MAP:mime.types

# VMS:
# ====
# XLOADIMAGE_COMMAND will be used as a default in src/HTInit.c
# for viewing image content types when the DECW$DISPLAY logical
# is set.  Make it the foreign command for your system's X image
# viewer (commonly, "xv").  Make it "exit" or something like that
# if you don't have one.  It can be anything that will handle GIF,
# TIFF and other popular image formats.  Freeware ports of xv for
# VMS are available in the ftp://ftp.wku.edu/vms/unsupported and
# http://www.openvms.digital.com/cd/XV310A/ subdirectories.  You
# must also have a "%s" for the filename.  The default is defined
# in userdefs.h and can be overridden here, or via the global or
# personal mailcap files (see below).
#
#XLOADIMAGE_COMMAND:xv %s

# Unix:
# =====
# XLOADIMAGE_COMMAND will be used as a default in src/HTInit.c for
# viewing image content types when the DISPLAY environment variable
# is set.  Make it the full path and name of the xli (also know as
# xloadimage or xview) command, or other image viewer.  Put 'echo' or
# something like it here if you don't have a suitable viewer.  It can
# be anything that will handle GIF, TIFF and other popular image formats
# (xli does).  The freeware distribution of xli is available in the
# ftp://ftp.x.org/contrib subdirectory.  The shareware, xv, also is
# suitable.  You must also have a "%s" for the filename; "&" for
# background is optional.  The default is defined in userdefs.h and can be
# overridden here, or via the global or personal mailcap files (see below).
# Note that open is used as the default for NeXT, instead of the
# XLOADIMAGE_COMMAND definition.
# If you use xli, you may want to add the -quiet flag.
#
#XLOADIMAGE_COMMAND:xli %s &
XLOADIMAGE_COMMAND:xli -quiet %s &

# MIME types may be assigned to external viewers using
# the VIEWER definition.
#
# NOTE: if you do not define a viewer to a new MIME type
#       that you assigned above then it will be saved to
#       disk by default.
#       It is normally preferable to define new viewers in
#       MAILCAP files (see below) instead of here:  Definitions
#       here are overridden by those in MAILCAP files and even
#       by some built-in defaults in src/HTInit.c.
#
# The VIEWER definition takes the form of:
#    VIEWER:<mime type>:<viewer command>[:environment]
#      where -mime type is the MIME content type of the file
#            -viewer command is a system command that can be
#             used to display the file where %s is replaced
#             within the command with the physical filename
#             (e.g., "ghostview %s" becomes "ghostview /tmp/temppsfile")
#            -environment is optional.  The only valid keywords
#             are currently XWINDOWS and NON_XWINDOWS.  If the XWINDOWS
#             environment is specified then the viewer will only be
#             defined when the user has the environment variable DISPLAY
#             (DECW$DISPLAY on VMS) defined.  If the NON_XWINDOWS environment
#             is specified the specified viewer will only be defined when the
#             user DOES NOT have the environment variable DISPLAY defined.
#  examples:
#               VIEWER:image/gif:xli %s:XWINDOWS
#               VIEWER:image/gif:ascii-view %s:NON_XWINDOWS
#               VIEWER:application/start-elm:elm
#
# You must put the whole definition on one line.
#
# If you must use a colon in the viewer command, precede it with a backslash!
#
# The MIME_type:viewer:XWINDOWS definitions listed here in the lynx.cfg
# file are among those established via src/HTInit.c.  For the image types,
# HTInit.c uses the XLOADIMAGE_COMMAND definition in userdefs.h or above
# (open is used for NeXT).  You can change any of these defaults via the
# global or personal mailcap files.  Assignments made here will be overridden
# by entries in those files.
#
#VIEWER:application/postscript:ghostview %s&:XWINDOWS
#VIEWER:image/gif:xli %s&:XWINDOWS
#VIEWER:image/x-xbm:xli %s&:XWINDOWS
#VIEWER:image/x-rgb:xli %s&:XWINDOWS
#VIEWER:image/x-tiff:xli %s&:XWINDOWS
#VIEWER:image/jpeg:xli %s&:XWINDOWS
#VIEWER:video/mpeg:mpeg_play %s &:XWINDOWS

VIEWER:text/x-compressed:/projects/sprs_lwv/sol2/bin/most %s:NON_XWINDOWS

# The global and personal MAILCAP files allow you to specify external
# viewers to be spawned when Lynx encounters different MIME types, which
# will override any of the suffix maps in this (lynx.cfg) configuration
# file, or in src/HTInit.c.  See http://www.internic.net/rfc/rfc1524.txt
# and the example mailcap file in the samples subdirectory.
#
#       Unix:
#GLOBAL_MAILCAP:/usr/local/lib/mosaic/mailcap
#       VMS:
#GLOBAL_MAILCAP:Lynx_Dir:mailcap
GLOBAL_MAILCAP:/projects/sprs_lwv/lib/lynx/mailcap
#
#       Sought in user's home (Unix) or sys$login (VMS) directory.
#PERSONAL_MAILCAP:.mailcap

# If your terminal (or terminal emulator, or operating system) does not
# support 8-bit input (at all or in easy way), you can use Lynx to
# generate 8-bit characters from 7-bit ones output by terminal.
#
# Currently available keyboard layouts:
#       ROT13'd keyboard layout
#       JCUKEN Cyrillic, for AT 101-key kbd
#       YAWERTY Cyrillic, for DEC LK201 kbd
#
# This feature is ifdef'd with EXP_KEYBOARD_LAYOUT.
#KEYBOARD_LAYOUT:JCUKEN Cyrillic, for AT 101-key kbd

# Key remapping definitions!
#
# You may redefine the keymapping of any function in Lynx by
# using the KEYMAP option.  The form of KEYMAP is:
#  KEYMAP:<KEYSTROKE>:<LYNX FUNCTION>
#
# You must map upper and lowercase keys separately.
#
# A representative list of functions mapped to their default keys is
# provided below.  All of the mappings are commented out by default
# since they just repeat the default mappings, except for TOGGLE_HELP
# (see below).  See LYKeymap.c for the complete key mapping.  Use the
# 'K'eymap command when running Lynx for a list of the _current_ keymappings.
#
# (However, in contrast to the output of 'K' command,
# 'H'elp (lynx_help/*.html and lynx_help/keystrokes/*.html files) shows
# the default mapping unless you change that files manually,
# so you are responsible for possible deviations
# when you are changing any KEYMAP below).
#
#
# Keystrokes for special keys are represented by the following codes:
#         Up Arrow: 0x100
#       Down Arrow: 0x101
#      Right Arrow: 0x102
#       Left Arrow: 0x103
#        Page Down: 0x104
#          Page Up: 0x105
#      Keypad Home: 0x106
#       Keypad End: 0x107
#   Function key 1: 0x108
# vt100   Help Key: 0x108
# vt100     Do Key: 0x109
# vt100   Find Key: 0x10A
# vt100 Select Key: 0x10B
#       Insert Key: 0x10C
# Remove (Del) Key: 0x10D
#      ignored key  0x10E (reserved for internal use, DO_NOTHING)
# Back (Shift) Tab: 0x10F
#    reserved code  0x11D (reserved for internal use with -use_mouse)
#    reserved code  0x290 (reserved for internal use with -use_mouse)
#
# Other codes not listed above may be available for additional keys,
# depending on operating system and libraries used to compile Lynx.
# On some systems, if compiled with recent versions of slang or ncurses
# if macro USE_KEYMAPS was in effect during compilation), an additional
# level of key mapping is supported via an external ".lynx-keymaps" file.
# This file, if found in the home directory at startup, will always be
# used under those conditions; see lynx-keymaps distributed in the samples
# subdirectory for furhter explanation.  Note that mapping via
# .lynx-keymaps, if applicable, is a step that precedes KEYMAP.

#KEYMAP:0x5C:SOURCE     # Toggle source viewing mode (show HTML source)
#KEYMAP:^R:RELOAD       # Reload the current document and redisplay
#KEYMAP:q:QUIT          # Ask the user to quit
#KEYMAP:Q:ABORT         # Quit without verification
#KEYMAP:0x20:NEXT_PAGE  # Move down to next page
#KEYMAP:-:PREV_PAGE     # Move up to previous page
#KEYMAP:^P:UP_TWO       # Move display up two lines
#KEYMAP:0x10C:UP_TWO    # Function key Insert - Move display up two lines
#KEYMAP:^N:DOWN_TWO     # Move display down two lines
#KEYMAP:0x10D:DOWN_TWO  # Function key Remove - Move display down two lines
#KEYMAP:(:UP_HALF       # Move display up half a page
#KEYMAP:):DOWN_HALF     # Move display down half a page
#KEYMAP:^W:REFRESH      # Refresh the screen
#KEYMAP:^A:HOME         # Go to top of current document
#KEYMAP:0x106:HOME      # Keypad Home - Go to top of current document
#KEYMAP:0x10A:HOME      # Function key Find - Go to top of current document
#KEYMAP:^E:END          # Go to bottom of current document
#KEYMAP:0x107:END       # Keypad End - Go to bottom of current document
#KEYMAP:0x10B:END       # Function key Select - Go to bottom of current document
#KEYMAP:0x100:PREV_LINK # Move to the previous link or page
#KEYMAP:0x101:NEXT_LINK # Move to the next link or page
#KEYMAP:0x10F:FASTBACKW_LINK    # Move always to previous link or text area
#KEYMAP:^I:FASTFORW_LINK        # Move always to next link or text area
#KEYMAP:<:UP_LINK       # Move to the link above
#KEYMAP:>:DOWN_LINK     # Move to the link below
#KEYMAP:0x7F:HISTORY    # Show the history list
#KEYMAP:0x08:HISTORY    # Show the history list
#KEYMAP:0x103:PREV_DOC  # Return to the previous document in history stack
#KEYMAP:0x102:ACTIVATE  # Select the current link
#KEYMAP:0x109:ACTIVATE  # Function key Do - Select the current link
#KEYMAP:g:GOTO          # Goto a random URL
#KEYMAP:G:ECGOTO        # Edit the current document's URL and go to it
#KEYMAP:H:HELP          # Show default help screen
#KEYMAP:0x108:HELP      # Function key Help - Show default help screen
#KEYMAP:i:INDEX         # Show default index
#*** Edit FORM_LINK_SUBMIT_MESSAGE in userdefs.h if you change NOCACHE ***
#KEYMAP:x:NOCACHE       # Force submission of form or link with no-cache
#*** Do not change INTERRUPT from 'z' & 'Z' ***
#KEYMAP:z:INTERRUPT     # Interrupt network transmission
#KEYMAP:m:MAIN_MENU     # Return to the main menu
#KEYMAP:o:OPTIONS       # Show the options menu
#KEYMAP:i:INDEX_SEARCH  # Search a server based index
#KEYMAP:/:WHEREIS       # Find a string within the current document
#KEYMAP:n:NEXT          # Find next occurrence of string within document
#KEYMAP:c:COMMENT       # Comment to the author of the current document
KEYMAP:e:EDIT           # Edit current document or form's textarea (call: ^Ve)
#KEYMAP:E:ELGOTO        # Edit the current link's URL or ACTION and go to it
#KEYMAP:=:INFO          # Show info about current document
#KEYMAP:p:PRINT         # Show print options
#KEYMAP:a:ADD_BOOKMARK  # Add current document to bookmark list
#KEYMAP:v:VIEW_BOOKMARK # View the bookmark list
#KEYMAP:V:VLINKS        # List links visited during the current Lynx session
#KEYMAP:!:SHELL         # Spawn default shell
#KEYMAP:d:DOWNLOAD      # Download current link
#KEYMAP:j:JUMP          # Jump to a predefined target
#KEYMAP:k:KEYMAP        # Display the current key map
#KEYMAP:l:LIST          # List the references (links) in the current document
#KEYMAP:#:TOOLBAR       # Go to the Toolbar or Banner in the current document
#KEYMAP:^T:TRACE_TOGGLE # Toggle detailed tracing for debugging
#KEYMAP:;:TRACE_LOG     # View trace log if available for the current session
#KEYMAP:*:IMAGE_TOGGLE  # Toggle inclusion of links for all images
#KEYMAP:[:INLINE_TOGGLE # Toggle pseudo-ALTs for inlines with no ALT string
#KEYMAP:]:HEAD          # Send a HEAD request for current document or link
#*** Must be compiled with USE_EXTERNALS to enable EXTERN ***
#KEYMAP:.:EXTERN        # Run external program with url
#*** Escaping from text input fields with ^V is independent from this: ***
#KEYMAP:^V:SWITCH_DTD   # Toggle between SortaSGML and TagSoup HTML parsing
#KEYMAP:0x00:DO_NOTHING # Does nothing (ignore this key)
#KEYMAP:0x10E:DO_NOTHING # Does nothing (ignore this key)
#
# KEYMAP lines can have an additional field with content PASS.  If present,
# if the key is pressed in a text input field it is passed by the built-in
# line-editor to normal KEYMAP handling, i.e. this flag acts like an implied
# ^V escape.  It overrides any line-editor binding for the key.  For example,
#
#KEYMAP:0x108:HELP:PASS  # Function key Help (or F1) - Always default help
#
# In addition, the following functions are not directly mapped to any keys
# by default, although some of them may be mapped in specific line-editor
# bindings (effective while in text input fields):
#
#KEYMAP:???:RIGHT_LINK  # Move to the link to the right
#KEYMAP:???:LEFT_LINK   # Move to the link to the left
#KEYMAP:???:LPOS_PREV_LINK # Like PREV_LINK, last column pos if form input
#KEYMAP:???:LPOS_NEXT_LINK # Like NEXT_LINK, last column pos if form input
#*** Only useful in form text fields , need PASS or prefixing with ^V: ***
#KEYMAP:???:DWIMHELP       # Display help page that may depend on context
KEYMAP:e:DWIMEDIT       # Use external editor for context-dependent purpose
#*** Only useful in a form textarea, need PASS or prefixing with ^V: ***
KEYMAP:e:EDITTEXTAREA   # use external editor to edit a form textarea
#KEYMAP:???:GROWTEXTAREA   # Add some blank lines to bottom of textarea
#KEYMAP:???:INSERTFILE     # Insert file into a textarea (just above cursor)

# If TOGGLE_HELP is mapped, in novice mode the second help menu line
# can be toggled among NOVICE_LINE_TWO_A, _B, and _C, as defined in
# LYMessages_en.h  Otherwise, it will be NOVICE_LINE_TWO.
#
#KEYMAP:O:TOGGLE_HELP   # Show other commands in the novice help menu

#Localizations
KEYMAP:^:HOME           # Go to top of current document
KEYMAP:$:END            # Go to bottom of current document

# Alternate jumps files can be defined and mapped to keys here.  If the
# keys have already been mapped, then those mappings will be replaced,
# but you should leave at least one key mapped to the default jumps
# file.  You optionally may include a statusline prompt string for the
# mapping.  You must map upper and lowercase keys separately (beware of
# mappings to keys which the user can further remap via the 'o'ptions
# menu).  The format is:
#
#       JUMPFILE:path:key[:prompt]
#
# where path should begin with a '/' (i.e., not include file://localhost).
# Any white space following a prompt string will be trimmed, and a single
# space will be added by Lynx.
#
#JUMPFILE:/Lynx_Dir/ips.html:i:IP or Interest group (? for list):

# VMS ONLY:
#==========
# On VMS, CSwing (an XTree emulation for VTxxx terminals) is intended for
# use as the Directory/File Manager (sources, objects, or executables are
# available from ftp://narnia.memst.edu/).  CSWING_PATH should be defined
# here or in userdefs.h to your foreign command for CSwing, with any
# regulatory switches you want included.  If not defined, or defined as
# a zero-length string ("") or "none" (case-insensitive), the support
# will be disabled.  It will also be disabled if the -nobrowse or
# -selective switches are used, or if the file_url restriction is set.
#
# When enabled, the DIRED_MENU command (normally 'f' or 'F') will invoke
# CSwing, normally with the current default directory as an argument to
# position the user on that node of the directory tree.  However, if the
# current document is a local directory listing, or a local file and not
# one of the temporary menu or list files, the associated directory will
# be passed as an argument, to position the user on that node of the tree.
#
#CSWING_PATH:swing

# Unix ONLY:
#===========
# LIST_FORMAT defines the display for local files when Lynx has been
# compiled with LONG_LIST defined in the Makefile.  The default is set
#       %t      type of file (description derived from MIME type)
#       %T      MIME type as known by Lynx (from mime.types or default)
# in userdefs.h, normally to "ls -l" format, and can be changed here
# by uncommenting the indicated lines, or adding a definition with a
# modified parameter list.
#
# The percent items in the list are interpreted as follows:
#
#       %p      Unix-style permission bits
#       %l      link count
#       %o      owner of file
#       %g      group of file
#       %d      date of last modification
#       %a      anchor pointing to file or directory
#       %A      as above but don't show symbolic links
#       %t      type of file (description derived from MIME type)
#       %T      MIME type as known by Lynx (from mime.types or default)
#       %k      size of file in Kilobytes
#       %K      as above but omit size for directories
#       %s      size of file in bytes
#
# Anything between the percent and the letter is passed on to sprintf.
# A double percent yields a literal percent on output.  Other characters
# are passed through literally.
#
# If you want only the filename:
#
#LIST_FORMAT:    %a
#
# If you want a brief output:
#
#LIST_FORMAT:   %4K %-12.12d %a
#
# If you want the Unix "ls -l" format:
# The default in userdefs.h gives you the Unix "ls -l" format:
#
#LIST_FORMAT:    %p %4l %-8.8o %-8.8g %7s %-12.12d %a

# Unix ONLY:
#===========
# DIRED_MENU items are used to compose the F)ull menu list in DIRED mode
# The behavior of the default configuration given here is much the same
# as it was when this menu was hard-coded but these items can now be adjusted
# to suit local needs.  In particular, many of the LYNXDIRED actions can be
# replaced with lynxexec, lynxprog and lynxcgi script references.
#
# NOTE that defining even one DIRED_MENU line overrides all the built-in
# definitions, so a complete set must then be defined here.
#
# Each line consists of the following fields:
#
#       DIRED_MENU:type:suffix:link text:extra text:action
#
#       type: TAG:   list only when one or more files are tagged
#             FILE:  list only when the current selection is a regular file
#             DIR:   list only when the current selection is a directory
#             LINK:  list only when the current selection is a symbolic link
#
#       suffix:  list only if the current selection ends in this pattern
#
#       link text:  the displayed text of the link
#
#       extra text:  the text displayed following the link
#
#       action:  the URL to be followed upon selection
#
#       link text and action are scanned for % sequences that are expanded
#       at display time as follows:
#
#                       %p  path of current selection
#                       %f  filename (last component) of current selection
#                       %t  tagged list (full paths)
#                       %l  list of tagged file names
#                       %d  the current directory
#
#DIRED_MENU:::New File:(in current directory):LYNXDIRED://NEW_FILE%d
#DIRED_MENU:::New Directory:(in current directory):LYNXDIRED://NEW_FOLDER%d

#DIRED_MENU:FILE::Install:(of current selection):LYNXDIRED://INSTALL_SRC%p
#DIRED_MENU:DIR::Install:(of current selection):LYNXDIRED://INSTALL_SRC%p
#DIRED_MENU:FILE::Modify File Name:(of current 
selection):LYNXDIRED://MODIFY_NAME%p
#DIRED_MENU:DIR::Modify Directory Name:(of current 
selection):LYNXDIRED://MODIFY_NAME%p
#DIRED_MENU:LINK::Modify Name:(of selected symbolic 
link):LYNXDIRED://MODIFY_NAME%p

# Following depends on OK_PERMIT
#DIRED_MENU:FILE::Modify File Permissions:(of current 
selection):LYNXDIRED://PERMIT_SRC%p
#DIRED_MENU:DIR::Modify Directory Permissions:(of current 
selection):LYNXDIRED://PERMIT_SRC%p

#DIRED_MENU:FILE::Change Location:(of selected 
file):LYNXDIRED://MODIFY_LOCATION%p
#DIRED_MENU:DIR::Change Location:(of selected 
directory):LYNXDIRED://MODIFY_LOCATION%p
#DIRED_MENU:LINK::Change Location:(of selected symbolic 
link):LYNXDIRED://MODIFY_LOCATION%p
#DIRED_MENU:FILE::Remove File:(current selection):LYNXDIRED://REMOVE_SINGLE%p
#DIRED_MENU:DIR::Remove Directory:(current 
selection):LYNXDIRED://REMOVE_SINGLE%p
#DIRED_MENU:LINK::Remove Symbolic Link:(current 
selection):LYNXDIRED://REMOVE_SINGLE%p

# Following depends on OK_UUDECODE and !ARCHIVE_ONLY
#DIRED_MENU:FILE::UUDecode:(current selection):LYNXDIRED://UUDECODE%p

# Following depends on OK_TAR and !ARCHIVE_ONLY
#DIRED_MENU:FILE:.tar.Z:Expand:(current selection):LYNXDIRED://UNTAR_Z%p

# Following depend on OK_TAR and OK_GZIP and !ARCHIVE_ONLY
#DIRED_MENU:FILE:.tar.gz:Expand:(current selection):LYNXDIRED://UNTAR_GZ%p
#DIRED_MENU:FILE:.tgz:Expand:(current selection):LYNXDIRED://UNTAR_GZ%p

# Following depends on !ARCHIVE_ONLY
#DIRED_MENU:FILE:.Z:Uncompress:(current selection):LYNXDIRED://DECOMPRESS%p

# Following depends on OK_GZIP and !ARCHIVE_ONLY
#DIRED_MENU:FILE:.gz:Uncompress:(current selection):LYNXDIRED://UNGZIP%p

# Following depends on OK_ZIP and !ARCHIVE_ONLY
#DIRED_MENU:FILE:.zip:Uncompress:(current selection):LYNXDIRED://UNZIP%p

# Following depends on OK_TAR and !ARCHIVE_ONLY
#DIRED_MENU:FILE:.tar:UnTar:(current selection):LYNXDIRED://UNTAR%p

# Following depends on OK_TAR
#DIRED_MENU:DIR::Tar:(current selection):LYNXDIRED://TAR%p

# Following depends on OK_TAR and OK_GZIP
#DIRED_MENU:DIR::Tar and compress:(using GNU gzip):LYNXDIRED://TAR_GZ%p

# Following depends on OK_ZIP
#DIRED_MENU:DIR::Package and compress:(using zip):LYNXDIRED://ZIP%p

#DIRED_MENU:FILE::Compress:(using Unix compress):LYNXDIRED://COMPRESS%p

# Following depends on OK_GZIP
#DIRED_MENU:FILE::Compress:(using gzip):LYNXDIRED://GZIP%p

# Following depends on OK_ZIP
#DIRED_MENU:FILE::Compress:(using zip):LYNXDIRED://ZIP%p

#DIRED_MENU:TAG::Move all tagged items to another 
location.::LYNXDIRED://MOVE_TAGGED%d
#DIRED_MENU:TAG::Remove all tagged files and 
directories.::LYNXDIRED://REMOVE_TAGGED
#DIRED_MENU:TAG::Untag all tagged items.::LYNXDIRED://CLEAR_TAGGED

# Some systems only:
#===================
# Lynx tries to detect window size changes with a signal handler for
# SIGWINCH if supported.  If NONRESTARTING_SIGWINCH is set to TRUE,
# and the sigaction interface is available on the system, the handler
# is installed as 'non-restarting'.  On some systems (depending on the
# library used for handling keyboard input, e.g. ncurses), this allows
# more immediate notification of window size change events.  If the value
# is set to FALSE, the signal() interface is used; this normally makes
# the handler 'restarting', with the effect that lynx can react to size
# changes only after some key is pressed.  The value can also be set to
# XWINDOWS; this is equivalent to TRUE when the user has the environment
# variable DISPLAY defined *at program start*, and equivalent to FALSE
# otherwise.  The non-restarting behavior can also be changed to TRUE
# or FALSE with -nonrestarting_sigwinch switch, which overrides the
# value in this file.
# Note that Lynx never re-parses document text purely as a result of a
# window size change, so text lines may appear truncated after narrowing
# the window, until the document is reloaded with ^R or a similar key
# or until a different text is loaded.
# The default is FALSE since there is a possibility that non-restarting
# interrupts may be mis-interpreted as fatal input errors in some
# configurations (leading to an abrupt program exit), and since this
# option is useful mostly only for users running Lynx under xterm or a
# similar X terminal emulator.  On systems where the preconditions don't
# apply this option is ignored.
# 
#NONRESTARTING_SIGWINCH:FALSE

#DIRED_MENU:FILE:.tar:UnTar:(current selection):LYNXDIRED://UNTAR%p

# Following depends on OK_TAR
#DIRED_MENU:DIR::Tar:(current selection):LYNXDIRED://TAR%p

# Following depends on OK_TAR and OK_GZIP
#DIRED_MENU:DIR::Tar and compress:(using GNU gzip):LYNXDIRED://TAR_GZ%p

# Following depends on OK_ZIP
#DIRED_MENU:DIR::Package and compress:(using zip):LYNXDIRED://ZIP%p

#DIRED_MENU:FILE::Compress:(using Unix compress):LYNXDIRED://COMPRESS%p

# Following depends on OK_GZIP
#DIRED_MENU:FILE::Compress:(using gzip):LYNXDIRED://GZIP%p

# Following depends on OK_ZIP
#DIRED_MENU:FILE::Compress:(using zip):LYNXDIRED://ZIP%p

#DIRED_MENU:TAG::Move all tagged items to another 
location.::LYNXDIRED://MOVE_TAGGED%d
#DIRED_MENU:TAG::Remove all tagged files and 
directories.::LYNXDIRED://REMOVE_TAGGED
#DIRED_MENU:TAG::Untag all tagged items.::LYNXDIRED://CLEAR_TAGGED

# Unix ONLY:
#===========
# If NO_FORCED_CORE_DUMP is set to TRUE, Lynx will not force
# core dumps via abort() calls on fatal errors or assert()
# calls to check potentially fatal errors.  The compilation
# default normally is FALSE, and can be changed here.  The
# compilation or configuration default can be toggled via
# the -core command line switch.
# Note that this setting cannot be used to prevent core dumps
# with certainty.  If this is important, means provided by the
# operating system or kernel should be used.
#
#NO_FORCED_CORE_DUMP:FALSE

# COLORS (only available if compiled with SVr4 curses or slang)
#
# The line must be of the form:
# COLOR:Integer:Foreground:Background
#
# The Integer value is interpreted as follows:
#     0 - normal               - normal text
#     1 - bold                 - hyperlinks, see also BOLD_* options above
#     2 - reverse              - statusline
#     3 - bold + reverse                (not used)
#     4 - underline                   - text emphasis (EM, I, B tags etc.)
#     5 - bold + underline            - hyperlinks within text emphasis
#     6 - reverse + underline         - currently selected hyperlink
#     7 - reverse + underline + bold  - WHEREIS search hits
#
# Each Foreground and Background value must be one of:
#      black              red            green            brown
#       blue          magenta             cyan        lightgray
#       gray        brightred      brightgreen           yellow
# brightblue    brightmagenta       brightcyan            white
#
# or (if you have configured using --enable-default-colors with ncurses or
# slang), "default" may be used for foreground and background.
#
# Uncomment and change any of the compilation defaults.
#
#COLOR:0:black:white
#COLOR:1:blue:white
#COLOR:2:yellow:blue
#COLOR:3:green:white
#COLOR:4:magenta:white
#COLOR:5:blue:white
#COLOR:6:red:white
#COLOR:7:magenta:cyan

# External application support.  This feature allows Lynx to pass a given
# URL to an external program.  It was written for three reasons.
#
# 1) To overcome the deficiency of Lynx_386 not supporting ftp and news.
#    External programs can be used instead by passing the URL.
#
# 2) To allow for background    transfers in multitasking systems.
#    I use wget for http and ftp transfers via the external command.
#
# 3) To allow for new URLs to be used through Lynx.
#         URLs can be made up such as mymail: to spawn desired applications
#         via the external command.
#
# Restrictions can be imposed using -restrictions=externals at the Lynx
# command line.  This will disallow all EXTERNAL lines in lynx.cfg that
# end in FALSE.  TRUE lines will still function.
#
# The lynx.cfg line is as follows:
#
# EXTERNAL:<url>:<command> %s:<norestriction>
#
# <url> Any given URL.  This can be normal ones like ftp or http or it
# can be one made up like mymail.
#
# <command> The command to run with %s being the URL that will be passed.
# In Linux I use "wget -q %s &" (no quotes) to spawn a copy of wget for
# downloading http and ftp files in the background.  In Win95 I use
# "start ncftp %s" to spawn ncftp in a new window.
#
# <norestriction> This complements the -restrictions=externals feature to allow
# for certain externals to be enabled while restricting others.  TRUE means
# a command will still function while Lynx is restricted.  WB
#
# For invoking the command use the EXTERN key.  By default it is mapped
# to '.' (if the feature is enabled), see the KEYMAP section above.
#
# EXTERNAL:ftp:wget %s &:TRUE
EXTERNAL:ftp:wget %s &:TRUE
EXTERNAL:phtml:post -duplex -html %s &:TRUE
EXTERNAL:pchtml:post -duplex -html -Ppcol26 %s &:TRUE

# CERN-style rules, EXPERIMENTAL  -  URL-specific rules
#
# A CERN-style rules file can be given with RULESFILE.  Use the system's
# native format for filenames, on Unix '~' is also recognized.  If a filename
# is given, the file must exist.
#
# Single CERN-style rules can be specified with RULES.
#
# Both options can be repeated, rules accumulate in the order
# given, they will be applied in first-to-last order.  See cernrules.txt
# in the samples subdirectory for further explanation.
#
# Examples:
#       RULESFILE:/etc/lynx/cernrules
#       RULE:Fail       gopher:*                     # reject by scheme
#       RULE:Pass       finger://address@hidden/             # allow this,
#       RULE:Fail       finger:*                     # but not others
#       RULE:Redirect   http://old.server/*     http://new.server/*


# Pretty source view settings. These settings are in effect when -prettysrc
# was specified.
# The following lexical elements (lexems) are recognised:
# comment, tag, attribute, attribute value, generalized angle brackets (
# '<' '>' '</' ), entity, hyperlink destination , entire file,bad sequence,
# bad tag, bad attribute, sgml special.
#  The following group of option tells which styles will surround each
# lexem. The syntax of option in this group is:
#HTMLSRC_<LEXEMNAME>:<TAGSPEC>:<TAGSPEC>
# The first <TAGSPEC> specifies what tags will precede lexems of that class
# in the internal html markup. The second - what will be placed (internally)
# after it.
# TAGSPEC has the following syntax:
# <TAGSPEC>:= [ (<TAGOPEN> | <TAGCLOSE>) <SPACE>+ ]*
# <TAGOPEN>:= tagname[.classname]
# <TAGCLOSE>:= !tagname
#
# The following table gives correspondence between lexem and lexem name
#  Lexem                     LEXEMNAME FURTHER EXPLANATION
# ------------------------------------
# comment                    COMM
# tag                        TAG       everything in gen. brackets
# attribute                  ATTRIB
# attribute value            ATTRVAL
# generalized brackets       ABRACKET  <  >  </
# entity                     ENTITY
# hyperlink destination      HREF
# entire file                ENTIRE
# bad sequence               BADSEQ    bad entity or invalid construct at text
#                                      level.
# bad tag                    BADTAG    Unrecognized contruct in generalized
#                                      brackets.
# bad attribute              BADATTR   The name of the attribute unknown to lynx
#                                      of the tag known to lynx. (ie
#                                      attributes of unknown tags will have
#                                      markup of  ATTRIB)
# sgml special               SGMLSPECIAL doctype, sgmlelt, sgmlele,
#                                      sgmlattlist, marked section, identifier
#
#                 Notes:
# 1) The markup for HTML_ENTIRE will be emitted only once - it will surround
# entire file source.
# 2) The tagnames specified by TAGPEC should be valid html tag names.
# 3) If the tag/class combination given by TAGOPEN is not assigned a color
#    style in lss file (for lynx compiled with lss support), that tag/class
#    combination will be anyway emitted during internal html markup. Such
#    combinations will be also reported to the trace log.
# 4) Lexeme 'tag' means everything contained in generalized angle brackets
# 5) Angle brackets of html specials won't be surrounded by markup for ABRACKET
#
#         Examples:
# HTMLSRC_COMM:B I:!I !B
#         - html comments will be surrounded by <b><i> and </i></b> in the
#           internal html markup
# HTMLSRC_ATTRVAL: span.attrval : !span
#         - values of the attributes will be surrounded by the
#           <SPAN class=attrval> </SPAN>
# HTMLSRC_HREF::
#         - no special html markup will surround hyperlink destinations (
#           this means that only default color style for hrefs will be applied
#           to them)
#
# For lynx compiled with lss support, the following settings are the default:
#HTMLSRC_COMM:span.htmlsrc_comment:!span
#HTMLSRC_TAG:span.htmlsrc_tag:!span
#HTMLSRC_ATTRIB:span.htmlsrc_attrib:!span
#HTMLSRC_ATTRVAL:span.htmlsrc_attrval:!span
#HTMLSRC_ABRACKET:span.htmlsrc_abracket:!span
#HTMLSRC_ENTITY:span.htmlsrc_entity:!span
#HTMLSRC_HREF:span.htmlsrc_href:!span
#HTMLSRC_ENTIRE:span.htmlsrc_entire:!span
#HTMLSRC_BADSEQ:span.htmlsrc_badseq:!span
#HTMLSRC_BADTAG:span.htmlsrc_badtag:!span
#HTMLSRC_BADATTR:span.htmlsrc_badattr:!span
#HTMLSRC_SGMLSPECIAL:span.htmlsrc_sgmlspecial:!span
# the styles corresponding to them are present in sample .lss file.
# For lynx compiled without lss support, the following settings are the default:
#HTMLSRC_COMM:b:!b
#HTMLSRC_TAG:b:!b
#HTMLSRC_ATTRIB::
#HTMLSRC_ATTRVAL:!b:b
#HTMLSRC_ABRACKET:b:!b
#HTMLSRC_ENTITY:b:!b
#HTMLSRC_HREF::
#HTMLSRC_ENTIRE::
#HTMLSRC_BADSEQ:b:!b
#HTMLSRC_BADTAG::
#HTMLSRC_BADATTR:!b:b
#HTMLSRC_SGMLSPECIAL:b:!b
#
# Other source-view related options:
#
# Options HTMLSRC_TAGNAME_XFORM and HTMLSRC_ATTRNAME_XFORM control the way the
# names of tags and names of attributes are transformed correspondingly.
# Possible values: 0 - lowercase, 1 - leave as is, 2 - uppercase.
#HTMLSRC_TAGNAME_XFORM:2
#HTMLSRC_ATTRNAME_XFORM:2


# Character level style handling
# STYLE:OBJECT:MONO:FORE:BACK
#
# Defaults: FORE=white, BACK=black
#STYLE:ALINK:normal:yellow
#STYLE:B:normal:red
#STYLE:IMG:normal:brown
#STYLE:STATUS:bold:magenta
#STYLE:STRONG:bold:white

STYLE:HTML:normal:black:white
STYLE:BODY:normal:black:white
STYLE:LINK:bold:green
STYLE:B:normal:red
STYLE:STATUS:bold:magenta
STYLE:IMG:normal:brown
STYLE:ALINK:normal:yellow

NO_FROM_HEADER: TRUE
NO_REFERER_HEADER: TRUE
NO_FILE_REFERER: TRUE

RULE:Map http://x1.dejanews.com/jump/* *
RULE:Map http://x2.dejanews.com/jump/* *
RULE:Map http://x3.dejanews.com/jump/* *
RULE:Map http://x4.dejanews.com/jump/* *
RULE:Map http://x5.dejanews.com/jump/* *
RULE:Map http://x6.dejanews.com/jump/* *
RULE:Map http://x7.dejanews.com/jump/* *
RULE:Map http://x8.dejanews.com/jump/* *
RULE:Map http://x9.dejanews.com/jump/* *
RULE:Map http://x10.dejanews.com/jump/* *
RULE:Map http://x11.dejanews.com/jump/* *
RULE:Map http://x12.dejanews.com/jump/* *
RULE:Map http://x13.dejanews.com/jump/* *
RULE:Map http://x14.dejanews.com/jump/* *
RULE:Map http://x15.dejanews.com/jump/* *
RULE:Map http://x16.dejanews.com/jump/* *
RULE:Map http://x17.dejanews.com/jump/* *
RULE:Map http://x18.dejanews.com/jump/* *
RULE:Map http://x19.dejanews.com/jump/* *

In my lynxrc file I have : 
# Lynx User Defaults File
#
# This file contains options saved from the Lynx Options Screen (normally
# with the '>' key).  There is normally no need to edit this file manually,
# since the defaults here can be controlled from the Options Screen, and the
# next time options are saved from the Options Screen this file will be
# completely rewritten.  You have been warned...
# If you are looking for the general configuration file - it is normally
# called lynx.cfg, and it has different content and a different format.
# It is not this file.

# file_editor specifies the editor to be invoked when editing local files
# or sending mail.  If no editor is specified, then file editing is disabled
# unless it is activated from the command line, and the built-in line editor
# will be used for sending mail.
file_editor=nvi

# bookmark_file specifies the name and location of the default bookmark
# file into which the user can paste links for easy access at a later
# date.
bookmark_file=.parms/lynx_bookmarks.html

# If sub_bookmarks is not turned "off", and multiple bookmarks have
# been defined (see below), then all bookmark operations will first
# prompt the user to select an active sub-bookmark file.  If the default
# Lynx bookmark_file is defined (see above), it will be used as the
# default selection.  When this option is set to "advanced", and the
# user mode is advanced, the 'v'iew bookmark command will invoke a
# statusline prompt instead of the menu seen in novice and intermediate
# user modes.  When this option is set to "standard", the menu will be
# presented regardless of user mode.
sub_bookmarks=off

# The following allow you to define sub-bookmark files and descriptions.
# The format is multi_bookmark<capital_letter>=<filename>,<description>
# Up to 26 bookmark files (for the English capital letters) are allowed.
# We start with "multi_bookmarkB" since 'A' is the default (see above).
multi_bookmarkB=
multi_bookmarkC=
multi_bookmarkD=
multi_bookmarkE=
multi_bookmarkF=
multi_bookmarkG=
multi_bookmarkH=
multi_bookmarkI=
multi_bookmarkJ=
multi_bookmarkK=
multi_bookmarkL=
multi_bookmarkM=
multi_bookmarkN=
multi_bookmarkO=
multi_bookmarkP=
multi_bookmarkQ=
multi_bookmarkR=
multi_bookmarkS=
multi_bookmarkT=
multi_bookmarkU=
multi_bookmarkV=
multi_bookmarkW=
multi_bookmarkX=
multi_bookmarkY=
multi_bookmarkZ=

# The file_sorting_method specifies which value to sort on when viewing
# file lists such as FTP directories.  The options are:
#    BY_FILENAME -- sorts on the name of the file
#    BY_TYPE     -- sorts on the type of the file
#    BY_SIZE     -- sorts on the size of the file
#    BY_DATE     -- sorts on the date of the file
file_sorting_method=BY_DATE

# personal_mail_address specifies your personal mail address.  The
# address will be sent during HTTP file transfers for authorization and
# logging purposes, and for mailed comments.
# If you do not want this information given out, set the NO_FROM_HEADER
# to TRUE in lynx.cfg, or use the -nofrom command line switch.  You also
# could leave this field blank, but then you won't have it included in
# your mailed comments.
address@hidden

# If case_sensitive_searching is "on" then when the user invokes a search
# using the 's' or '/' keys, the search performed will be case sensitive
# instead of case INsensitive.  The default is usually "off".
case_sensitive_searching=off

# The character_set definition controls the representation of 8 bit
# characters for your terminal.  If 8 bit characters do not show up
# correctly on your screen you may try changing to a different 8 bit
# set or using the 7 bit character approximations.
# Current valid characters sets are:
#    Western (ISO-8859-1)
#    Western (ISO-8859-15)
#    Western (cp850)
#    Western (windows-1252)
#    IBM PC US codepage (cp437)
#    DEC Multinational
#    Macintosh (8 bit)
#    NeXT character set
#    Chinese
#    Japanese (EUC-JP)
#    Japanese (Shift_JIS)
#    Korean
#    Taipei (Big5)
#    Vietnamese (VISCII)
#    7 bit approximations (US-ASCII)
#    Transparent
#    HP Roman8
#    Eastern European (ISO-8859-2)
#    Eastern European (cp852)
#    Eastern European (windows-1250)
#    Latin 3 (ISO-8859-3)
#    Latin 4 (ISO-8859-4)
#    Baltic Rim (cp775)
#    Baltic Rim (windows-1257)
#    Cyrillic (ISO-8859-5)
#    Cyrillic (cp866)
#    Cyrillic (windows-1251)
#    Cyrillic (KOI8-R)
#    Arabic (ISO-8859-6)
#    Arabic (cp864)
#    Arabic (windows-1256)
#    Greek (ISO-8859-7)
#    Greek (cp737)
#    Greek2 (cp869)
#    Greek (windows-1253)
#    Hebrew (ISO-8859-8)
#    Hebrew (cp862)
#    Hebrew (windows-1255)
#    Turkish (ISO-8859-9)
#    ISO-8859-10
#    UNICODE (UTF-8)
#    RFC 1345 w/o Intro
#    RFC 1345 Mnemonic
#    Ukrainian Cyrillic (ISO-9945-2)
#    Ukrainian Cyrillic (cp866u)
#    Ukrainian Cyrillic (KOI8-U)
character_set=Western (ISO-8859-1)

# preferred_language specifies the language in MIME notation (e.g., en,
# fr, may be a comma-separated list in decreasing preference)
# which Lynx will indicate you prefer in requests to http servers.
# If a file in that language is available, the server will send it.
# Otherwise, the server will send the file in it's default language.
preferred_language=en

# preferred_charset specifies the character set in MIME notation (e.g.,
# ISO-8859-2, ISO-8859-5) which Lynx will indicate you prefer in requests
# to http servers using an Accept-Charset header.  The value should NOT
# include ISO-8859-1 or US-ASCII, since those values are always assumed
# by default.  May be a comma-separated list.
# If a file in that character set is available, the server will send it.
# If no Accept-Charset header is present, the default is that any
# character set is acceptable.  If an Accept-Charset header is present,
# and if the server cannot send a response which is acceptable
# according to the Accept-Charset header, then the server SHOULD send
# an error response, though the sending of an unacceptable response
# is also allowed.
preferred_charset=

# show_color specifies how to set the color mode at startup.  A value of
# "never" will force color mode off (treat the terminal as monochrome)
# at startup even if the terminal appears to be color capable.  A value of
# "always" will force color mode on even if the terminal appears to be
# monochrome, if this is supported by the library used to build lynx.
# A value of "default" will yield the behavior of assuming
# a monochrome terminal unless color capability is inferred at startup
# based on the terminal type, or the -color command line switch is used, or
# the COLORTERM environment variable is set.  The default behavior always is
# used in anonymous accounts or if the "option_save" restriction is set.
# The effect of the saved value can be overridden via
# the -color and -nocolor command line switches.
# The mode set at startup can be changed via the "show color" option in
# the 'o'ptions menu.  If the option settings are saved, the "on" and
# "off" "show color" settings will be treated as "default".
show_color=default

# If vi_keys is set to "on", then the normal VI movement keys:
#   j = down    k = up
#   h = left    l = right
# will be enabled.  These keys are only lower case.
# Capital 'H', 'J' and 'K will still activate help, jump shortcuts,
# and the keymap display, respectively.
vi_keys=on

# If emacs_keys is to "on" then the normal EMACS movement keys:
#   ^N = down    ^P = up
#   ^B = left    ^F = right
# will be enabled.
emacs_keys=off

# show_dotfiles specifies that the directory listing should include
# "hidden" (dot) files/directories.  If set "on", this will be
# honored only if enabled via userdefs.h and/or lynx.cfg, and not
# restricted via a command line switch.  If display of hidden files
# is disabled, creation of such files via Lynx also is disabled.
show_dotfiles=off

# select_popups specifies whether the OPTIONs in a SELECT block which
# lacks a MULTIPLE attribute are presented as a vertical list of radio
# buttons or via a popup menu.  Note that if the MULTIPLE attribute is
# present in the SELECT start tag, Lynx always will create a vertical list
# of checkboxes for the OPTIONs.  A value of "on" will set popup menus
# as the default while a value of "off" will set use of radio boxes.
# The default can be overridden via the -popup command line toggle.
select_popups=on

# show_cursor specifies whether to 'hide' the cursor to the right (and
# bottom, if possible) of the screen, or to place it to the left of the
# current link in documents, or current option in select popup windows.
# Positioning the cursor to the left of the current link or option is
# helpful for speech or braille interfaces, and when the terminal is
# one which does not distinguish the current link based on highlighting
# or color.  A value of "on" will set positioning to the left as the
# default while a value of "off" will set 'hiding' of the cursor.
# The default can be overridden via the -show_cursor command line toggle.
show_cursor=on

# If keypad_mode is set to "NUMBERS_AS_ARROWS", then the numbers on
# your keypad when the numlock is on will act as arrow keys:
#             8 = Up Arrow
#   4 = Left Arrow    6 = Right Arrow
#             2 = Down Arrow
# and the corresponding keyboard numbers will act as arrow keys,
# regardless of whether numlock is on.
# If keypad_mode is set to "LINKS_ARE_NUMBERED", then numbers will
# appear next to each link and numbers are used to select links.
# If keypad_mode is set to "LINKS_AND_FORM_FIELDS_ARE_NUMBERED", then
# numbers will appear next to each link and visible form input field.
# Numbers are used to select links, or to move the "current link" to a
# form input field or button.  In addition, options in popup menus are
# indexed so that the user may type an option number to select an option in
# a popup menu, even if the option isn't visible on the screen.  Reference
# lists and output from the list command also enumerate form inputs.
# NOTE: Some fixed format documents may look disfigured when
# "LINKS_ARE_NUMBERED" or "LINKS_AND_FORM_FIELDS_ARE_NUMBERED" are
# enabled.
keypad_mode=LINKS_AND_FORM_FIELDS_ARE_NUMBERED

# partial_thres specifies the number of lines Lynx should download and render
# before we redraw the screen in Partial Display logic
# e.g., partial_thres=2
# would have Lynx redraw every 2 lines that it renders
# partial_thres=-1 would use the entire screensize
partial_thres=-1

# lineedit_mode specifies the key binding used for inputting strings in
# prompts and forms.  If lineedit_mode is set to "Default Binding" then
# the following control characters are used for moving and deleting:
#
#              Prev  Next       Enter = Accept input
#    Move char: <-    ->        ^G    = Cancel input
#    Move word: ^P    ^N        ^U    = Erase line
#  Delete char: ^H    ^R        ^A    = Beginning of line
#  Delete word: ^B    ^F        ^E    = End of line
#
# Current lineedit modes are:
#    Default Binding
lineedit_mode=Default Binding

# dir_list_styles specifies the directory list style under DIRED_SUPPORT
# (if implemented).  The default is "MIXED_STYLE", which sorts both
# files and directories together.  "FILES_FIRST" lists files first and
# "DIRECTORIES_FIRST" lists directories first.
dir_list_style=DIRECTORIES_FIRST

# user_mode specifies the users level of knowledge with Lynx.  The
# default is "NOVICE" which displays two extra lines of help at the
# bottom of the screen to aid the user in learning the basic Lynx
# commands.  Set user_mode to "INTERMEDIATE" to turn off the extra info.
# Use "ADVANCED" to see the URL of the currently selected link at the
# bottom of the screen.
user_mode=ADVANCED

# accept_all_cookies allows the user to tell Lynx to automatically
# accept all cookies if desired.  The default is "FALSE" which will
# prompt for each cookie.  Set accept_all_cookies to "TRUE" to accept
# all cookies.
accept_all_cookies=TRUE

# cookie_accept_domains and cookie_reject_domains are comma-delimited
# lists of domains (with a leading '.') to automatically accept or
# reject all cookies from.  The accept_all_cookies parameter will
# override any settings made here.  If a single domain is specified in
# both cookie_accept_domains and in cookie_reject_domains, the rejection
# will take precedence.
cookie_accept_domains=yahoo.com,.hotmail.com
cookie_reject_domains=

# cookie_loose_invalid_domains, cookie_strict_invalid_domains, and
# cookie_query_invalid_domains control checking incoming cookies'
# conformance to RFCNNNN.
# XXX FIXME
cookie_loose_invalid_domains=.remarq.com,.yahoo.com
cookie_strict_invalid_domains=
cookie_query_invalid_domains=

# cookie_file specifies the file in which to store persistent cookies.
# The default is ~/.lynx_cookies.
cookie_file=/home/lwv26/.parms/lynx_cookies

# If verbose_images is "on", lynx will print the name of the image
# source file in place of [INLINE], [LINK] or [IMAGE]
# See also VERBOSE_IMAGES in lynx.cfg
verbose_images=off

And here is the trace.
                Lynx Trace Log (2.8.3dev.1)

User message: Trace ON!
FIXME:SubmitForm
SubmitForm: field ".tries" 0 us-ascii OK
SubmitForm: name ".tries" 0 us-ascii OK
SubmitForm: field ".done" 0 us-ascii OK
SubmitForm: name ".done" 0 us-ascii OK
SubmitForm: field ".linkdone" 0 us-ascii OK
SubmitForm: name ".linkdone" 0 us-ascii OK
SubmitForm: field ".src" 0 us-ascii OK
SubmitForm: name ".src" 0 us-ascii OK
SubmitForm: field ".slogin" 0 us-ascii OK
SubmitForm: name ".slogin" 0 us-ascii OK
SubmitForm: field "passwd" 0 us-ascii OK
SubmitForm: name "passwd" 0 us-ascii OK
SubmitForm: field "Login" 0 us-ascii OK
SubmitForm: name "Login" 0 us-ascii OK
GridText - post_data: 
.tries=1&.done=http%253a%2F%2Ff1.mail.yahoo.com%2Fpy%2FymTop.py%253fy%3D1%2526.rand%3Deqkfd61jn2luf&.linkdone=http%253a%2F%2Ff1.mail.yahoo.com%2Fpy%2FymTop.py%253fy%3D1%2526.rand%3Deqkfd61jn2luf&.src=ym&.slogin=lvirden&passwd=MYPASSWORD&Login=Submit

LYpush[1]: 
address:http://login.yahoo.com/config/login_verify2?.src=ym&.lg=us&.done=http%3a//f1.mail.yahoo.com/py/ymTop.py%3fy=1%26.rand=eqkfd61jn2luf
        title:Verify your Yahoo! password
getfile: getting http://login.yahoo.com/config/login_verify2?beh4r4jbr2h3r

HTParse: aName:http://login.yahoo.com/config/login_verify2?beh4r4jbr2h3r   
relatedName:
HTParse:      result:login.yahoo.com

HTParse: aName:http://login.yahoo.com/config/login_verify2?beh4r4jbr2h3r   
relatedName:
HTParse:      result:
Entered HTAnchor_findAddress
New anchor 2694b8 has hash 79 and address 
`http://login.yahoo.com/config/login_verify2?beh4r4jbr2h3r'
HTAccess: loading document 
http://login.yahoo.com/config/login_verify2?beh4r4jbr2h3r
HTParse: aName:http://login.yahoo.com/config/login_verify2?beh4r4jbr2h3r   
relatedName:file:
HTParse:      result:http
HTParse: aName:http://login.yahoo.com/config/login_verify2?beh4r4jbr2h3r   
relatedName:
HTParse:      result:login.yahoo.com
HTParse: aName:http://login.yahoo.com/config/login_verify2?beh4r4jbr2h3r   
relatedName:
HTParse:      result:http
HTParse: aName:http://login.yahoo.com/config/login_verify2?beh4r4jbr2h3r   
relatedName:
HTParse:      result:login.yahoo.com
Looking up login.yahoo.com.
HTParseInet: parsing `login.yahoo.com'.
LYGetHostByName: parsing `login.yahoo.com'.
CHILD gethostbyname: 25df7c { h_name = 25dfb4 "login.yahoo.com",
         h_aliases = 25df90 {  25dfc4 "204.71.200.184",  25dfd3 
"login.yahoo.com",  25dfe3 "204.71.200.218",  25dff2 "login.yahoo.com",  25e002 
"204.71.200.183",  25e011 "login.yahoo.com", 0x0 },
         h_addrtype = 2, h_length = 4,
         h_addr_list = 25dfac { 25e024 "204.71.201.135", 0x0 } }
CHILD fill_rehostent: 20ee50 { h_name = 20ee80 "login.yahoo.com",
         h_aliases = 20ee6c {  20ee90 "204.71.200.184", 0x0 },
         h_addrtype = 2, h_length = 4,
         h_addr_list = 20ee64 { 20ee7c "204.71.201.135", 0x0 } }
Read from pipe: 20ee50 { h_name = 20ee80 "login.yahoo.com",
         h_aliases = 20ee6c {  20ee90 "204.71.200.184", 0x0 },
         h_addrtype = 2, h_length = 4,
         h_addr_list = 20ee64 { 20ee7c "204.71.201.135", 0x0 } }
LYGetHostByName: NSL_FORK child 15297 exited, status 0x0.
End of LYGetHostByName: 20ee50 { h_name = 20ee80 "login.yahoo.com",
         h_aliases = 20ee6c {  20ee90 "204.71.200.184", 0x0 },
         h_addrtype = 2, h_length = 4,
         h_addr_list = 20ee64 { 20ee7c "204.71.201.135", 0x0 } }
LYGetHostByName: Resolved name to a hostent.
HTParseInet: Parsed address as port 80, IP address 204.71.201.135
Making HTTP connection to login.yahoo.com.
TCP: Error 150 in `SOCKET_ERRNO' after call to this socket's first connect() 
failed.
        Operation now in progress
TCP: Error 150 in `SOCKET_ERRNO' after call to this socket's first select() 
failed.
        Operation now in progress
HTParse: aName:http://login.yahoo.com/config/login_verify2?beh4r4jbr2h3r   
relatedName:
1
HTParse:      result:/config/login_verify2?beh4r4jbr2h3r
HTParse: aName:http://login.yahoo.com/config/login_verify2?beh4r4jbr2h3r   
relatedName:
HTParse:      result:login.yahoo.com
HTParse: aName:http://login.yahoo.com/config/login_verify2?beh4r4jbr2h3r   
relatedName:
1
HTParse:      result:/config/login_verify2?beh4r4jbr2h3r
HTParse: aName:http://login.yahoo.com/config/login_verify2?beh4r4jbr2h3r   
relatedName:
1
HTParse:      result:config/login_verify2?beh4r4jbr2h3r
HTParse: aName:http://login.yahoo.com/config/login_verify2?beh4r4jbr2h3r   
relatedName:
HTParse:      result:login.yahoo.com
LYCookie: Searching for 'login.yahoo.com:80', 
'/config/login_verify2?beh4r4jbr2h3r'.
Checking cookie 232e58 MSPVis=$2$
        login.yahoo.com .hotmail.com 0 /config/login_verify2?beh4r4jbr2h3r / 0
Checking cookie 232e78 sessionId=cD4bMzIrbCYxeHM3OSo8Mnp%2Ffmk%3D
        login.yahoo.com .remarq.com 0 /config/login_verify2?beh4r4jbr2h3r / 0
Checking cookie 232db8 B=ds12eqtgujh6n
        login.yahoo.com .yahoo.com 1 /config/login_verify2?beh4r4jbr2h3r / 0
Checking cookie 232de8 
Y=v=1&n=1scejighn0oed&l=bl8h34d/o&p=m1n1a1s411jb0g&r=01&lg=us
        login.yahoo.com .yahoo.com 1 /config/login_verify2?beh4r4jbr2h3r / 0
Checking cookie 232e18 T=a=AAA&z=djUZ3AdppZ3Au5pH4gnmsVqNgY2MTc1NjE0MTY-
        login.yahoo.com .yahoo.com 1 /config/login_verify2?beh4r4jbr2h3r / 0
Checking cookie 232eb8 referrer=www.vim.org
        login.yahoo.com .findmail.com 0 /config/login_verify2?beh4r4jbr2h3r / 0
Checking cookie 239420 ServiceID=61028
        login.yahoo.com www.tvguide.com 0 /config/login_verify2?beh4r4jbr2h3r / 0
Checking cookie 239460 Zip=43068
        login.yahoo.com www.tvguide.com 0 /config/login_verify2?beh4r4jbr2h3r / 0
Checking cookie 2394b0 UIDC=134.243.50.70:0927283166:754080
        login.yahoo.com .netscape.com 0 /config/login_verify2?beh4r4jbr2h3r / 0
Checking cookie 239500 UID=927226033-16629
        login.yahoo.com .savvysearch.com 0 /config/login_verify2?beh4r4jbr2h3r 
/ 0
Checking cookie 239550 PalmCentralUsername=lvirden
        login.yahoo.com new.palmcentral.com 0 
/config/login_verify2?beh4r4jbr2h3r / 0
Checking cookie 239580 PalmCentralPassword=MYPASSWORD
        login.yahoo.com new.palmcentral.com 0 
/config/login_verify2?beh4r4jbr2h3r / 0
Checking cookie 2395d0 DNWPSR=Fmt&T1.0&V&87c93606053576a9f50a2c000060b11038
        login.yahoo.com .deja.com 0 /config/login_verify2?beh4r4jbr2h3r /rate 
-15
Checking cookie 239600 GTUID=04.40732.1.0.1481.30200
        login.yahoo.com .deja.com 0 /config/login_verify2?beh4r4jbr2h3r / 0
Checking cookie 239630 
DNREG=03928410736.016f10b45dc5e46156a94131198f7b11716e82c926811dffc5339c9190b38a5ef55dde814c3a5fbad8a4dcc4febc4bd4b02459c9ce517694c1b0e2c15f82038e11a2e5e68fb1670756633e84363e83592066689265145556ddc6a5a4252ab0169abc54edd4bb1e0789e1318b014d70fb1c7c47d85de129f28993c9e4698bc746a1a38236103a2ec3a4d8bd3d068cc177ecfaf696564d0b72d980a1d28c0af70c84d10130fe4c99b081710a9f8f3344d446fe9f8b2e6f4e3dbf543000f1dbeb
        login.yahoo.com .deja.com 0 /config/login_verify2?beh4r4jbr2h3r / 0
Checking cookie 239670 
s_cur_1_0=0101sisi09269798567910d3Jx4+POyJakrMyclp+tq6Cdn5uonJt6a4Ln5crU5M7Rxq2mnp6ZqKyppW0=
        login.yahoo.com .news.com 0 /config/login_verify2?beh4r4jbr2h3r / 0
Checking cookie 2396c0 email=lvirden%40cas%2Eorg
        login.yahoo.com www.comicnexus.com 0 
/config/login_verify2?beh4r4jbr2h3r / 0
Checking cookie 239700 CookieStatus=COOKIE_OK
        login.yahoo.com .tripod.com 0 /config/login_verify2?beh4r4jbr2h3r / 0
Checking cookie 239750 UID=C525059C34998050
        login.yahoo.com .excite.com 0 /config/login_verify2?beh4r4jbr2h3r / 0
Checking cookie 2397a0 AV_UID=d765cf1011f86e
        login.yahoo.com .altavista.com 0 /config/login_verify2?beh4r4jbr2h3r / 0
Checking cookie 23b338 
YM.Login=id%3d%241%24rm%24JxXK.kgvuHbPNEvny7iP11%26sid%3ds9uiTIX%252bMqeG%250a%26ts%3d%253d/%25f8%2506%25fdeI%25c2%25f7%253f%25c9%2598%25b9
        login.yahoo.com .mail.yahoo.com 0 /config/login_verify2?beh4r4jbr2h3r / 0
Checking cookie 23b368 YM.State=YM%3d
        login.yahoo.com .mail.yahoo.com 0 /config/login_verify2?beh4r4jbr2h3r / 0
Checking cookie 23b398 
YM.Pref=farm%3d1%26silo%3dms18%26email%3dlvirden%40yahoo.com%26sigatt%3d1%26head%3dbrief%26fwd%3dattach%26fontsz%3dnormal%26msgwidth%3d82%26order%3ddown%26inc%3d25%26goto%3dmsg
        login.yahoo.com .mail.yahoo.com 0 /config/login_verify2?beh4r4jbr2h3r / 0
Checking cookie 23b3e8 
DNREG=02925126505.013f3094cd256401537acca1fbd7ade03705c15fdd3a
        login.yahoo.com .dejanews.com 0 /config/login_verify2?beh4r4jbr2h3r / 0
Checking cookie 23b418 GTUID=04.40732.1.0.1481.30200
        login.yahoo.com .dejanews.com 0 /config/login_verify2?beh4r4jbr2h3r / 0
Checking cookie 23b458 L2GUserId=925324260.72276
        login.yahoo.com .links2go.com 0 /config/login_verify2?beh4r4jbr2h3r / 0
Checking cookie 23b4a8 address@hidden:90446020
        login.yahoo.com .egroups.com 0 /config/login_verify2?beh4r4jbr2h3r / 0
Checking cookie 23b4f8 RMID=86f33246372b2d90
        login.yahoo.com .usatoday.com 0 /config/login_verify2?beh4r4jbr2h3r / 0
Checking cookie 23b548 YMovies=z=90404&ver=1
        login.yahoo.com movies.yahoo.com 0 /config/login_verify2?beh4r4jbr2h3r 
/ 0
Checking cookie 23b598 ISP=www.probe.net|2108267
        login.yahoo.com .delphi.com 0 /config/login_verify2?beh4r4jbr2h3r / 0
Checking cookie 23b5b8 
DELPHIPREF=1%7B233EB7BB%2D104B%2D11D3%2DAAE8%2D00A0C9DDBAEE%7D4gN6nx68xofzl8XfTlP15g%3D%3D
        login.yahoo.com .delphi.com 0 /config/login_verify2?beh4r4jbr2h3r / 0
Checking cookie 23b618 PNAB=:6593:
        login.yahoo.com customnews.cnn.com 0 
/config/login_verify2?beh4r4jbr2h3r /cnews 1
Checking cookie 23b648 PNAA=:Spklv Hdkobt'nBEAF0:
        login.yahoo.com customnews.cnn.com 0 
/config/login_verify2?beh4r4jbr2h3r /cnews 1
Checking cookie 23b678 PNAC=:LSZDDBX:
        login.yahoo.com customnews.cnn.com 0 
/config/login_verify2?beh4r4jbr2h3r /cnews 1
Checking cookie 23b6b8 CNN_CUSTOM=1
        login.yahoo.com .cnn.com 0 /config/login_verify2?beh4r4jbr2h3r 
/customnews -6
Checking cookie 23b728 config=service=&os=&platform=
        login.yahoo.com .go.com 0 /config/login_verify2?beh4r4jbr2h3r / 0
Checking cookie 23ce90 InfoseekUserId=B5E6E677B82161E69DCB7DD40432DA7D
        login.yahoo.com .go.com 0 /config/login_verify2?beh4r4jbr2h3r / 0
Checking cookie 23ced0 SWID=4E619152-3722-CAE9-F6E3-216EFF62FD25
        login.yahoo.com .go.com 0 /config/login_verify2?beh4r4jbr2h3r / 0
Checking cookie 23cf10 
ShopperManager%2F=SHOPPERMANAGER%2F=PPWAXS352USH2HV70022B2QWCMH32B95
        login.yahoo.com store.wizards.com 0 /config/login_verify2?beh4r4jbr2h3r 
/ 0
Checking cookie 23cf60 YouWin=374DD9A43895986986F33246
        login.yahoo.com .brainplay.com 0 /config/login_verify2?beh4r4jbr2h3r / 0
Checking cookie 23cfa0 LASTVISIT=%7Bts+%271999%2D06%2D05+03%3A26%3A38%27%7D
        login.yahoo.com www.palmpilotgear.com 0 
/config/login_verify2?beh4r4jbr2h3r / 0
Checking cookie 23cff0 Apache=134.243.50.70.11358928070309916
        login.yahoo.com www.beseen.com 0 /config/login_verify2?beh4r4jbr2h3r / 0
Checking cookie 23d040 TMog=66070656045912
        login.yahoo.com .about.com 0 /config/login_verify2?beh4r4jbr2h3r / 0
Checking cookie 23d080 
superego=2%7C27406375664a169cef%7C43068%7C6145%7C0%7C-1%7C928408737%7C9c5b914c2ad5b3e5e5ca24a745289299
        login.yahoo.com .tvgrid.com 0 /config/login_verify2?beh4r4jbr2h3r / 0
Checking cookie 23d0d0 
user=%2536%2531%2535%2531%253a%253a%2564%2572%2561%2567%256f%256e
        login.yahoo.com slashdot.org 0 /config/login_verify2?beh4r4jbr2h3r / 0
Checking cookie 23d110 LASTVISIT=%7Bts+%271999%2D06%2D07+09%3A14%3A02%27%7D
        login.yahoo.com www1.palmpilotgear.com 0 
/config/login_verify2?beh4r4jbr2h3r / 0
Checking cookie 23d160 email=lvirden%40cas%2eorg
        login.yahoo.com www.scriptics.com 0 /config/login_verify2?beh4r4jbr2h3r 
/ 0
Checking cookie 258b00 
T=z=NyQa3AN4la3AZvF4AyOMjBUNgY2MTc1NjE0MTY-&a=AAA&sj=CAAIFvhq7Y.AZT&d=sl
        login.yahoo.com login.yahoo.com 1 /config/login_verify2?beh4r4jbr2h3r 
/config 0
HTTP: Sending Cookie2: $Version ="1"
HTTP: Sending Cookie: B=ds12eqtgujh6n; 
Y=v=1&n=1scejighn0oed&l=bl8h34d/o&p=m1n1a1s411jb0g&r=01&lg=us; 
T=a=AAA&z=djUZ3AdppZ3Au5pH4gnmsVqNgY2MTc1NjE0MTY-; 
T=z=NyQa3AN4la3AZvF4AyOMjBUNgY2MTc1NjE0MTY-&a=AAA&sj=CAAIFvhq7Y.AZT&d=sl
Composing Authorization for 
login.yahoo.com:80/config/login_verify2?beh4r4jbr2h3r
HTAASetup_lookup: No template matched `config/login_verify2?beh4r4jbr2h3r' (so 
probably not protected)
HTTP: Not sending authorization (yet).
HTTP: Doing post, content-type 'application/x-www-form-urlencoded'
Writing:
POST /config/login_verify2?beh4r4jbr2h3r HTTP/1.0
Host: login.yahoo.com
Accept: text/html, text/plain, audio/x-mpeg, audio/basic, audio/*, image/jpeg, 
image/gif, image/x-xwd, image/postscript, image/ps, image/*, message/partial, 
message/external-body, application/x-tex, application/x-dvi, 
application/postscript
Accept: application/postscript, x-be2, application/andrew-inset, text/richtext, 
text/enriched, application/pdf, video/*, application/framemaker, 
application/view_pctdoc, application/x-tgif, multipart/enabled-mail, 
application/safe-tcl
Accept: application/x-ccitcl, application/pgp, application/applefile, 
text/tab-separated-values, application/x-chat, audio/x-pn-realaudio, 
application/x-xdma, application/x-rasmol, application/x-wt, video/x-mpeg, 
x-world/x-vrml, application/x-candleweb
Accept: x-conference/x-cooltalk, audio/midi, application/x-bzip2, 
application/marimba, video/x-ms-asf, image/jpeg, image/*, text/sgml, 
video/mpeg, image/jpeg, image/tiff, image/x-rgb, image/png, image/x-xbitmap, 
image/x-xbm, image/gif
Accept: application/postscript, */*;q=0.01
Accept-Encoding: gzip, compress
Accept-Language: en
Pragma: no-cache
Cache-Control: no-cache
User-Agent: Lynx/2.8.3dev.1 libwww-FM/2.14
From: address@hidden
Cookie2: $Version="1"
Cookie: B=ds12eqtgujh6n; 
Y=v=1&n=1scejighn0oed&l=bl8h34d/o&p=m1n1a1s411jb0g&r=01&lg=us; 
T=a=AAA&z=djUZ3AdppZ3Au5pH4gnmsVqNgY2MTc1NjE0MTY-; 
T=z=NyQa3AN4la3AZvF4AyOMjBUNgY2MTc1NjE0MTY-&a=AAA&sj=CAAIFvhq7Y.AZT&d=sl
Content-type: application/x-www-form-urlencoded
Content-length: 245

.tries=1&.done=http%253a%2F%2Ff1.mail.yahoo.com%2Fpy%2FymTop.py%253fy%3D1%2526.rand%3Deqkfd61jn2luf&.linkdone=http%253a%2F%2Ff1.mail.yahoo.com%2Fpy%2FymTop.py%253fy%3D1%2526.rand%3Deqkfd61jn2luf&.src=ym&.slogin=lvirden&passwd=MYPASSWORD&Login=Submit
----------------------------------
Sending HTTP request.
HTTP: WRITE delivered OK
HTTP request sent; waiting for response.
HTTP: Trying to read 1535
HTTP: Read 403
Read 403 bytes of data.
HTTP: Rx: HTTP/1.1 302 Found 
HTTP: Scanned 2 fields from line_buffer
--- Talking HTTP1.
HTParse: aName:http://login.yahoo.com/config/login_verify2?beh4r4jbr2h3r   
relatedName:
HTParse:      result:login.yahoo.com
HTParse: aName:http://login.yahoo.com/config/login_verify2?beh4r4jbr2h3r   
relatedName:
1
HTParse:      result:/config/login_verify2?beh4r4jbr2h3r
LYSetCookie called with host 'login.yahoo.com', path '/config',
    and Set-Cookie: 
'T=z=hyQa3Ah4la3AkRG8DXT.diVNgY2MTc1NjE0MTY-&a=AAA&sj=CAA.ao/4TdVuvx&d=sl,MQExNjAyMTYzNjE-,a,AAA,zz,hyQa3AgWA;
 expires=Fri, 31 Dec 1999 23:00:00 GMT; path=/; domain=.yahoo.com'
LYmktime: Parsing 'Fri, 31 Dec 1999 23:00:00 GMT'
LYmktime: clock=946681200, ctime=Fri Dec 31 18:00:00 1999
LYProcessSetCookie: attr=value pair: 
'T=z=hyQa3Ah4la3AkRG8DXT.diVNgY2MTc1NjE0MTY-&a=AAA&sj=CAA.ao/4TdVuvx&d=sl'
LYProcessSetCookie: attr=value pair: 'MQExNjAyMTYzNjE-='
store_cookie: Value is NULL! Not storing cookie.
LYProcessSetCookie: attr=value pair: 'a='
store_cookie: Value is NULL! Not storing cookie.
LYProcessSetCookie: attr=value pair: 'AAA='
store_cookie: Value is NULL! Not storing cookie.
LYProcessSetCookie: attr=value pair: 'zz='
store_cookie: Value is NULL! Not storing cookie.
LYProcessSetCookie: attr=value pair: 'hyQa3AgWA='
                    expires: 946681200, Fri Dec 31 18:00:00 1999

store_cookie: Value is NULL! Not storing cookie.
HTTP/1.1 302 Found
HTTP: Picked up location 
'http://f1.mail.yahoo.com/py/ymTop.py?y=1&.rand=eqkfd61jn2luf'
HTAccess:  status=399
HTAccess: 'http://login.yahoo.com/config/login_verify2?beh4r4jbr2h3r' is a 
redirection URL.
HTAccess: Redirecting to 
'http://f1.mail.yahoo.com/py/ymTop.py?y=1&.rand=eqkfd61jn2luf'

getfile: getting http://f1.mail.yahoo.com/py/ymTop.py?y=1&.rand=eqkfd61jn2luf

HTParse: aName:http://f1.mail.yahoo.com/py/ymTop.py?y=1&.rand=eqkfd61jn2luf   
relatedName:
HTParse:      result:f1.mail.yahoo.com

HTParse: aName:http://f1.mail.yahoo.com/py/ymTop.py?y=1&.rand=eqkfd61jn2luf   
relatedName:
HTParse:      result:
Entered HTAnchor_findAddress
New anchor 262d90 has hash 2 and address 
`http://f1.mail.yahoo.com/py/ymTop.py?y=1&.rand=eqkfd61jn2luf'
HTAccess: loading document 
http://f1.mail.yahoo.com/py/ymTop.py?y=1&.rand=eqkfd61jn2luf
HTParse: aName:http://f1.mail.yahoo.com/py/ymTop.py?y=1&.rand=eqkfd61jn2luf   
relatedName:file:
HTParse:      result:http
HTParse: aName:http://f1.mail.yahoo.com/py/ymTop.py?y=1&.rand=eqkfd61jn2luf   
relatedName:
HTParse:      result:f1.mail.yahoo.com
HTParse: aName:http://f1.mail.yahoo.com/py/ymTop.py?y=1&.rand=eqkfd61jn2luf   
relatedName:
HTParse:      result:http
HTParse: aName:http://f1.mail.yahoo.com/py/ymTop.py?y=1&.rand=eqkfd61jn2luf   
relatedName:
HTParse:      result:f1.mail.yahoo.com
Looking up f1.mail.yahoo.com.
HTParseInet: parsing `f1.mail.yahoo.com'.
LYGetHostByName: parsing `f1.mail.yahoo.com'.
CHILD gethostbyname: 25df7c { h_name = 25dfd4 "f1.mail.yahoo.com",
         h_aliases = 25df90 {  25dfe6 "205.180.60.221",  25dff5 
"f1.mail.yahoo.com",  25e007 "205.180.60.197",  25e016 "f1.mail.yahoo.com",  
25e028 "205.180.60.196",  25e037 "f1.mail.yahoo.com",  25e049 "205.180.60.191", 
 25e058 "f1.mail.yahoo.com",  25e06a "205.180.60.192",  25e079 
"f1.mail.yahoo.com",  25e08b "205.180.60.20",  25e099 "f1.mail.yahoo.com",  
25e0ab "205.180.60.99",  25e0b9 "f1.mail.yahoo.com", 0x0 },
         h_addrtype = 2, h_length = 4,
         h_addr_list = 25dfcc { 25e0cc "205.180.60.121", 0x0 } }
CHILD fill_rehostent: 20ee50 { h_name = 20ee80 "f1.mail.yahoo.com",
         h_aliases = 20ee6c {  20ee92 "205.180.60.221", 0x0 },
         h_addrtype = 2, h_length = 4,
         h_addr_list = 20ee64 { 20ee7c "205.180.60.121", 0x0 } }
Read from pipe: 20ee50 { h_name = 20ee80 "f1.mail.yahoo.com",
         h_aliases = 20ee6c {  20ee92 "205.180.60.221", 0x0 },
         h_addrtype = 2, h_length = 4,
         h_addr_list = 20ee64 { 20ee7c "205.180.60.121", 0x0 } }
LYGetHostByName: NSL_FORK child 15298 exited, status 0x0.
End of LYGetHostByName: 20ee50 { h_name = 20ee80 "f1.mail.yahoo.com",
         h_aliases = 20ee6c {  20ee92 "205.180.60.221", 0x0 },
         h_addrtype = 2, h_length = 4,
         h_addr_list = 20ee64 { 20ee7c "205.180.60.121", 0x0 } }
LYGetHostByName: Resolved name to a hostent.
HTParseInet: Parsed address as port 80, IP address 205.180.60.121
Making HTTP connection to f1.mail.yahoo.com.
TCP: Error 150 in `SOCKET_ERRNO' after call to this socket's first connect() 
failed.
        Operation now in progress
TCP: Error 150 in `SOCKET_ERRNO' after call to this socket's first select() 
failed.
        Operation now in progress
HTParse: aName:http://f1.mail.yahoo.com/py/ymTop.py?y=1&.rand=eqkfd61jn2luf   
relatedName:
1
HTParse:      result:/py/ymTop.py?y=1&.rand=eqkfd61jn2luf
HTParse: aName:http://f1.mail.yahoo.com/py/ymTop.py?y=1&.rand=eqkfd61jn2luf   
relatedName:
HTParse:      result:f1.mail.yahoo.com
HTParse: aName:http://f1.mail.yahoo.com/py/ymTop.py?y=1&.rand=eqkfd61jn2luf   
relatedName:
1
HTParse:      result:/py/ymTop.py?y=1&.rand=eqkfd61jn2luf
HTParse: aName:http://f1.mail.yahoo.com/py/ymTop.py?y=1&.rand=eqkfd61jn2luf   
relatedName:
1
HTParse:      result:py/ymTop.py?y=1&.rand=eqkfd61jn2luf
HTParse: aName:http://f1.mail.yahoo.com/py/ymTop.py?y=1&.rand=eqkfd61jn2luf   
relatedName:
HTParse:      result:f1.mail.yahoo.com
LYCookie: Searching for 'f1.mail.yahoo.com:80', 
'/py/ymTop.py?y=1&.rand=eqkfd61jn2luf'.
Checking cookie 232e58 MSPVis=$2$
        f1.mail.yahoo.com .hotmail.com 0 /py/ymTop.py?y=1&.rand=eqkfd61jn2luf / 0
Checking cookie 232e78 sessionId=cD4bMzIrbCYxeHM3OSo8Mnp%2Ffmk%3D
        f1.mail.yahoo.com .remarq.com 0 /py/ymTop.py?y=1&.rand=eqkfd61jn2luf / 0
Checking cookie 232db8 B=ds12eqtgujh6n
        f1.mail.yahoo.com .yahoo.com 1 /py/ymTop.py?y=1&.rand=eqkfd61jn2luf / 0
Checking cookie 232de8 
Y=v=1&n=1scejighn0oed&l=bl8h34d/o&p=m1n1a1s411jb0g&r=01&lg=us
        f1.mail.yahoo.com .yahoo.com 1 /py/ymTop.py?y=1&.rand=eqkfd61jn2luf / 0
Checking cookie 232e18 T=a=AAA&z=djUZ3AdppZ3Au5pH4gnmsVqNgY2MTc1NjE0MTY-
        f1.mail.yahoo.com .yahoo.com 1 /py/ymTop.py?y=1&.rand=eqkfd61jn2luf / 0
Checking cookie 232eb8 referrer=www.vim.org
        f1.mail.yahoo.com .findmail.com 0 /py/ymTop.py?y=1&.rand=eqkfd61jn2luf 
/ 0
Checking cookie 239420 ServiceID=61028
        f1.mail.yahoo.com www.tvguide.com 0 
/py/ymTop.py?y=1&.rand=eqkfd61jn2luf / 0
Checking cookie 239460 Zip=43068
        f1.mail.yahoo.com www.tvguide.com 0 
/py/ymTop.py?y=1&.rand=eqkfd61jn2luf / 0
Checking cookie 2394b0 UIDC=134.243.50.70:0927283166:754080
        f1.mail.yahoo.com .netscape.com 0 /py/ymTop.py?y=1&.rand=eqkfd61jn2luf 
/ 0
Checking cookie 239500 UID=927226033-16629
        f1.mail.yahoo.com .savvysearch.com 0 
/py/ymTop.py?y=1&.rand=eqkfd61jn2luf / 0
Checking cookie 239550 PalmCentralUsername=lvirden
        f1.mail.yahoo.com new.palmcentral.com 0 
/py/ymTop.py?y=1&.rand=eqkfd61jn2luf / 0
Checking cookie 239580 PalmCentralPassword=MYPASSWORD
        f1.mail.yahoo.com new.palmcentral.com 0 
/py/ymTop.py?y=1&.rand=eqkfd61jn2luf / 0
Checking cookie 2395d0 DNWPSR=Fmt&T1.0&V&87c93606053576a9f50a2c000060b11038
        f1.mail.yahoo.com .deja.com 0 /py/ymTop.py?y=1&.rand=eqkfd61jn2luf 
/rate -2
Checking cookie 239600 GTUID=04.40732.1.0.1481.30200
        f1.mail.yahoo.com .deja.com 0 /py/ymTop.py?y=1&.rand=eqkfd61jn2luf / 0
Checking cookie 239630 
DNREG=03928410736.016f10b45dc5e46156a94131198f7b11716e82c926811dffc5339c9190b38a5ef55dde814c3a5fbad8a4dcc4febc4bd4b02459c9ce517694c1b0e2c15f82038e11a2e5e68fb1670756633e84363e83592066689265145556ddc6a5a4252ab0169abc54edd4bb1e0789e1318b014d70fb1c7c47d85de129f28993c9e4698bc746a1a38236103a2ec3a4d8bd3d068cc177ecfaf696564d0b72d980a1d28c0af70c84d10130fe4c99b081710a9f8f3344d446fe9f8b2e6f4e3dbf543000f1dbeb
        f1.mail.yahoo.com .deja.com 0 /py/ymTop.py?y=1&.rand=eqkfd61jn2luf / 0
Checking cookie 239670 
s_cur_1_0=0101sisi09269798567910d3Jx4+POyJakrMyclp+tq6Cdn5uonJt6a4Ln5crU5M7Rxq2mnp6ZqKyppW0=
        f1.mail.yahoo.com .news.com 0 /py/ymTop.py?y=1&.rand=eqkfd61jn2luf / 0
Checking cookie 2396c0 email=lvirden%40cas%2Eorg
        f1.mail.yahoo.com www.comicnexus.com 0 
/py/ymTop.py?y=1&.rand=eqkfd61jn2luf / 0
Checking cookie 239700 CookieStatus=COOKIE_OK
        f1.mail.yahoo.com .tripod.com 0 /py/ymTop.py?y=1&.rand=eqkfd61jn2luf / 0
Checking cookie 239750 UID=C525059C34998050
        f1.mail.yahoo.com .excite.com 0 /py/ymTop.py?y=1&.rand=eqkfd61jn2luf / 0
Checking cookie 2397a0 AV_UID=d765cf1011f86e
        f1.mail.yahoo.com .altavista.com 0 /py/ymTop.py?y=1&.rand=eqkfd61jn2luf 
/ 0
Checking cookie 23b338 
YM.Login=id%3d%241%24rm%24JxXK.kgvuHbPNEvny7iP11%26sid%3ds9uiTIX%252bMqeG%250a%26ts%3d%253d/%25f8%2506%25fdeI%25c2%25f7%253f%25c9%2598%25b9
        f1.mail.yahoo.com .mail.yahoo.com 1 
/py/ymTop.py?y=1&.rand=eqkfd61jn2luf / 0
Checking cookie 23b368 YM.State=YM%3d
        f1.mail.yahoo.com .mail.yahoo.com 1 
/py/ymTop.py?y=1&.rand=eqkfd61jn2luf / 0
Checking cookie 23b398 
YM.Pref=farm%3d1%26silo%3dms18%26email%3dlvirden%40yahoo.com%26sigatt%3d1%26head%3dbrief%26fwd%3dattach%26fontsz%3dnormal%26msgwidth%3d82%26order%3ddown%26inc%3d25%26goto%3dmsg
        f1.mail.yahoo.com .mail.yahoo.com 1 
/py/ymTop.py?y=1&.rand=eqkfd61jn2luf / 0
Checking cookie 23b3e8 
DNREG=02925126505.013f3094cd256401537acca1fbd7ade03705c15fdd3a
        f1.mail.yahoo.com .dejanews.com 0 /py/ymTop.py?y=1&.rand=eqkfd61jn2luf 
/ 0
Checking cookie 23b418 GTUID=04.40732.1.0.1481.30200
        f1.mail.yahoo.com .dejanews.com 0 /py/ymTop.py?y=1&.rand=eqkfd61jn2luf 
/ 0
Checking cookie 23b458 L2GUserId=925324260.72276
        f1.mail.yahoo.com .links2go.com 0 /py/ymTop.py?y=1&.rand=eqkfd61jn2luf 
/ 0
Checking cookie 23b4a8 address@hidden:90446020
        f1.mail.yahoo.com .egroups.com 0 /py/ymTop.py?y=1&.rand=eqkfd61jn2luf / 0
Checking cookie 23b4f8 RMID=86f33246372b2d90
        f1.mail.yahoo.com .usatoday.com 0 /py/ymTop.py?y=1&.rand=eqkfd61jn2luf 
/ 0
Checking cookie 23b548 YMovies=z=90404&ver=1
        f1.mail.yahoo.com movies.yahoo.com 0 
/py/ymTop.py?y=1&.rand=eqkfd61jn2luf / 0
Checking cookie 23b598 ISP=www.probe.net|2108267
        f1.mail.yahoo.com .delphi.com 0 /py/ymTop.py?y=1&.rand=eqkfd61jn2luf / 0
Checking cookie 23b5b8 
DELPHIPREF=1%7B233EB7BB%2D104B%2D11D3%2DAAE8%2D00A0C9DDBAEE%7D4gN6nx68xofzl8XfTlP15g%3D%3D
        f1.mail.yahoo.com .delphi.com 0 /py/ymTop.py?y=1&.rand=eqkfd61jn2luf / 0
Checking cookie 23b618 PNAB=:6593:
        f1.mail.yahoo.com customnews.cnn.com 0 
/py/ymTop.py?y=1&.rand=eqkfd61jn2luf /cnews 13
Checking cookie 23b648 PNAA=:Spklv Hdkobt'nBEAF0:
        f1.mail.yahoo.com customnews.cnn.com 0 
/py/ymTop.py?y=1&.rand=eqkfd61jn2luf /cnews 13
Checking cookie 23b678 PNAC=:LSZDDBX:
        f1.mail.yahoo.com customnews.cnn.com 0 
/py/ymTop.py?y=1&.rand=eqkfd61jn2luf /cnews 13
Checking cookie 23b6b8 CNN_CUSTOM=1
        f1.mail.yahoo.com .cnn.com 0 /py/ymTop.py?y=1&.rand=eqkfd61jn2luf 
/customnews 13
Checking cookie 23b728 config=service=&os=&platform=
        f1.mail.yahoo.com .go.com 0 /py/ymTop.py?y=1&.rand=eqkfd61jn2luf / 0
Checking cookie 23ce90 InfoseekUserId=B5E6E677B82161E69DCB7DD40432DA7D
        f1.mail.yahoo.com .go.com 0 /py/ymTop.py?y=1&.rand=eqkfd61jn2luf / 0
Checking cookie 23ced0 SWID=4E619152-3722-CAE9-F6E3-216EFF62FD25
        f1.mail.yahoo.com .go.com 0 /py/ymTop.py?y=1&.rand=eqkfd61jn2luf / 0
Checking cookie 23cf10 
ShopperManager%2F=SHOPPERMANAGER%2F=PPWAXS352USH2HV70022B2QWCMH32B95
        f1.mail.yahoo.com store.wizards.com 0 
/py/ymTop.py?y=1&.rand=eqkfd61jn2luf / 0
Checking cookie 23cf60 YouWin=374DD9A43895986986F33246
        f1.mail.yahoo.com .brainplay.com 0 /py/ymTop.py?y=1&.rand=eqkfd61jn2luf 
/ 0
Checking cookie 23cfa0 LASTVISIT=%7Bts+%271999%2D06%2D05+03%3A26%3A38%27%7D
        f1.mail.yahoo.com www.palmpilotgear.com 0 
/py/ymTop.py?y=1&.rand=eqkfd61jn2luf / 0
Checking cookie 23cff0 Apache=134.243.50.70.11358928070309916
        f1.mail.yahoo.com www.beseen.com 0 /py/ymTop.py?y=1&.rand=eqkfd61jn2luf 
/ 0
Checking cookie 23d040 TMog=66070656045912
        f1.mail.yahoo.com .about.com 0 /py/ymTop.py?y=1&.rand=eqkfd61jn2luf / 0
Checking cookie 23d080 
superego=2%7C27406375664a169cef%7C43068%7C6145%7C0%7C-1%7C928408737%7C9c5b914c2ad5b3e5e5ca24a745289299
        f1.mail.yahoo.com .tvgrid.com 0 /py/ymTop.py?y=1&.rand=eqkfd61jn2luf / 0
Checking cookie 23d0d0 
user=%2536%2531%2535%2531%253a%253a%2564%2572%2561%2567%256f%256e
        f1.mail.yahoo.com slashdot.org 0 /py/ymTop.py?y=1&.rand=eqkfd61jn2luf / 0
Checking cookie 23d110 LASTVISIT=%7Bts+%271999%2D06%2D07+09%3A14%3A02%27%7D
        f1.mail.yahoo.com www1.palmpilotgear.com 0 
/py/ymTop.py?y=1&.rand=eqkfd61jn2luf / 0
Checking cookie 23d160 email=lvirden%40cas%2eorg
        f1.mail.yahoo.com www.scriptics.com 0 
/py/ymTop.py?y=1&.rand=eqkfd61jn2luf / 0
Checking cookie 258b00 
T=z=hyQa3Ah4la3AkRG8DXT.diVNgY2MTc1NjE0MTY-&a=AAA&sj=CAA.ao/4TdVuvx&d=sl
        f1.mail.yahoo.com login.yahoo.com 0 
/py/ymTop.py?y=1&.rand=eqkfd61jn2luf /config 13
HTTP: Sending Cookie2: $Version ="1"
HTTP: Sending Cookie: B=ds12eqtgujh6n; 
Y=v=1&n=1scejighn0oed&l=bl8h34d/o&p=m1n1a1s411jb0g&r=01&lg=us; 
T=a=AAA&z=djUZ3AdppZ3Au5pH4gnmsVqNgY2MTc1NjE0MTY-; 
YM.Login=id%3d%241%24rm%24JxXK.kgvuHbPNEvny7iP11%26sid%3ds9uiTIX%252bMqeG%250a%26ts%3d%253d/%25f8%2506%25fdeI%25c2%25f7%253f%25c9%2598%25b9;
 YM.State=YM%3d; 
YM.Pref=farm%3d1%26silo%3dms18%26email%3dlvirden%40yahoo.com%26sigatt%3d1%26head%3dbrief%26fwd%3dattach%26fontsz%3dnormal%26msgwidth%3d82%26order%3ddown%26inc%3d25%26goto%3dmsg
Composing Authorization for 
f1.mail.yahoo.com:80/py/ymTop.py?y=1&.rand=eqkfd61jn2luf
HTAASetup_lookup: No template matched `py/ymTop.py?y=1&.rand=eqkfd61jn2luf' (so 
probably not protected)
HTTP: Not sending authorization (yet).
Writing:
GET /py/ymTop.py?y=1&.rand=eqkfd61jn2luf HTTP/1.0
Host: f1.mail.yahoo.com
Accept: text/html, text/plain, audio/x-mpeg, audio/basic, audio/*, image/jpeg, 
image/gif, image/x-xwd, image/postscript, image/ps, image/*, message/partial, 
message/external-body, application/x-tex, application/x-dvi, 
application/postscript
Accept: application/postscript, x-be2, application/andrew-inset, text/richtext, 
text/enriched, application/pdf, video/*, application/framemaker, 
application/view_pctdoc, application/x-tgif, multipart/enabled-mail, 
application/safe-tcl
Accept: application/x-ccitcl, application/pgp, application/applefile, 
text/tab-separated-values, application/x-chat, audio/x-pn-realaudio, 
application/x-xdma, application/x-rasmol, application/x-wt, video/x-mpeg, 
x-world/x-vrml, application/x-candleweb
Accept: x-conference/x-cooltalk, audio/midi, application/x-bzip2, 
application/marimba, video/x-ms-asf, image/jpeg, image/*, text/sgml, 
video/mpeg, image/jpeg, image/tiff, image/x-rgb, image/png, image/x-xbitmap, 
image/x-xbm, image/gif
Accept: application/postscript, */*;q=0.01
Accept-Encoding: gzip, compress
Accept-Language: en
User-Agent: Lynx/2.8.3dev.1 libwww-FM/2.14
From: address@hidden
Cookie2: $Version="1"
Cookie: B=ds12eqtgujh6n; 
Y=v=1&n=1scejighn0oed&l=bl8h34d/o&p=m1n1a1s411jb0g&r=01&lg=us; 
T=a=AAA&z=djUZ3AdppZ3Au5pH4gnmsVqNgY2MTc1NjE0MTY-; 
YM.Login=id%3d%241%24rm%24JxXK.kgvuHbPNEvny7iP11%26sid%3ds9uiTIX%252bMqeG%250a%26ts%3d%253d/%25f8%2506%25fdeI%25c2%25f7%253f%25c9%2598%25b9;
 YM.State=YM%3d; 
YM.Pref=farm%3d1%26silo%3dms18%26email%3dlvirden%40yahoo.com%26sigatt%3d1%26head%3dbrief%26fwd%3dattach%26fontsz%3dnormal%26msgwidth%3d82%26order%3ddown%26inc%3d25%26goto%3dmsg

----------------------------------
Sending HTTP request.
HTTP: WRITE delivered OK
HTTP request sent; waiting for response.
HTTP: Trying to read 1535
HTTP: Read 253
HTTP: Rx: HTTP/1.1 302 Found 
HTTP: Scanned 2 fields from line_buffer
--- Talking HTTP1.
HTTP/1.1 302 Found
HTTP: Picked up location 
'http://edit.my.yahoo.com/config/mail?&i=IWZkZHNKe3F%2bdWNieTiOIXRzZnNydEpidXV4dSF0ZEqOZHh4fH5iU356YmNYcnM%3d'
HTAccess:  status=399
HTAccess: 'http://f1.mail.yahoo.com/py/ymTop.py?y=1&.rand=eqkfd61jn2luf' is a 
redirection URL.
HTAccess: Redirecting to 
'http://edit.my.yahoo.com/config/mail?&i=IWZkZHNKe3F%2bdWNieTiOIXRzZnNydEpidXV4dSF0ZEqOZHh4fH5iU356YmNYcnM%3d'

getfile: getting 
http://edit.my.yahoo.com/config/mail?&i=IWZkZHNKe3F%2bdWNieTiOIXRzZnNydEpidXV4dSF0ZEqOZHh4fH5iU356YmNYcnM%3d

HTParse: 
aName:http://edit.my.yahoo.com/config/mail?&i=IWZkZHNKe3F%2bdWNieTiOIXRzZnNydEpidXV4dSF0ZEqOZHh4fH5iU356YmNYcnM%3d
   relatedName:
HTParse:      result:edit.my.yahoo.com

HTParse: 
aName:http://edit.my.yahoo.com/config/mail?&i=IWZkZHNKe3F%2bdWNieTiOIXRzZnNydEpidXV4dSF0ZEqOZHh4fH5iU356YmNYcnM%3d
   relatedName:
HTParse:      result:
Entered HTAnchor_findAddress
Anchor 260c40 with address 
`http://edit.my.yahoo.com/config/mail?&i=IWZkZHNKe3F%2bdWNieTiOIXRzZnNydEpidXV4dSF0ZEqOZHh4fH5iU356YmNYcnM%3d'
 already exists.
HTAccess: loading document 
http://edit.my.yahoo.com/config/mail?&i=IWZkZHNKe3F%2bdWNieTiOIXRzZnNydEpidXV4dSF0ZEqOZHh4fH5iU356YmNYcnM%3d
HTParse: 
aName:http://edit.my.yahoo.com/config/mail?&i=IWZkZHNKe3F%2bdWNieTiOIXRzZnNydEpidXV4dSF0ZEqOZHh4fH5iU356YmNYcnM%3d
   relatedName:file:
HTParse:      result:http
HTParse: 
aName:http://edit.my.yahoo.com/config/mail?&i=IWZkZHNKe3F%2bdWNieTiOIXRzZnNydEpidXV4dSF0ZEqOZHh4fH5iU356YmNYcnM%3d
   relatedName:
HTParse:      result:edit.my.yahoo.com
HTParse: 
aName:http://edit.my.yahoo.com/config/mail?&i=IWZkZHNKe3F%2bdWNieTiOIXRzZnNydEpidXV4dSF0ZEqOZHh4fH5iU356YmNYcnM%3d
   relatedName:
HTParse:      result:http
HTParse: 
aName:http://edit.my.yahoo.com/config/mail?&i=IWZkZHNKe3F%2bdWNieTiOIXRzZnNydEpidXV4dSF0ZEqOZHh4fH5iU356YmNYcnM%3d
   relatedName:
HTParse:      result:edit.my.yahoo.com
Looking up edit.my.yahoo.com.
HTParseInet: parsing `edit.my.yahoo.com'.
LYGetHostByName: parsing `edit.my.yahoo.com'.
CHILD gethostbyname: 25fe94 { h_name = 25feec "edit1b.yahoo.com",
         h_aliases = 25fea8 {  25fefd "204.71.201.94",  25ff0b 
"edit1b.yahoo.com",  25ff1c "204.71.201.98",  25ff2a "edit1b.yahoo.com",  
25ff3b "204.71.201.96",  25ff49 "edit1b.yahoo.com",  25ff5a "204.71.201.165",  
25ff69 "edit1b.yahoo.com",  25ff7a "204.71.201.123",  25ff89 
"edit1b.yahoo.com",  25ff9a "204.71.201.179",  25ffa9 "edit1b.yahoo.com",  
25ffba "204.71.201.91",  25ffc8 "edit1b.yahoo.com", 0x0 },
         h_addrtype = 2, h_length = 4,
         h_addr_list = 25fee4 { 25ffdc "204.71.201.97", 0x0 } }
CHILD fill_rehostent: 20ee50 { h_name = 20ee84 "edit1b.yahoo.com",
         h_aliases = 20ee6c {  20ee95 "204.71.201.94", 0x0 },
         h_addrtype = 2, h_length = 4,
         h_addr_list = 20ee64 { 20ee80 "204.71.201.97", 0x0 } }
Read from pipe: 20ee50 { h_name = 20ee84 "edit1b.yahoo.com",
         h_aliases = 20ee6c {  20ee95 "204.71.201.94", 0x0 },
         h_addrtype = 2, h_length = 4,
         h_addr_list = 20ee64 { 20ee80 "204.71.201.97", 0x0 } }
LYGetHostByName: NSL_FORK child 15299 exited, status 0x0.
End of LYGetHostByName: 20ee50 { h_name = 20ee84 "edit1b.yahoo.com",
         h_aliases = 20ee6c {  20ee95 "204.71.201.94", 0x0 },
         h_addrtype = 2, h_length = 4,
         h_addr_list = 20ee64 { 20ee80 "204.71.201.97", 0x0 } }
LYGetHostByName: Resolved name to a hostent.
HTParseInet: Parsed address as port 80, IP address 204.71.201.97
Making HTTP connection to edit.my.yahoo.com.
TCP: Error 150 in `SOCKET_ERRNO' after call to this socket's first connect() 
failed.
        Operation now in progress
TCP: Error 150 in `SOCKET_ERRNO' after call to this socket's first select() 
failed.
        Operation now in progress
HTParse: 
aName:http://edit.my.yahoo.com/config/mail?&i=IWZkZHNKe3F%2bdWNieTiOIXRzZnNydEpidXV4dSF0ZEqOZHh4fH5iU356YmNYcnM%3d
   relatedName:
1
HTParse:      
result:/config/mail?&i=IWZkZHNKe3F%2bdWNieTiOIXRzZnNydEpidXV4dSF0ZEqOZHh4fH5iU356YmNYcnM%3d
HTParse: 
aName:http://edit.my.yahoo.com/config/mail?&i=IWZkZHNKe3F%2bdWNieTiOIXRzZnNydEpidXV4dSF0ZEqOZHh4fH5iU356YmNYcnM%3d
   relatedName:
HTParse:      result:edit.my.yahoo.com
HTParse: 
aName:http://edit.my.yahoo.com/config/mail?&i=IWZkZHNKe3F%2bdWNieTiOIXRzZnNydEpidXV4dSF0ZEqOZHh4fH5iU356YmNYcnM%3d
   relatedName:
1
HTParse:      
result:/config/mail?&i=IWZkZHNKe3F%2bdWNieTiOIXRzZnNydEpidXV4dSF0ZEqOZHh4fH5iU356YmNYcnM%3d
HTParse: 
aName:http://edit.my.yahoo.com/config/mail?&i=IWZkZHNKe3F%2bdWNieTiOIXRzZnNydEpidXV4dSF0ZEqOZHh4fH5iU356YmNYcnM%3d
   relatedName:
1
HTParse:      
result:config/mail?&i=IWZkZHNKe3F%2bdWNieTiOIXRzZnNydEpidXV4dSF0ZEqOZHh4fH5iU356YmNYcnM%3d
HTParse: 
aName:http://edit.my.yahoo.com/config/mail?&i=IWZkZHNKe3F%2bdWNieTiOIXRzZnNydEpidXV4dSF0ZEqOZHh4fH5iU356YmNYcnM%3d
   relatedName:
HTParse:      result:edit.my.yahoo.com
LYCookie: Searching for 'edit.my.yahoo.com:80', 
'/config/mail?&i=IWZkZHNKe3F%2bdWNieTiOIXRzZnNydEpidXV4dSF0ZEqOZHh4fH5iU356YmNYcnM%3d'.
Checking cookie 232e58 MSPVis=$2$
        edit.my.yahoo.com .hotmail.com 0 
/config/mail?&i=IWZkZHNKe3F%2bdWNieTiOIXRzZnNydEpidXV4dSF0ZEqOZHh4fH5iU356YmNYcnM%3d
 / 0
Checking cookie 232e78 sessionId=cD4bMzIrbCYxeHM3OSo8Mnp%2Ffmk%3D
        edit.my.yahoo.com .remarq.com 0 
/config/mail?&i=IWZkZHNKe3F%2bdWNieTiOIXRzZnNydEpidXV4dSF0ZEqOZHh4fH5iU356YmNYcnM%3d
 / 0
Checking cookie 232db8 B=ds12eqtgujh6n
        edit.my.yahoo.com .yahoo.com 1 
/config/mail?&i=IWZkZHNKe3F%2bdWNieTiOIXRzZnNydEpidXV4dSF0ZEqOZHh4fH5iU356YmNYcnM%3d
 / 0
Checking cookie 232de8 
Y=v=1&n=1scejighn0oed&l=bl8h34d/o&p=m1n1a1s411jb0g&r=01&lg=us
        edit.my.yahoo.com .yahoo.com 1 
/config/mail?&i=IWZkZHNKe3F%2bdWNieTiOIXRzZnNydEpidXV4dSF0ZEqOZHh4fH5iU356YmNYcnM%3d
 / 0
Checking cookie 232e18 T=a=AAA&z=djUZ3AdppZ3Au5pH4gnmsVqNgY2MTc1NjE0MTY-
        edit.my.yahoo.com .yahoo.com 1 
/config/mail?&i=IWZkZHNKe3F%2bdWNieTiOIXRzZnNydEpidXV4dSF0ZEqOZHh4fH5iU356YmNYcnM%3d
 / 0
Checking cookie 232eb8 referrer=www.vim.org
        edit.my.yahoo.com .findmail.com 0 
/config/mail?&i=IWZkZHNKe3F%2bdWNieTiOIXRzZnNydEpidXV4dSF0ZEqOZHh4fH5iU356YmNYcnM%3d
 / 0
Checking cookie 239420 ServiceID=61028
        edit.my.yahoo.com www.tvguide.com 0 
/config/mail?&i=IWZkZHNKe3F%2bdWNieTiOIXRzZnNydEpidXV4dSF0ZEqOZHh4fH5iU356YmNYcnM%3d
 / 0
Checking cookie 239460 Zip=43068
        edit.my.yahoo.com www.tvguide.com 0 
/config/mail?&i=IWZkZHNKe3F%2bdWNieTiOIXRzZnNydEpidXV4dSF0ZEqOZHh4fH5iU356YmNYcnM%3d
 / 0
Checking cookie 2394b0 UIDC=134.243.50.70:0927283166:754080
        edit.my.yahoo.com .netscape.com 0 
/config/mail?&i=IWZkZHNKe3F%2bdWNieTiOIXRzZnNydEpidXV4dSF0ZEqOZHh4fH5iU356YmNYcnM%3d
 / 0
Checking cookie 239500 UID=927226033-16629
        edit.my.yahoo.com .savvysearch.com 0 
/config/mail?&i=IWZkZHNKe3F%2bdWNieTiOIXRzZnNydEpidXV4dSF0ZEqOZHh4fH5iU356YmNYcnM%3d
 / 0
Checking cookie 239550 PalmCentralUsername=lvirden
        edit.my.yahoo.com new.palmcentral.com 0 
/config/mail?&i=IWZkZHNKe3F%2bdWNieTiOIXRzZnNydEpidXV4dSF0ZEqOZHh4fH5iU356YmNYcnM%3d
 / 0
Checking cookie 239580 PalmCentralPassword=MYPASSWORD
        edit.my.yahoo.com new.palmcentral.com 0 
/config/mail?&i=IWZkZHNKe3F%2bdWNieTiOIXRzZnNydEpidXV4dSF0ZEqOZHh4fH5iU356YmNYcnM%3d
 / 0
Checking cookie 2395d0 DNWPSR=Fmt&T1.0&V&87c93606053576a9f50a2c000060b11038
        edit.my.yahoo.com .deja.com 0 
/config/mail?&i=IWZkZHNKe3F%2bdWNieTiOIXRzZnNydEpidXV4dSF0ZEqOZHh4fH5iU356YmNYcnM%3d
 /rate -15
Checking cookie 239600 GTUID=04.40732.1.0.1481.30200
        edit.my.yahoo.com .deja.com 0 
/config/mail?&i=IWZkZHNKe3F%2bdWNieTiOIXRzZnNydEpidXV4dSF0ZEqOZHh4fH5iU356YmNYcnM%3d
 / 0
Checking cookie 239630 
DNREG=03928410736.016f10b45dc5e46156a94131198f7b11716e82c926811dffc5339c9190b38a5ef55dde814c3a5fbad8a4dcc4febc4bd4b02459c9ce517694c1b0e2c15f82038e11a2e5e68fb1670756633e84363e83592066689265145556ddc6a5a4252ab0169abc54edd4bb1e0789e1318b014d70fb1c7c47d85de129f28993c9e4698bc746a1a38236103a2ec3a4d8bd3d068cc177ecfaf696564d0b72d980a1d28c0af70c84d10130fe4c99b081710a9f8f3344d446fe9f8b2e6f4e3dbf543000f1dbeb
        edit.my.yahoo.com .deja.com 0 
/config/mail?&i=IWZkZHNKe3F%2bdWNieTiOIXRzZnNydEpidXV4dSF0ZEqOZHh4fH5iU356YmNYcnM%3d
 / 0
Checking cookie 239670 
s_cur_1_0=0101sisi09269798567910d3Jx4+POyJakrMyclp+tq6Cdn5uonJt6a4Ln5crU5M7Rxq2mnp6ZqKyppW0=
        edit.my.yahoo.com .news.com 0 
/config/mail?&i=IWZkZHNKe3F%2bdWNieTiOIXRzZnNydEpidXV4dSF0ZEqOZHh4fH5iU356YmNYcnM%3d
 / 0
Checking cookie 2396c0 email=lvirden%40cas%2Eorg
        edit.my.yahoo.com www.comicnexus.com 0 
/config/mail?&i=IWZkZHNKe3F%2bdWNieTiOIXRzZnNydEpidXV4dSF0ZEqOZHh4fH5iU356YmNYcnM%3d
 / 0
Checking cookie 239700 CookieStatus=COOKIE_OK
        edit.my.yahoo.com .tripod.com 0 
/config/mail?&i=IWZkZHNKe3F%2bdWNieTiOIXRzZnNydEpidXV4dSF0ZEqOZHh4fH5iU356YmNYcnM%3d
 / 0
Checking cookie 239750 UID=C525059C34998050
        edit.my.yahoo.com .excite.com 0 
/config/mail?&i=IWZkZHNKe3F%2bdWNieTiOIXRzZnNydEpidXV4dSF0ZEqOZHh4fH5iU356YmNYcnM%3d
 / 0
Checking cookie 2397a0 AV_UID=d765cf1011f86e
        edit.my.yahoo.com .altavista.com 0 
/config/mail?&i=IWZkZHNKe3F%2bdWNieTiOIXRzZnNydEpidXV4dSF0ZEqOZHh4fH5iU356YmNYcnM%3d
 / 0
Checking cookie 23b338 
YM.Login=id%3d%241%24rm%24JxXK.kgvuHbPNEvny7iP11%26sid%3ds9uiTIX%252bMqeG%250a%26ts%3d%253d/%25f8%2506%25fdeI%25c2%25f7%253f%25c9%2598%25b9
        edit.my.yahoo.com .mail.yahoo.com 0 
/config/mail?&i=IWZkZHNKe3F%2bdWNieTiOIXRzZnNydEpidXV4dSF0ZEqOZHh4fH5iU356YmNYcnM%3d
 / 0
Checking cookie 23b368 YM.State=YM%3d
        edit.my.yahoo.com .mail.yahoo.com 0 
/config/mail?&i=IWZkZHNKe3F%2bdWNieTiOIXRzZnNydEpidXV4dSF0ZEqOZHh4fH5iU356YmNYcnM%3d
 / 0
Checking cookie 23b398 
YM.Pref=farm%3d1%26silo%3dms18%26email%3dlvirden%40yahoo.com%26sigatt%3d1%26head%3dbrief%26fwd%3dattach%26fontsz%3dnormal%26msgwidth%3d82%26order%3ddown%26inc%3d25%26goto%3dmsg
        edit.my.yahoo.com .mail.yahoo.com 0 
/config/mail?&i=IWZkZHNKe3F%2bdWNieTiOIXRzZnNydEpidXV4dSF0ZEqOZHh4fH5iU356YmNYcnM%3d
 / 0
Checking cookie 23b3e8 
DNREG=02925126505.013f3094cd256401537acca1fbd7ade03705c15fdd3a
        edit.my.yahoo.com .dejanews.com 0 
/config/mail?&i=IWZkZHNKe3F%2bdWNieTiOIXRzZnNydEpidXV4dSF0ZEqOZHh4fH5iU356YmNYcnM%3d
 / 0
Checking cookie 23b418 GTUID=04.40732.1.0.1481.30200
        edit.my.yahoo.com .dejanews.com 0 
/config/mail?&i=IWZkZHNKe3F%2bdWNieTiOIXRzZnNydEpidXV4dSF0ZEqOZHh4fH5iU356YmNYcnM%3d
 / 0
Checking cookie 23b458 L2GUserId=925324260.72276
        edit.my.yahoo.com .links2go.com 0 
/config/mail?&i=IWZkZHNKe3F%2bdWNieTiOIXRzZnNydEpidXV4dSF0ZEqOZHh4fH5iU356YmNYcnM%3d
 / 0
Checking cookie 23b4a8 address@hidden:90446020
        edit.my.yahoo.com .egroups.com 0 
/config/mail?&i=IWZkZHNKe3F%2bdWNieTiOIXRzZnNydEpidXV4dSF0ZEqOZHh4fH5iU356YmNYcnM%3d
 / 0
Checking cookie 23b4f8 RMID=86f33246372b2d90
        edit.my.yahoo.com .usatoday.com 0 
/config/mail?&i=IWZkZHNKe3F%2bdWNieTiOIXRzZnNydEpidXV4dSF0ZEqOZHh4fH5iU356YmNYcnM%3d
 / 0
Checking cookie 23b548 YMovies=z=90404&ver=1
        edit.my.yahoo.com movies.yahoo.com 0 
/config/mail?&i=IWZkZHNKe3F%2bdWNieTiOIXRzZnNydEpidXV4dSF0ZEqOZHh4fH5iU356YmNYcnM%3d
 / 0
Checking cookie 23b598 ISP=www.probe.net|2108267
        edit.my.yahoo.com .delphi.com 0 
/config/mail?&i=IWZkZHNKe3F%2bdWNieTiOIXRzZnNydEpidXV4dSF0ZEqOZHh4fH5iU356YmNYcnM%3d
 / 0
Checking cookie 23b5b8 
DELPHIPREF=1%7B233EB7BB%2D104B%2D11D3%2DAAE8%2D00A0C9DDBAEE%7D4gN6nx68xofzl8XfTlP15g%3D%3D
        edit.my.yahoo.com .delphi.com 0 
/config/mail?&i=IWZkZHNKe3F%2bdWNieTiOIXRzZnNydEpidXV4dSF0ZEqOZHh4fH5iU356YmNYcnM%3d
 / 0
Checking cookie 23b618 PNAB=:6593:
        edit.my.yahoo.com customnews.cnn.com 0 
/config/mail?&i=IWZkZHNKe3F%2bdWNieTiOIXRzZnNydEpidXV4dSF0ZEqOZHh4fH5iU356YmNYcnM%3d
 /cnews 1
Checking cookie 23b648 PNAA=:Spklv Hdkobt'nBEAF0:
        edit.my.yahoo.com customnews.cnn.com 0 
/config/mail?&i=IWZkZHNKe3F%2bdWNieTiOIXRzZnNydEpidXV4dSF0ZEqOZHh4fH5iU356YmNYcnM%3d
 /cnews 1
Checking cookie 23b678 PNAC=:LSZDDBX:
        edit.my.yahoo.com customnews.cnn.com 0 
/config/mail?&i=IWZkZHNKe3F%2bdWNieTiOIXRzZnNydEpidXV4dSF0ZEqOZHh4fH5iU356YmNYcnM%3d
 /cnews 1
Checking cookie 23b6b8 CNN_CUSTOM=1
        edit.my.yahoo.com .cnn.com 0 
/config/mail?&i=IWZkZHNKe3F%2bdWNieTiOIXRzZnNydEpidXV4dSF0ZEqOZHh4fH5iU356YmNYcnM%3d
 /customnews -6
Checking cookie 23b728 config=service=&os=&platform=
        edit.my.yahoo.com .go.com 0 
/config/mail?&i=IWZkZHNKe3F%2bdWNieTiOIXRzZnNydEpidXV4dSF0ZEqOZHh4fH5iU356YmNYcnM%3d
 / 0
Checking cookie 23ce90 InfoseekUserId=B5E6E677B82161E69DCB7DD40432DA7D
        edit.my.yahoo.com .go.com 0 
/config/mail?&i=IWZkZHNKe3F%2bdWNieTiOIXRzZnNydEpidXV4dSF0ZEqOZHh4fH5iU356YmNYcnM%3d
 / 0
Checking cookie 23ced0 SWID=4E619152-3722-CAE9-F6E3-216EFF62FD25
        edit.my.yahoo.com .go.com 0 
/config/mail?&i=IWZkZHNKe3F%2bdWNieTiOIXRzZnNydEpidXV4dSF0ZEqOZHh4fH5iU356YmNYcnM%3d
 / 0
Checking cookie 23cf10 
ShopperManager%2F=SHOPPERMANAGER%2F=PPWAXS352USH2HV70022B2QWCMH32B95
        edit.my.yahoo.com store.wizards.com 0 
/config/mail?&i=IWZkZHNKe3F%2bdWNieTiOIXRzZnNydEpidXV4dSF0ZEqOZHh4fH5iU356YmNYcnM%3d
 / 0
Checking cookie 23cf60 YouWin=374DD9A43895986986F33246
        edit.my.yahoo.com .brainplay.com 0 
/config/mail?&i=IWZkZHNKe3F%2bdWNieTiOIXRzZnNydEpidXV4dSF0ZEqOZHh4fH5iU356YmNYcnM%3d
 / 0
Checking cookie 23cfa0 LASTVISIT=%7Bts+%271999%2D06%2D05+03%3A26%3A38%27%7D
        edit.my.yahoo.com www.palmpilotgear.com 0 
/config/mail?&i=IWZkZHNKe3F%2bdWNieTiOIXRzZnNydEpidXV4dSF0ZEqOZHh4fH5iU356YmNYcnM%3d
 / 0
Checking cookie 23cff0 Apache=134.243.50.70.11358928070309916
        edit.my.yahoo.com www.beseen.com 0 
/config/mail?&i=IWZkZHNKe3F%2bdWNieTiOIXRzZnNydEpidXV4dSF0ZEqOZHh4fH5iU356YmNYcnM%3d
 / 0
Checking cookie 23d040 TMog=66070656045912
        edit.my.yahoo.com .about.com 0 
/config/mail?&i=IWZkZHNKe3F%2bdWNieTiOIXRzZnNydEpidXV4dSF0ZEqOZHh4fH5iU356YmNYcnM%3d
 / 0
Checking cookie 23d080 
superego=2%7C27406375664a169cef%7C43068%7C6145%7C0%7C-1%7C928408737%7C9c5b914c2ad5b3e5e5ca24a745289299
        edit.my.yahoo.com .tvgrid.com 0 
/config/mail?&i=IWZkZHNKe3F%2bdWNieTiOIXRzZnNydEpidXV4dSF0ZEqOZHh4fH5iU356YmNYcnM%3d
 / 0
Checking cookie 23d0d0 
user=%2536%2531%2535%2531%253a%253a%2564%2572%2561%2567%256f%256e
        edit.my.yahoo.com slashdot.org 0 
/config/mail?&i=IWZkZHNKe3F%2bdWNieTiOIXRzZnNydEpidXV4dSF0ZEqOZHh4fH5iU356YmNYcnM%3d
 / 0
Checking cookie 23d110 LASTVISIT=%7Bts+%271999%2D06%2D07+09%3A14%3A02%27%7D
        edit.my.yahoo.com www1.palmpilotgear.com 0 
/config/mail?&i=IWZkZHNKe3F%2bdWNieTiOIXRzZnNydEpidXV4dSF0ZEqOZHh4fH5iU356YmNYcnM%3d
 / 0
Checking cookie 23d160 email=lvirden%40cas%2eorg
        edit.my.yahoo.com www.scriptics.com 0 
/config/mail?&i=IWZkZHNKe3F%2bdWNieTiOIXRzZnNydEpidXV4dSF0ZEqOZHh4fH5iU356YmNYcnM%3d
 / 0
Checking cookie 258b00 
T=z=hyQa3Ah4la3AkRG8DXT.diVNgY2MTc1NjE0MTY-&a=AAA&sj=CAA.ao/4TdVuvx&d=sl
        edit.my.yahoo.com login.yahoo.com 0 
/config/mail?&i=IWZkZHNKe3F%2bdWNieTiOIXRzZnNydEpidXV4dSF0ZEqOZHh4fH5iU356YmNYcnM%3d
 /config 0
HTTP: Sending Cookie2: $Version ="1"
HTTP: Sending Cookie: B=ds12eqtgujh6n; 
Y=v=1&n=1scejighn0oed&l=bl8h34d/o&p=m1n1a1s411jb0g&r=01&lg=us; 
T=a=AAA&z=djUZ3AdppZ3Au5pH4gnmsVqNgY2MTc1NjE0MTY-
Composing Authorization for 
edit.my.yahoo.com:80/config/mail?&i=IWZkZHNKe3F%2bdWNieTiOIXRzZnNydEpidXV4dSF0ZEqOZHh4fH5iU356YmNYcnM%3d
HTAASetup_lookup: No template matched 
`config/mail?&i=IWZkZHNKe3F%2bdWNieTiOIXRzZnNydEpidXV4dSF0ZEqOZHh4fH5iU356YmNYcnM%3d'
 (so probably not protected)
HTTP: Not sending authorization (yet).
Writing:
GET 
/config/mail?&i=IWZkZHNKe3F%2bdWNieTiOIXRzZnNydEpidXV4dSF0ZEqOZHh4fH5iU356YmNYcnM%3d
 HTTP/1.0
Host: edit.my.yahoo.com
Accept: text/html, text/plain, audio/x-mpeg, audio/basic, audio/*, image/jpeg, 
image/gif, image/x-xwd, image/postscript, image/ps, image/*, message/partial, 
message/external-body, application/x-tex, application/x-dvi, 
application/postscript
Accept: application/postscript, x-be2, application/andrew-inset, text/richtext, 
text/enriched, application/pdf, video/*, application/framemaker, 
application/view_pctdoc, application/x-tgif, multipart/enabled-mail, 
application/safe-tcl
Accept: application/x-ccitcl, application/pgp, application/applefile, 
text/tab-separated-values, application/x-chat, audio/x-pn-realaudio, 
application/x-xdma, application/x-rasmol, application/x-wt, video/x-mpeg, 
x-world/x-vrml, application/x-candleweb
Accept: x-conference/x-cooltalk, audio/midi, application/x-bzip2, 
application/marimba, video/x-ms-asf, image/jpeg, image/*, text/sgml, 
video/mpeg, image/jpeg, image/tiff, image/x-rgb, image/png, image/x-xbitmap, 
image/x-xbm, image/gif
Accept: application/postscript, */*;q=0.01
Accept-Encoding: gzip, compress
Accept-Language: en
User-Agent: Lynx/2.8.3dev.1 libwww-FM/2.14
From: address@hidden
Cookie2: $Version="1"
Cookie: B=ds12eqtgujh6n; 
Y=v=1&n=1scejighn0oed&l=bl8h34d/o&p=m1n1a1s411jb0g&r=01&lg=us; 
T=a=AAA&z=djUZ3AdppZ3Au5pH4gnmsVqNgY2MTc1NjE0MTY-

----------------------------------
Sending HTTP request.
HTTP: WRITE delivered OK
HTTP request sent; waiting for response.
HTTP: Trying to read 1535
HTTP: Read 565
HTTP: Rx: HTTP/1.1 302 Found 
HTTP: Scanned 2 fields from line_buffer
--- Talking HTTP1.
HTTP/1.1 302 Found
HTTP: Picked up location 
'http://login.yahoo.com/config/login_verify2?.src=ym&.lg=us&.done=http%3a//f1.mail.yahoo.com/py/ymTop.py%3fy=1%26.rand=9rf8aqm5fo2o0'
HTAccess:  status=399
HTAccess: 
'http://edit.my.yahoo.com/config/mail?&i=IWZkZHNKe3F%2bdWNieTiOIXRzZnNydEpidXV4dSF0ZEqOZHh4fH5iU356YmNYcnM%3d'
 is a redirection URL.
HTAccess: Redirecting to 
'http://login.yahoo.com/config/login_verify2?.src=ym&.lg=us&.done=http%3a//f1.mail.yahoo.com/py/ymTop.py%3fy=1%26.rand=9rf8aqm5fo2o0'

getfile: getting 
http://login.yahoo.com/config/login_verify2?.src=ym&.lg=us&.done=http%3a//f1.mail.yahoo.com/py/ymTop.py%3fy=1%26.rand=9rf8aqm5fo2o0

HTParse: 
aName:http://login.yahoo.com/config/login_verify2?.src=ym&.lg=us&.done=http%3a//f1.mail.yahoo.com/py/ymTop.py%3fy=1%26.rand=9rf8aqm5fo2o0
   relatedName:
HTParse:      result:login.yahoo.com

HTParse: 
aName:http://login.yahoo.com/config/login_verify2?.src=ym&.lg=us&.done=http%3a//f1.mail.yahoo.com/py/ymTop.py%3fy=1%26.rand=9rf8aqm5fo2o0
   relatedName:
HTParse:      result:
Entered HTAnchor_findAddress
New anchor 2696a8 has hash 75 and address 
`http://login.yahoo.com/config/login_verify2?.src=ym&.lg=us&.done=http%3a//f1.mail.yahoo.com/py/ymTop.py%3fy=1%26.rand=9rf8aqm5fo2o0'
HTAccess: loading document 
http://login.yahoo.com/config/login_verify2?.src=ym&.lg=us&.done=http%3a//f1.mail.yahoo.com/py/ymTop.py%3fy=1%26.rand=9rf8aqm5fo2o0
HTParse: 
aName:http://login.yahoo.com/config/login_verify2?.src=ym&.lg=us&.done=http%3a//f1.mail.yahoo.com/py/ymTop.py%3fy=1%26.rand=9rf8aqm5fo2o0
   relatedName:file:
HTParse:      result:http
HTParse: 
aName:http://login.yahoo.com/config/login_verify2?.src=ym&.lg=us&.done=http%3a//f1.mail.yahoo.com/py/ymTop.py%3fy=1%26.rand=9rf8aqm5fo2o0
   relatedName:
HTParse:      result:login.yahoo.com
HTParse: 
aName:http://login.yahoo.com/config/login_verify2?.src=ym&.lg=us&.done=http%3a//f1.mail.yahoo.com/py/ymTop.py%3fy=1%26.rand=9rf8aqm5fo2o0
   relatedName:
HTParse:      result:http
HTParse: 
aName:http://login.yahoo.com/config/login_verify2?.src=ym&.lg=us&.done=http%3a//f1.mail.yahoo.com/py/ymTop.py%3fy=1%26.rand=9rf8aqm5fo2o0
   relatedName:
HTParse:      result:login.yahoo.com
Looking up login.yahoo.com.
HTParseInet: parsing `login.yahoo.com'.
LYGetHostByName: parsing `login.yahoo.com'.
CHILD gethostbyname: 25fecc { h_name = 25ff04 "login.yahoo.com",
         h_aliases = 25fee0 {  25ff14 "204.71.200.184",  25ff23 
"login.yahoo.com",  25ff33 "204.71.200.218",  25ff42 "login.yahoo.com",  25ff52 
"204.71.200.183",  25ff61 "login.yahoo.com", 0x0 },
         h_addrtype = 2, h_length = 4,
         h_addr_list = 25fefc { 25ff74 "204.71.201.135", 0x0 } }
CHILD fill_rehostent: 20ee50 { h_name = 20ee80 "login.yahoo.com",
         h_aliases = 20ee6c {  20ee90 "204.71.200.184", 0x0 },
         h_addrtype = 2, h_length = 4,
         h_addr_list = 20ee64 { 20ee7c "204.71.201.135", 0x0 } }
Read from pipe: 20ee50 { h_name = 20ee80 "login.yahoo.com",
         h_aliases = 20ee6c {  20ee90 "204.71.200.184", 0x0 },
         h_addrtype = 2, h_length = 4,
         h_addr_list = 20ee64 { 20ee7c "204.71.201.135", 0x0 } }
LYGetHostByName: NSL_FORK child 15300 exited, status 0x0.
End of LYGetHostByName: 20ee50 { h_name = 20ee80 "login.yahoo.com",
         h_aliases = 20ee6c {  20ee90 "204.71.200.184", 0x0 },
         h_addrtype = 2, h_length = 4,
         h_addr_list = 20ee64 { 20ee7c "204.71.201.135", 0x0 } }
LYGetHostByName: Resolved name to a hostent.
HTParseInet: Parsed address as port 80, IP address 204.71.201.135
Making HTTP connection to login.yahoo.com.
TCP: Error 150 in `SOCKET_ERRNO' after call to this socket's first connect() 
failed.
        Operation now in progress
TCP: Error 150 in `SOCKET_ERRNO' after call to this socket's first select() 
failed.
        Operation now in progress
HTParse: 
aName:http://login.yahoo.com/config/login_verify2?.src=ym&.lg=us&.done=http%3a//f1.mail.yahoo.com/py/ymTop.py%3fy=1%26.rand=9rf8aqm5fo2o0
   relatedName:
1
HTParse:      
result:/config/login_verify2?.src=ym&.lg=us&.done=http%3a//f1.mail.yahoo.com/py/ymTop.py%3fy=1%26.rand=9rf8aqm5fo2o0
HTParse: 
aName:http://login.yahoo.com/config/login_verify2?.src=ym&.lg=us&.done=http%3a//f1.mail.yahoo.com/py/ymTop.py%3fy=1%26.rand=9rf8aqm5fo2o0
   relatedName:
HTParse:      result:login.yahoo.com
HTParse: 
aName:http://login.yahoo.com/config/login_verify2?.src=ym&.lg=us&.done=http%3a//f1.mail.yahoo.com/py/ymTop.py%3fy=1%26.rand=9rf8aqm5fo2o0
   relatedName:
1
HTParse:      
result:/config/login_verify2?.src=ym&.lg=us&.done=http%3a//f1.mail.yahoo.com/py/ymTop.py%3fy=1%26.rand=9rf8aqm5fo2o0
HTParse: 
aName:http://login.yahoo.com/config/login_verify2?.src=ym&.lg=us&.done=http%3a//f1.mail.yahoo.com/py/ymTop.py%3fy=1%26.rand=9rf8aqm5fo2o0
   relatedName:
1
HTParse:      
result:config/login_verify2?.src=ym&.lg=us&.done=http%3a//f1.mail.yahoo.com/py/ymTop.py%3fy=1%26.rand=9rf8aqm5fo2o0
HTParse: 
aName:http://login.yahoo.com/config/login_verify2?.src=ym&.lg=us&.done=http%3a//f1.mail.yahoo.com/py/ymTop.py%3fy=1%26.rand=9rf8aqm5fo2o0
   relatedName:
HTParse:      result:login.yahoo.com
LYCookie: Searching for 'login.yahoo.com:80', 
'/config/login_verify2?.src=ym&.lg=us&.done=http%3a//f1.mail.yahoo.com/py/ymTop.py%3fy=1%26.rand=9rf8aqm5fo2o0'.
Checking cookie 232e58 MSPVis=$2$
        login.yahoo.com .hotmail.com 0 
/config/login_verify2?.src=ym&.lg=us&.done=http%3a//f1.mail.yahoo.com/py/ymTop.py%3fy=1%26.rand=9rf8aqm5fo2o0
 / 0
Checking cookie 232e78 sessionId=cD4bMzIrbCYxeHM3OSo8Mnp%2Ffmk%3D
        login.yahoo.com .remarq.com 0 
/config/login_verify2?.src=ym&.lg=us&.done=http%3a//f1.mail.yahoo.com/py/ymTop.py%3fy=1%26.rand=9rf8aqm5fo2o0
 / 0
Checking cookie 232db8 B=ds12eqtgujh6n
        login.yahoo.com .yahoo.com 1 
/config/login_verify2?.src=ym&.lg=us&.done=http%3a//f1.mail.yahoo.com/py/ymTop.py%3fy=1%26.rand=9rf8aqm5fo2o0
 / 0
Checking cookie 232de8 
Y=v=1&n=1scejighn0oed&l=bl8h34d/o&p=m1n1a1s411jb0g&r=01&lg=us
        login.yahoo.com .yahoo.com 1 
/config/login_verify2?.src=ym&.lg=us&.done=http%3a//f1.mail.yahoo.com/py/ymTop.py%3fy=1%26.rand=9rf8aqm5fo2o0
 / 0
Checking cookie 232e18 T=a=AAA&z=djUZ3AdppZ3Au5pH4gnmsVqNgY2MTc1NjE0MTY-
        login.yahoo.com .yahoo.com 1 
/config/login_verify2?.src=ym&.lg=us&.done=http%3a//f1.mail.yahoo.com/py/ymTop.py%3fy=1%26.rand=9rf8aqm5fo2o0
 / 0
Checking cookie 232eb8 referrer=www.vim.org
        login.yahoo.com .findmail.com 0 
/config/login_verify2?.src=ym&.lg=us&.done=http%3a//f1.mail.yahoo.com/py/ymTop.py%3fy=1%26.rand=9rf8aqm5fo2o0
 / 0
Checking cookie 239420 ServiceID=61028
        login.yahoo.com www.tvguide.com 0 
/config/login_verify2?.src=ym&.lg=us&.done=http%3a//f1.mail.yahoo.com/py/ymTop.py%3fy=1%26.rand=9rf8aqm5fo2o0
 / 0
Checking cookie 239460 Zip=43068
        login.yahoo.com www.tvguide.com 0 
/config/login_verify2?.src=ym&.lg=us&.done=http%3a//f1.mail.yahoo.com/py/ymTop.py%3fy=1%26.rand=9rf8aqm5fo2o0
 / 0
Checking cookie 2394b0 UIDC=134.243.50.70:0927283166:754080
        login.yahoo.com .netscape.com 0 
/config/login_verify2?.src=ym&.lg=us&.done=http%3a//f1.mail.yahoo.com/py/ymTop.py%3fy=1%26.rand=9rf8aqm5fo2o0
 / 0
Checking cookie 239500 UID=927226033-16629
        login.yahoo.com .savvysearch.com 0 
/config/login_verify2?.src=ym&.lg=us&.done=http%3a//f1.mail.yahoo.com/py/ymTop.py%3fy=1%26.rand=9rf8aqm5fo2o0
 / 0
Checking cookie 239550 PalmCentralUsername=lvirden
        login.yahoo.com new.palmcentral.com 0 
/config/login_verify2?.src=ym&.lg=us&.done=http%3a//f1.mail.yahoo.com/py/ymTop.py%3fy=1%26.rand=9rf8aqm5fo2o0
 / 0
Checking cookie 239580 PalmCentralPassword=MYPASSWORD
        login.yahoo.com new.palmcentral.com 0 
/config/login_verify2?.src=ym&.lg=us&.done=http%3a//f1.mail.yahoo.com/py/ymTop.py%3fy=1%26.rand=9rf8aqm5fo2o0
 / 0
Checking cookie 2395d0 DNWPSR=Fmt&T1.0&V&87c93606053576a9f50a2c000060b11038
        login.yahoo.com .deja.com 0 
/config/login_verify2?.src=ym&.lg=us&.done=http%3a//f1.mail.yahoo.com/py/ymTop.py%3fy=1%26.rand=9rf8aqm5fo2o0
 /rate -15
Checking cookie 239600 GTUID=04.40732.1.0.1481.30200
        login.yahoo.com .deja.com 0 
/config/login_verify2?.src=ym&.lg=us&.done=http%3a//f1.mail.yahoo.com/py/ymTop.py%3fy=1%26.rand=9rf8aqm5fo2o0
 / 0
Checking cookie 239630 
DNREG=03928410736.016f10b45dc5e46156a94131198f7b11716e82c926811dffc5339c9190b38a5ef55dde814c3a5fbad8a4dcc4febc4bd4b02459c9ce517694c1b0e2c15f82038e11a2e5e68fb1670756633e84363e83592066689265145556ddc6a5a4252ab0169abc54edd4bb1e0789e1318b014d70fb1c7c47d85de129f28993c9e4698bc746a1a38236103a2ec3a4d8bd3d068cc177ecfaf696564d0b72d980a1d28c0af70c84d10130fe4c99b081710a9f8f3344d446fe9f8b2e6f4e3dbf543000f1dbeb
        login.yahoo.com .deja.com 0 
/config/login_verify2?.src=ym&.lg=us&.done=http%3a//f1.mail.yahoo.com/py/ymTop.py%3fy=1%26.rand=9rf8aqm5fo2o0
 / 0
Checking cookie 239670 
s_cur_1_0=0101sisi09269798567910d3Jx4+POyJakrMyclp+tq6Cdn5uonJt6a4Ln5crU5M7Rxq2mnp6ZqKyppW0=
        login.yahoo.com .news.com 0 
/config/login_verify2?.src=ym&.lg=us&.done=http%3a//f1.mail.yahoo.com/py/ymTop.py%3fy=1%26.rand=9rf8aqm5fo2o0
 / 0
Checking cookie 2396c0 email=lvirden%40cas%2Eorg
        login.yahoo.com www.comicnexus.com 0 
/config/login_verify2?.src=ym&.lg=us&.done=http%3a//f1.mail.yahoo.com/py/ymTop.py%3fy=1%26.rand=9rf8aqm5fo2o0
 / 0
Checking cookie 239700 CookieStatus=COOKIE_OK
        login.yahoo.com .tripod.com 0 
/config/login_verify2?.src=ym&.lg=us&.done=http%3a//f1.mail.yahoo.com/py/ymTop.py%3fy=1%26.rand=9rf8aqm5fo2o0
 / 0
Checking cookie 239750 UID=C525059C34998050
        login.yahoo.com .excite.com 0 
/config/login_verify2?.src=ym&.lg=us&.done=http%3a//f1.mail.yahoo.com/py/ymTop.py%3fy=1%26.rand=9rf8aqm5fo2o0
 / 0
Checking cookie 2397a0 AV_UID=d765cf1011f86e
        login.yahoo.com .altavista.com 0 
/config/login_verify2?.src=ym&.lg=us&.done=http%3a//f1.mail.yahoo.com/py/ymTop.py%3fy=1%26.rand=9rf8aqm5fo2o0
 / 0
Checking cookie 23b338 
YM.Login=id%3d%241%24rm%24JxXK.kgvuHbPNEvny7iP11%26sid%3ds9uiTIX%252bMqeG%250a%26ts%3d%253d/%25f8%2506%25fdeI%25c2%25f7%253f%25c9%2598%25b9
        login.yahoo.com .mail.yahoo.com 0 
/config/login_verify2?.src=ym&.lg=us&.done=http%3a//f1.mail.yahoo.com/py/ymTop.py%3fy=1%26.rand=9rf8aqm5fo2o0
 / 0
Checking cookie 23b368 YM.State=YM%3d
        login.yahoo.com .mail.yahoo.com 0 
/config/login_verify2?.src=ym&.lg=us&.done=http%3a//f1.mail.yahoo.com/py/ymTop.py%3fy=1%26.rand=9rf8aqm5fo2o0
 / 0
Checking cookie 23b398 
YM.Pref=farm%3d1%26silo%3dms18%26email%3dlvirden%40yahoo.com%26sigatt%3d1%26head%3dbrief%26fwd%3dattach%26fontsz%3dnormal%26msgwidth%3d82%26order%3ddown%26inc%3d25%26goto%3dmsg
        login.yahoo.com .mail.yahoo.com 0 
/config/login_verify2?.src=ym&.lg=us&.done=http%3a//f1.mail.yahoo.com/py/ymTop.py%3fy=1%26.rand=9rf8aqm5fo2o0
 / 0
Checking cookie 23b3e8 
DNREG=02925126505.013f3094cd256401537acca1fbd7ade03705c15fdd3a
        login.yahoo.com .dejanews.com 0 
/config/login_verify2?.src=ym&.lg=us&.done=http%3a//f1.mail.yahoo.com/py/ymTop.py%3fy=1%26.rand=9rf8aqm5fo2o0
 / 0
Checking cookie 23b418 GTUID=04.40732.1.0.1481.30200
        login.yahoo.com .dejanews.com 0 
/config/login_verify2?.src=ym&.lg=us&.done=http%3a//f1.mail.yahoo.com/py/ymTop.py%3fy=1%26.rand=9rf8aqm5fo2o0
 / 0
Checking cookie 23b458 L2GUserId=925324260.72276
        login.yahoo.com .links2go.com 0 
/config/login_verify2?.src=ym&.lg=us&.done=http%3a//f1.mail.yahoo.com/py/ymTop.py%3fy=1%26.rand=9rf8aqm5fo2o0
 / 0
Checking cookie 23b4a8 address@hidden:90446020
        login.yahoo.com .egroups.com 0 
/config/login_verify2?.src=ym&.lg=us&.done=http%3a//f1.mail.yahoo.com/py/ymTop.py%3fy=1%26.rand=9rf8aqm5fo2o0
 / 0
Checking cookie 23b4f8 RMID=86f33246372b2d90
        login.yahoo.com .usatoday.com 0 
/config/login_verify2?.src=ym&.lg=us&.done=http%3a//f1.mail.yahoo.com/py/ymTop.py%3fy=1%26.rand=9rf8aqm5fo2o0
 / 0
Checking cookie 23b548 YMovies=z=90404&ver=1
        login.yahoo.com movies.yahoo.com 0 
/config/login_verify2?.src=ym&.lg=us&.done=http%3a//f1.mail.yahoo.com/py/ymTop.py%3fy=1%26.rand=9rf8aqm5fo2o0
 / 0
Checking cookie 23b598 ISP=www.probe.net|2108267
        login.yahoo.com .delphi.com 0 
/config/login_verify2?.src=ym&.lg=us&.done=http%3a//f1.mail.yahoo.com/py/ymTop.py%3fy=1%26.rand=9rf8aqm5fo2o0
 / 0
Checking cookie 23b5b8 
DELPHIPREF=1%7B233EB7BB%2D104B%2D11D3%2DAAE8%2D00A0C9DDBAEE%7D4gN6nx68xofzl8XfTlP15g%3D%3D
        login.yahoo.com .delphi.com 0 
/config/login_verify2?.src=ym&.lg=us&.done=http%3a//f1.mail.yahoo.com/py/ymTop.py%3fy=1%26.rand=9rf8aqm5fo2o0
 / 0
Checking cookie 23b618 PNAB=:6593:
        login.yahoo.com customnews.cnn.com 0 
/config/login_verify2?.src=ym&.lg=us&.done=http%3a//f1.mail.yahoo.com/py/ymTop.py%3fy=1%26.rand=9rf8aqm5fo2o0
 /cnews 1
Checking cookie 23b648 PNAA=:Spklv Hdkobt'nBEAF0:
        login.yahoo.com customnews.cnn.com 0 
/config/login_verify2?.src=ym&.lg=us&.done=http%3a//f1.mail.yahoo.com/py/ymTop.py%3fy=1%26.rand=9rf8aqm5fo2o0
 /cnews 1
Checking cookie 23b678 PNAC=:LSZDDBX:
        login.yahoo.com customnews.cnn.com 0 
/config/login_verify2?.src=ym&.lg=us&.done=http%3a//f1.mail.yahoo.com/py/ymTop.py%3fy=1%26.rand=9rf8aqm5fo2o0
 /cnews 1
Checking cookie 23b6b8 CNN_CUSTOM=1
        login.yahoo.com .cnn.com 0 
/config/login_verify2?.src=ym&.lg=us&.done=http%3a//f1.mail.yahoo.com/py/ymTop.py%3fy=1%26.rand=9rf8aqm5fo2o0
 /customnews -6
Checking cookie 23b728 config=service=&os=&platform=
        login.yahoo.com .go.com 0 
/config/login_verify2?.src=ym&.lg=us&.done=http%3a//f1.mail.yahoo.com/py/ymTop.py%3fy=1%26.rand=9rf8aqm5fo2o0
 / 0
Checking cookie 23ce90 InfoseekUserId=B5E6E677B82161E69DCB7DD40432DA7D
        login.yahoo.com .go.com 0 
/config/login_verify2?.src=ym&.lg=us&.done=http%3a//f1.mail.yahoo.com/py/ymTop.py%3fy=1%26.rand=9rf8aqm5fo2o0
 / 0
Checking cookie 23ced0 SWID=4E619152-3722-CAE9-F6E3-216EFF62FD25
        login.yahoo.com .go.com 0 
/config/login_verify2?.src=ym&.lg=us&.done=http%3a//f1.mail.yahoo.com/py/ymTop.py%3fy=1%26.rand=9rf8aqm5fo2o0
 / 0
Checking cookie 23cf10 
ShopperManager%2F=SHOPPERMANAGER%2F=PPWAXS352USH2HV70022B2QWCMH32B95
        login.yahoo.com store.wizards.com 0 
/config/login_verify2?.src=ym&.lg=us&.done=http%3a//f1.mail.yahoo.com/py/ymTop.py%3fy=1%26.rand=9rf8aqm5fo2o0
 / 0
Checking cookie 23cf60 YouWin=374DD9A43895986986F33246
        login.yahoo.com .brainplay.com 0 
/config/login_verify2?.src=ym&.lg=us&.done=http%3a//f1.mail.yahoo.com/py/ymTop.py%3fy=1%26.rand=9rf8aqm5fo2o0
 / 0
Checking cookie 23cfa0 LASTVISIT=%7Bts+%271999%2D06%2D05+03%3A26%3A38%27%7D
        login.yahoo.com www.palmpilotgear.com 0 
/config/login_verify2?.src=ym&.lg=us&.done=http%3a//f1.mail.yahoo.com/py/ymTop.py%3fy=1%26.rand=9rf8aqm5fo2o0
 / 0
Checking cookie 23cff0 Apache=134.243.50.70.11358928070309916
        login.yahoo.com www.beseen.com 0 
/config/login_verify2?.src=ym&.lg=us&.done=http%3a//f1.mail.yahoo.com/py/ymTop.py%3fy=1%26.rand=9rf8aqm5fo2o0
 / 0
Checking cookie 23d040 TMog=66070656045912
        login.yahoo.com .about.com 0 
/config/login_verify2?.src=ym&.lg=us&.done=http%3a//f1.mail.yahoo.com/py/ymTop.py%3fy=1%26.rand=9rf8aqm5fo2o0
 / 0
Checking cookie 23d080 
superego=2%7C27406375664a169cef%7C43068%7C6145%7C0%7C-1%7C928408737%7C9c5b914c2ad5b3e5e5ca24a745289299
        login.yahoo.com .tvgrid.com 0 
/config/login_verify2?.src=ym&.lg=us&.done=http%3a//f1.mail.yahoo.com/py/ymTop.py%3fy=1%26.rand=9rf8aqm5fo2o0
 / 0
Checking cookie 23d0d0 
user=%2536%2531%2535%2531%253a%253a%2564%2572%2561%2567%256f%256e
        login.yahoo.com slashdot.org 0 
/config/login_verify2?.src=ym&.lg=us&.done=http%3a//f1.mail.yahoo.com/py/ymTop.py%3fy=1%26.rand=9rf8aqm5fo2o0
 / 0
Checking cookie 23d110 LASTVISIT=%7Bts+%271999%2D06%2D07+09%3A14%3A02%27%7D
        login.yahoo.com www1.palmpilotgear.com 0 
/config/login_verify2?.src=ym&.lg=us&.done=http%3a//f1.mail.yahoo.com/py/ymTop.py%3fy=1%26.rand=9rf8aqm5fo2o0
 / 0
Checking cookie 23d160 email=lvirden%40cas%2eorg
        login.yahoo.com www.scriptics.com 0 
/config/login_verify2?.src=ym&.lg=us&.done=http%3a//f1.mail.yahoo.com/py/ymTop.py%3fy=1%26.rand=9rf8aqm5fo2o0
 / 0
Checking cookie 258b00 
T=z=hyQa3Ah4la3AkRG8DXT.diVNgY2MTc1NjE0MTY-&a=AAA&sj=CAA.ao/4TdVuvx&d=sl
        login.yahoo.com login.yahoo.com 1 
/config/login_verify2?.src=ym&.lg=us&.done=http%3a//f1.mail.yahoo.com/py/ymTop.py%3fy=1%26.rand=9rf8aqm5fo2o0
 /config 0
HTTP: Sending Cookie2: $Version ="1"
HTTP: Sending Cookie: B=ds12eqtgujh6n; 
Y=v=1&n=1scejighn0oed&l=bl8h34d/o&p=m1n1a1s411jb0g&r=01&lg=us; 
T=a=AAA&z=djUZ3AdppZ3Au5pH4gnmsVqNgY2MTc1NjE0MTY-; 
T=z=hyQa3Ah4la3AkRG8DXT.diVNgY2MTc1NjE0MTY-&a=AAA&sj=CAA.ao/4TdVuvx&d=sl
Composing Authorization for 
login.yahoo.com:80/config/login_verify2?.src=ym&.lg=us&.done=http%3a//f1.mail.yahoo.com/py/ymTop.py%3fy=1%26.rand=9rf8aqm5fo2o0
HTAASetup_lookup: No template matched 
`config/login_verify2?.src=ym&.lg=us&.done=http%3a//f1.mail.yahoo.com/py/ymTop.py%3fy=1%26.rand=9rf8aqm5fo2o0'
 (so probably not protected)
HTTP: Not sending authorization (yet).
Writing:
GET 
/config/login_verify2?.src=ym&.lg=us&.done=http%3a//f1.mail.yahoo.com/py/ymTop.py%3fy=1%26.rand=9rf8aqm5fo2o0
 HTTP/1.0
Host: login.yahoo.com
Accept: text/html, text/plain, audio/x-mpeg, audio/basic, audio/*, image/jpeg, 
image/gif, image/x-xwd, image/postscript, image/ps, image/*, message/partial, 
message/external-body, application/x-tex, application/x-dvi, 
application/postscript
Accept: application/postscript, x-be2, application/andrew-inset, text/richtext, 
text/enriched, application/pdf, video/*, application/framemaker, 
application/view_pctdoc, application/x-tgif, multipart/enabled-mail, 
application/safe-tcl
Accept: application/x-ccitcl, application/pgp, application/applefile, 
text/tab-separated-values, application/x-chat, audio/x-pn-realaudio, 
application/x-xdma, application/x-rasmol, application/x-wt, video/x-mpeg, 
x-world/x-vrml, application/x-candleweb
Accept: x-conference/x-cooltalk, audio/midi, application/x-bzip2, 
application/marimba, video/x-ms-asf, image/jpeg, image/*, text/sgml, 
video/mpeg, image/jpeg, image/tiff, image/x-rgb, image/png, image/x-xbitmap, 
image/x-xbm, image/gif
Accept: application/postscript, */*;q=0.01
Accept-Encoding: gzip, compress
Accept-Language: en
User-Agent: Lynx/2.8.3dev.1 libwww-FM/2.14
From: address@hidden
Cookie2: $Version="1"
Cookie: B=ds12eqtgujh6n; 
Y=v=1&n=1scejighn0oed&l=bl8h34d/o&p=m1n1a1s411jb0g&r=01&lg=us; 
T=a=AAA&z=djUZ3AdppZ3Au5pH4gnmsVqNgY2MTc1NjE0MTY-; 
T=z=hyQa3Ah4la3AkRG8DXT.diVNgY2MTc1NjE0MTY-&a=AAA&sj=CAA.ao/4TdVuvx&d=sl

----------------------------------
Sending HTTP request.
HTTP: WRITE delivered OK
HTTP request sent; waiting for response.
HTTP: Trying to read 1535
HTTP: Read 1460
Read 1 KB of data, 1 KB/sec.
HTTP: Rx: HTTP/1.1 200 OK 
HTTP: Scanned 2 fields from line_buffer
--- Talking HTTP1.
HTTP/1.1 200 OK
HTFormat: Constructing stream stack for www/mime to www/present
HTFormat: Looking up presentation for www/mime to www/present
HTFormat: comparing audio/* and www/mime for half match
HTFormat: comparing image/* and www/mime for half match
HTFormat: comparing video/* and www/mime for half match
HTFormat: comparing image/* and www/mime for half match
StreamStack: found weak wildcard match: www/present
FindPresentation: found exact match: www/mime
StreamStack: found exact match: www/mime
HTMIME:  Date: Thu, 17 Jun 1999 14:56:37 GMT
Expires: Thu, 05 Jan 1995 22:00:00 GMT
Connection: close
Content-Type: text/html

<html><head><title>Verify your Yahoo! password</title></head><body>
<center>
<img border=0 height=57 width=446 
src="http://us.yimg.com/images/mail/ym_long.gif"; alt="Yahoo! Mail">
<p>
<!-- blank --><p>
<form method=post 
action="http://login.yahoo.com/config/login_verify2?8257klf29gpo8";>
<input type=hidden name=".tries" value="1" >
<input type=hidden name=".done" 
value="http%3a//f1.mail.yahoo.com/py/ymTop.py%3fy=1%26.rand=9rf8aqm5fo2o0" >
<input type=hidden name=".linkdone" 
value="http%3a//f1.mail.yahoo.com/py/ymTop.py%3fy=1%26.rand=9rf8aqm5fo2o0" >
<input type=hidden name=".src" value="ym" >
<input type=hidden name=".slogin" value="lvirden" >
<table border=0 cellpadding=2 cellspacing=0 width="94%"><tr><td valign=top 
width="1%"><table border=0 cellpadding=4 cellspacing=0><tr><td valign=middle 
bgcolor="#a0b8c8"><font face=arial><b>Hi, lvirden</b></font></td></tr><tr><td 
valign=middle align=center><table border=0 cellpadding=2 cellspacing=0><tr><td 
nowrap><br><font face="Arial" size="-1">Please enter your 
password:</font></td></tr><tr><td valign=middle align=center><input name=passwd 
type=password size=15 maxlength=100>&nbsp;<input type=submit name="Login" 
value="Submit"></td></tr></table><br></td></tr>
<tr><td valign=middle bgcolor="#a0b8c8"><font 
face=arial><b>Trouble&nbsp;Signing-in?</b></font></td><
HTMIME: Got 'D' at beginning of line, checking for 'ate:'
HTMIME: PICKED UP Date: 'Thu, 17 Jun 1999 14:56:37 GMT'
HTMIME: Got 'E' at beginning of line, state now E
HTMIME: Was E, found X, checking for 'pires:'
HTMIME: PICKED UP Expires: 'Thu, 05 Jan 1995 22:00:00 GMT'
HTMIME: Got 'C' at beginning of line, state now C
HTMIME: Was C, found O, state now CO'
HTMIME: Was CO, found N, state now CON
HTMIME: Was CON, found N, checking for 'ection:'
HTMIME: PICKED UP Connection: 'close'
HTMIME: Got 'C' at beginning of line, state now C
HTMIME: Was C, found O, state now CO'
HTMIME: Was CO, found N, state now CON
HTMIME: Was CON, found T, checking for 'ent-'
HTMIME: in case CONTENT_
HTMIME: Was CONTENT_, found T, state now CONTENT_T
HTMIME: in case CONTENT_T
HTMIME: Was CONTENT_T, found Y, checking for 'pe:'
HTMIME: PICKED UP Content-Type: 'text/html'
LYmktime: Parsing 'Thu, 05 Jan 1995 22:00:00 GMT'
LYmktime: clock=789343200, ctime=Thu Jan  5 17:00:00 1995
LYmktime: Parsing 'Thu, 17 Jun 1999 14:56:37 GMT'
LYmktime: clock=929631397, ctime=Thu Jun 17 10:56:37 1999
HTMIME: MIME Content-Type is 'text/html', converting to 'www/present'
HTFormat: Constructing stream stack for text/html to www/present
HTFormat: Looking up presentation for text/html to www/present
FindPresentation: found exact match: text/html
StreamStack: found exact match: text/html
UCSetTransParams: from iso-8859-1(0) to iso-8859-1(0)
SGML: Start <HTML>
UCSetTransParams: from iso-8859-1(0) to iso-8859-1(0)
UCSetTransParams: from iso-8859-1(0) to iso-8859-1(0)
GridText: start HText_new
GridText: Change to style Normal
GridText: split_line(0 [now:0]) called
HTML:begin_element[0]: adding style to stack - Normal
SGML: Start <HEAD>
HTML:begin_element[1]: adding style to stack - Normal
SGML: Start <TITLE>
HTML:begin_element[2]: adding style to stack - Normal
SGML: End </TITLE>
HTML:end_element[2]: Popped style off stack - Normal
SGML: End </HEAD>
HTML:end_element[1]: Popped style off stack - Normal
SGML: Start <BODY>
HTML:begin_element[1]: adding style to stack - Normal
SGML: Start <CENTER>
GridText: Change to style DivCenter
HTML:begin_element[2]: adding style to stack - DivCenter
SGML: Start <IMG>
HTML IMG: USEMAP=0 ISMAP=0 ANCHOR=0 PARA=0
SGML: Start <P>
GridText: split_line(0 [now:12]) called
GridText: split_line(0 [now:0]) called
HTML:begin_element[3]: adding style to stack - DivCenter
SGML Comment:
<!-- blank -->
SGML: End </P>  <- supplied, start <P>
HTML:end_element[3]: Popped style off stack - DivCenter
SGML: Start <P>
HTML:begin_element[3]: adding style to stack - DivCenter
SGML: End </P>  <- supplied, start <FORM>
HTML:end_element[3]: Popped style off stack - DivCenter
SGML: Start <FORM>
HTParse: aName:http://login.yahoo.com/config/login_verify2?8257klf29gpo8   
relatedName:http://login.yahoo.com/config/login_verify2?.src=ym&.lg=us&.done=http%3a//f1.mail.yahoo.com/py/ymTop.py%3fy=1%26.rand=9rf8aqm5fo2o0
1
HTParse:      result:http://login.yahoo.com/config/login_verify2?8257klf29gpo8
new Anchor 251af8 named `' is child of 2696a8
Entered HTAnchor_findChildAndLink
HTParse: aName:http://login.yahoo.com/config/login_verify2?8257klf29gpo8   
relatedName:http://login.yahoo.com/config/login_verify2?.src=ym&.lg=us&.done=http%3a//f1.mail.yahoo.com/py/ymTop.py%3fy=1%26.rand=9rf8aqm5fo2o0
1
HTParse:      result:http://login.yahoo.com/config/login_verify2?8257klf29gpo8
HTParse: aName:http://login.yahoo.com/config/login_verify2?8257klf29gpo8   
relatedName:
HTParse:      result:
Entered HTAnchor_findAddress
New anchor 269100 has hash 77 and address 
`http://login.yahoo.com/config/login_verify2?8257klf29gpo8'
Linking anchor 251af8 to anchor 269100
BeginForm: action:http://login.yahoo.com/config/login_verify2?8257klf29gpo8 
Method:2
HTML:begin_element[3]: adding style to stack - DivCenter
SGML: Start <INPUT>
Entering HText_beginInput
Input link: name=.tries
value=1
size=0
Input link: name_cs=0 "iso-8859-1" (from 0 "iso-8859-1")
            value_cs=0 "iso-8859-1" (from 0 "iso-8859-1")
SGML: Start <INPUT>
Entering HText_beginInput
Input link: name=.done
value=http%3a//f1.mail.yahoo.com/py/ymTop.py%3fy=1%26.rand=9rf8aqm5fo2o0
size=0
Input link: name_cs=0 "iso-8859-1" (from 0 "iso-8859-1")
            value_cs=0 "iso-8859-1" (from 0 "iso-8859-1")
SGML: Start <INPUT>
Entering HText_beginInput
Input link: name=.linkdone
value=http%3a//f1.mail.yahoo.com/py/ymTop.py%3fy=1%26.rand=9rf8aqm5fo2o0
size=0
Input link: name_cs=0 "iso-8859-1" (from 0 "iso-8859-1")
            value_cs=0 "iso-8859-1" (from 0 "iso-8859-1")
SGML: Start <INPUT>
Entering HText_beginInput
Input link: name=.src
value=ym
size=0
Input link: name_cs=0 "iso-8859-1" (from 0 "iso-8859-1")
            value_cs=0 "iso-8859-1" (from 0 "iso-8859-1")
SGML: Start <INPUT>
Entering HText_beginInput
Input link: name=.slogin
value=lvirden
size=0
Input link: name_cs=0 "iso-8859-1" (from 0 "iso-8859-1")
            value_cs=0 "iso-8859-1" (from 0 "iso-8859-1")
SGML: Start <TABLE>
GridText: Change to style DivLeft
HTML:begin_element[4]: adding style to stack - DivLeft
SGML: Start <TR>
HTML:begin_element[5]: adding style to stack - DivLeft
SGML: Start <TD>
HTML:begin_element[6]: adding style to stack - DivLeft
SGML: Start <TABLE>
HTML:begin_element[7]: adding style to stack - DivLeft
SGML: Start <TR>
HTML:begin_element[8]: adding style to stack - DivLeft
SGML: Unknown attribute bgcolor for tag TD
SGML: Attribute value #a0b8c8 ***ignored
SGML: Start <TD>
HTML:begin_element[9]: adding style to stack - DivLeft
SGML: Start <FONT>
HTML:begin_element[10]: adding style to stack - DivLeft
SGML: Start <B>
Beginning underline
HTML:begin_element[11]: adding style to stack - DivLeft
SGML: End </B>
HTML:end_element[11]: Popped style off stack - DivLeft
Ending underline
SGML: End </FONT>
HTML:end_element[10]: Popped style off stack - DivLeft
SGML: End </TD>
HTML:end_element[9]: Popped style off stack - DivLeft
SGML: End </TR>
HTML:end_element[8]: Popped style off stack - DivLeft
GridText: split_line(0 [now:13]) called
SGML: Start <TR>
HTML:begin_element[8]: adding style to stack - DivLeft
SGML: Start <TD>
HTML:begin_element[9]: adding style to stack - DivLeft
SGML: Start <TABLE>
HTML:begin_element[10]: adding style to stack - DivLeft
SGML: Start <TR>
HTML:begin_element[11]: adding style to stack - DivLeft
SGML: Start <TD>
HTML:begin_element[12]: adding style to stack - DivLeft
SGML: Start <BR>
SGML: Start <FONT>
HTML:begin_element[13]: adding style to stack - DivLeft
SGML: End </FONT>
HTML:end_element[13]: Popped style off stack - DivLeft
SGML: End </TD>
HTML:end_element[12]: Popped style off stack - DivLeft
SGML: End </TR>
HTML:end_element[11]: Popped style off stack - DivLeft
GridText: split_line(0 [now:27]) called
SGML: Start <TR>
HTML:begin_element[11]: adding style to stack - DivLeft
SGML: Start <TD>
HTML:begin_element[12]: adding style to stack - DivLeft
SGML: Start <INPUT>
Entering HText_beginInput
Input link: name=passwd
value=
size=15
Input link: name_cs=0 "iso-8859-1" (from 0 "iso-8859-1")
            value_cs=0 "iso-8859-1" (from 0 "iso-8859-1")
SGML: Start <INPUT>
Entering HText_beginInput
Input link: name=Login
value=Submit
size=6
Input link: name_cs=0 "iso-8859-1" (from 0 "iso-8859-1")
            value_cs=0 "iso-8859-1" (from 0 "iso-8859-1")
SGML: End </TD>
HTML:end_element[12]: Popped style off stack - DivLeft
SGML: End </TR>
HTML:end_element[11]: Popped style off stack - DivLeft
GridText: split_line(0 [now:29]) called
SGML: End </TABLE>
HTML:end_element[10]: Popped style off stack - DivLeft
SGML: Start <BR>
SGML: End </TD>
HTML:end_element[9]: Popped style off stack - DivLeft
SGML: End </TR>
HTML:end_element[8]: Popped style off stack - DivLeft
SGML: Start <TR>
HTML:begin_element[8]: adding style to stack - DivLeft
SGML: Unknown attribute bgcolor for tag TD
SGML: Attribute value #a0b8c8 ***ignored
SGML: Start <TD>
HTML:begin_element[9]: adding style to stack - DivLeft
SGML: Start <FONT>
HTML:begin_element[10]: adding style to stack - DivLeft
SGML: Start <B>
Beginning underline
HTML:begin_element[11]: adding style to stack - DivLeft
SGML: End </B>
HTML:end_element[11]: Popped style off stack - DivLeft
Ending underline
SGML: End </FONT>
HTML:end_element[10]: Popped style off stack - DivLeft
SGML: End </TD>
HTML:end_element[9]: Popped style off stack - DivLeft
SGML: End </TR>
HTML:end_element[8]: Popped style off stack - DivLeft
GridText: split_line(0 [now:21]) called
SGML: Start <TR>
HTML:begin_element[8]: adding style to stack - DivLeft
SGML: Start <TD>
HTML:begin_element[9]: adding style to stack - DivLeft
SGML: Start <B>
Beginning underline
HTML:begin_element[10]: adding style to stack - DivLeft
SGML: Start <A>
new Anchor 251938 named `' is child of 2696a8
Entered HTAnchor_findChildAndLink
HTParse: 
aName:http://edit.yahoo.com/config/form?.form=passwords-help&lg=us&new=1&.done=http%3a//f1.mail.yahoo.com/py/ymTop.py%3fy=1%26.rand=9rf8aqm5fo2o0&.src=ym&partner=
   
relatedName:http://login.yahoo.com/config/login_verify2?.src=ym&.lg=us&.done=http%3a//f1.mail.yahoo.com/py/ymTop.py%3fy=1%26.rand=9rf8aqm5fo2o0
1
HTParse:      
result:http://edit.yahoo.com/config/form?.form=passwords-help&lg=us&new=1&.done=http%3a//f1.mail.yahoo.com/py/ymTop.py%3fy=1%26.rand=9rf8aqm5fo2o0&.src=ym&partner=
HTParse: 
aName:http://edit.yahoo.com/config/form?.form=passwords-help&lg=us&new=1&.done=http%3a//f1.mail.yahoo.com/py/ymTop.py%3fy=1%26.rand=9rf8aqm5fo2o0&.src=ym&partner=
   relatedName:
HTParse:      result:
Entered HTAnchor_findAddress
New anchor 26cff8 has hash 31 and address 
`http://edit.yahoo.com/config/form?.form=passwords-help&lg=us&new=1&.done=http%3a//f1.mail.yahoo.com/py/ymTop.py%3fy=1%26.rand=9rf8aqm5fo2o0&.src=ym&partner='
Linking anchor 251938 to anchor 26cff8
HTML:begin_element[11]: adding style to stack - DivLeft
SGML: Start <FONT>
HTML:begin_element[12]: adding style to stack - DivLeft
SGML: End </FONT>
HTML:end_element[12]: Popped style off stack - DivLeft
SGML: End </A>
HTML:end_element[11]: Popped style off stack - DivLeft
HText_endAnchor: number:3 link_type:1
SGML: End </B>
HTML:end_element[10]: Popped style off stack - DivLeft
Ending underline
SGML: End </TD>
HTML:end_element[9]: Popped style off stack - DivLeft
SGML: End </TR>
HTML:end_element[8]: Popped style off stack - DivLeft
GridText: split_line(0 [now:32]) called
SGML: Start <TR>
HTML:begin_element[8]: adding style to stack - DivLeft
SGML: Unknown attribute bgcolor for tag TD
SGML: Attribute value #a0b8c8 ***ignored
SGML: Start <TD>
HTML:begin_element[9]: adding style to stack - DivLeft
SGML: Start <FONT>
HTML:begin_element[10]: adding style to stack - DivLeft
SGML: Start <B>
Beginning underline
HTML:begin_element[11]: adding style to stack - DivLeft
SGML: End </B>
HTML:end_element[11]: Popped style off stack - DivLeft
Ending underline
SGML: End </FONT>
HTML:end_element[10]: Popped style off stack - DivLeft
SGML: End </TD>
HTML:end_element[9]: Popped style off stack - DivLeft
SGML: End </TR>
HTML:end_element[8]: Popped style off stack - DivLeft
GridText: split_line(0 [now:29]) called
SGML: Start <TR>
HTML:begin_element[8]: adding style to stack - DivLeft
SGML: Start <TD>
HTML:begin_element[9]: adding style to stack - DivLeft
SGML: Start <B>
Beginning underline
HTML:begin_element[10]: adding style to stack - DivLeft
SGML: Start <A>
new Anchor 251ed8 named `' is child of 2696a8
Entered HTAnchor_findChildAndLink
HTParse: 
aName:http://login.yahoo.com/config/login?logout=1&lg=us&.src=ym&.done=http%3a//login.yahoo.com/config/login%3flg=us%26.done=http%253a//mail.yahoo.com/
   
relatedName:http://login.yahoo.com/config/login_verify2?.src=ym&.lg=us&.done=http%3a//f1.mail.yahoo.com/py/ymTop.py%3fy=1%26.rand=9rf8aqm5fo2o0
1
HTParse:      
result:http://login.yahoo.com/config/login?logout=1&lg=us&.src=ym&.done=http%3a//login.yahoo.com/config/login%3flg=us%26.done=http%253a//mail.yahoo.com/
HTParse: 
aName:http://login.yahoo.com/config/login?logout=1&lg=us&.src=ym&.done=http%3a//login.yahoo.com/config/login%3flg=us%26.done=http%253a//mail.yahoo.com/
   relatedName:
HTParse:      result:
Entered HTAnchor_findAddress
Anchor 259838 with address 
`http://login.yahoo.com/config/login?logout=1&lg=us&.src=ym&.done=http%3a//login.yahoo.com/config/login%3flg=us%26.done=http%253a//mail.yahoo.com/'
 already exists.
Linking anchor 251ed8 to anchor 259838
HTML:begin_element[11]: adding style to stack - DivLeft
SGML: Start <FONT>
HTML:begin_element[12]: adding style to stack - DivLeft
SGML: End </FONT>
HTML:end_element[12]: Popped style off stack - DivLeft
SGML: End </A>
HTML:end_element[11]: Popped style off stack - DivLeft
HText_endAnchor: number:4 link_type:1
SGML: End </B>
HTML:end_element[10]: Popped style off stack - DivLeft
Ending underline
SGML: End </TD>
HTML:end_element[9]: Popped style off stack - DivLeft
SGML: End </TR>
HTML:end_element[8]: Popped style off stack - DivLeft
GridText: split_line(0 [now:19]) called
SGML: End </TABLE>
HTML:end_element[7]: Popped style off stack - DivLeft
SGML: End </TD>
HTML:end_element[6]: Popped style off stack - DivLeft
SGML: Start <TD>
HTML:begin_element[6]: adding style to stack - DivLeft
SGML: End </TD>
HTML:end_element[6]: Popped style off stack - DivLeft
SGML: Start <TD>
HTML:begin_element[6]: adding style to stack - DivLeft
SGML: Start <TABLE>
HTML:begin_element[7]: adding style to stack - DivLeft
SGML: Start <TR>
GridText: split_line(0 [now:2]) called
HTML:begin_element[8]: adding style to stack - DivLeft
SGML: Unknown attribute bgcolor for tag TD
SGML: Attribute value #cccc99 ***ignored
SGML: Start <TD>
HTML:begin_element[9]: adding style to stack - DivLeft
SGML: Start <FONT>
HTML:begin_element[10]: adding style to stack - DivLeft
SGML: Start <B>
Beginning underline
HTML:begin_element[11]: adding style to stack - DivLeft
SGML: End </B>
HTML:end_element[11]: Popped style off stack - DivLeft
Ending underline
SGML: End </FONT>
HTML:end_element[10]: Popped style off stack - DivLeft
SGML: End </TD>
HTML:end_element[9]: Popped style off stack - DivLeft
SGML: End </TR>
HTML:end_element[8]: Popped style off stack - DivLeft
GridText: split_line(0 [now:36]) called
SGML: Start <TR>
HTML:begin_element[8]: adding style to stack - DivLeft
SGML: Start <TD>
HTML:begin_element[9]: adding style to stack - DivLeft
SGML: Start <FONT>
HTML:begin_element[10]: adding style to stack - DivLeft
SGML: End </FONT>       <- ***forced by start <UL>
HTML:end_element[10]: Popped style off stack - DivLeft
SGML: Start <UL>
GridText: Change to style List
HTML:begin_element[10]: adding style to stack - List
SGML: Start <LI>
HTML:begin_element[11]: adding style to stack - List
GridText: split_line(70 [now:70]) called
SGML: End </LI>         <- supplied, start <LI>
HTML:end_element[11]: Popped style off stack - List
SGML: Start <LI>
GridText: split_line(0 [now:24]) called
HTML:begin_element[11]: adding style to stack - List
GridText: split_line(70 [now:70]) called
SGML: Start <B>
Beginning underline
HTML:begin_element[12]: adding style to stack - List
SGML: End </B>
HTML:end_element[12]: Popped style off stack - List
Ending underline
GridText: split_line(68 [now:68]) called
SGML: End </LI>         <- supplied, start <LI>
HTML:end_element[11]: Popped style off stack - List
SGML: Start <LI>
GridText: split_line(0 [now:5]) called
HTML:begin_element[11]: adding style to stack - List
SGML: Start <B>
Beginning underline
HTML:begin_element[12]: adding style to stack - List
SGML: End </B>
HTML:end_element[12]: Popped style off stack - List
Ending underline
GridText: split_line(68 [now:68]) called
SGML: End </LI>         <- supplied, start <LI>
HTML:end_element[11]: Popped style off stack - List
SGML: Start <LI>
GridText: split_line(0 [now:27]) called
HTML:begin_element[11]: adding style to stack - List
SGML: Start <A>
new Anchor 251f38 named `' is child of 2696a8
Entered HTAnchor_findChildAndLink
HTParse: aName:http://docs.yahoo.com/docs/info/privacy.html   
relatedName:http://login.yahoo.com/config/login_verify2?.src=ym&.lg=us&.done=http%3a//f1.mail.yahoo.com/py/ymTop.py%3fy=1%26.rand=9rf8aqm5fo2o0
1
HTParse:      result:http://docs.yahoo.com/docs/info/privacy.html
HTParse: aName:http://docs.yahoo.com/docs/info/privacy.html   relatedName:
HTParse:      result:
Entered HTAnchor_findAddress
Anchor 259710 with address `http://docs.yahoo.com/docs/info/privacy.html' 
already exists.
Linking anchor 251f38 to anchor 259710
HTML:begin_element[12]: adding style to stack - List
GridText: split_line(65 [now:65]) called
anchor 5 case 3: (T,H,S)=(0,1,0); 
(line,start,pos,ext):(19,634,69,0)->(20,634,3,0)
SGML: End </A>
HTML:end_element[12]: Popped style off stack - List
HText_endAnchor: number:5 link_type:1
SGML: End </LI>         <- supplied, end </UL>
HTML:end_element[11]: Popped style off stack - List
SGML: End </UL>
HTML:end_element[10]: Popped style off stack - DivLeft
HTML_end_element: Reducing List Nesting Level to -1
GridText: Change to style DivLeft
GridText: split_line(0 [now:21]) called
GridText: split_line(0 [now:0]) called
SGML: End </TD>         <- supplied, end </FONT>
HTML:end_element[9]: Popped style off stack - DivLeft
SGML: Still open TR, ***no open FONT for </FONT>
SGML: End </TR>         <- supplied, end </TD>
HTML:end_element[8]: Popped style off stack - DivLeft
SGML: Still open TABLE  <- ***invalid end </TD>
SGML: Still open TABLE  <- ***invalid end </TR>
SGML: End </TABLE>
HTML:end_element[7]: Popped style off stack - DivLeft
SGML: Start <TABLE>
HTML:begin_element[7]: adding style to stack - DivLeft
SGML: Start <TR>
HTML:begin_element[8]: adding style to stack - DivLeft
SGML: Start <TD>
HTML:begin_element[9]: adding style to stack - DivLeft
SGML: Unknown attribute bgcolor for tag TABLE
SGML: Attribute value #ffffcc ***ignored
SGML: Start <TABLE>
HTML:begin_element[10]: adding style to stack - DivLeft
SGML: Start <TR>
HTML:begin_element[11]: adding style to stack - DivLeft
SGML: Start <TD>
HTML:begin_element[12]: adding style to stack - DivLeft
SGML: Start <A>
new Anchor 251f78 named `' is child of 2696a8
Entered HTAnchor_findChildAndLink
HTParse: aName:http://rd.yahoo.com/mail/login/?http://pager.yahoo.com/pager/   
relatedName:http://login.yahoo.com/config/login_verify2?.src=ym&.lg=us&.done=http%3a//f1.mail.yahoo.com/py/ymTop.py%3fy=1%26.rand=9rf8aqm5fo2o0
1
HTParse:      
result:http://rd.yahoo.com/mail/login/?http://pager.yahoo.com/pager/
HTParse: aName:http://rd.yahoo.com/mail/login/?http://pager.yahoo.com/pager/   
relatedName:
HTParse:      result:
Entered HTAnchor_findAddress
Anchor 25db20 with address 
`http://rd.yahoo.com/mail/login/?http://pager.yahoo.com/pager/' already exists.
Linking anchor 251f78 to anchor 25db20
HTML:begin_element[13]: adding style to stack - DivLeft
SGML: Start <IMG>
HTML IMG: USEMAP=0 ISMAP=0 ANCHOR=1 PARA=0
SGML: End </A>
HTML:end_element[13]: Popped style off stack - DivLeft
HText_endAnchor: number:6 link_type:1
SGML: Start <BR>
GridText: split_line(0 [now:14]) called
SGML: Start <FONT>
HTML:begin_element[13]: adding style to stack - DivLeft
SGML: Start <B>
Beginning underline
HTML:begin_element[14]: adding style to stack - DivLeft
SGML: Start <BR>
GridText: split_line(0 [now:19]) called
SGML: Start <BR>
GridText: split_line(0 [now:13]) called
SGML: End </B>
HTML:end_element[14]: Popped style off stack - DivLeft
Ending underline
SGML: End </FONT>
HTML:end_element[13]: Popped style off stack - DivLeft
SGML: End </TD>
HTML:end_element[12]: Popped style off stack - DivLeft
SGML: End </TR>
HTML:end_element[11]: Popped style off stack - DivLeft
SGML: End </TABLE>
HTML:end_element[10]: Popped style off stack - DivLeft
SGML: End </TD>
HTML:end_element[9]: Popped style off stack - DivLeft
SGML: Start <TD>
HTML:begin_element[9]: adding style to stack - DivLeft
SGML: Start <A>
new Anchor 251f98 named `' is child of 2696a8
Entered HTAnchor_findChildAndLink
HTParse: aName:http://my.yahoo.com/netapp/?http://www.netapp.com/poweredby.html 
  
relatedName:http://login.yahoo.com/config/login_verify2?.src=ym&.lg=us&.done=http%3a//f1.mail.yahoo.com/py/ymTop.py%3fy=1%26.rand=9rf8aqm5fo2o0
1
HTParse:      
result:http://my.yahoo.com/netapp/?http://www.netapp.com/poweredby.html
HTParse: aName:http://my.yahoo.com/netapp/?http://www.netapp.com/poweredby.html 
  relatedName:
HTParse:      result:
Entered HTAnchor_findAddress
Anchor 25dc68 with address 
`http://my.yahoo.com/netapp/?http://www.netapp.com/poweredby.html' already 
exists.
Linking anchor 251f98 to anchor 25dc68
HTML:begin_element[10]: adding style to stack - DivLeft
SGML: Start <IMG>
HTML IMG: USEMAP=0 ISMAP=0 ANCHOR=1 PARA=0
SGML: End </A>
HTML:end_element[10]: Popped style off stack - DivLeft
HText_endAnchor: number:7 link_type:1
SGML: End </TD>
HTML:end_element[9]: Popped style off stack - DivLeft
SGML: End </TR>
HTML:end_element[8]: Popped style off stack - DivLeft
GridText: split_line(0 [now:12]) called
SGML: End </TABLE>
HTML:end_element[7]: Popped style off stack - DivLeft
SGML: End </TD>
HTML:end_element[6]: Popped style off stack - DivLeft
SGML: End </TR>
HTML:end_element[5]: Popped style off stack - DivLeft
SGML: End </TABLE>
HTML:end_element[4]: Popped style off stack - DivCenter
GridText: Change to style DivCenter
GridText: split_line(0 [now:0]) called
SGML: End </FORM>
HTML:end_element[3]: Popped style off stack - DivCenter
SGML: End </CENTER>
HTML:end_element[2]: Popped style off stack - Normal
GridText: Change to style Normal
SGML: Start <P>
HTML:begin_element[2]: adding style to stack - Normal
SGML: End </P>  <- supplied, start <CENTER>
HTML:end_element[2]: Popped style off stack - Normal
SGML: Start <CENTER>
GridText: Change to style DivCenter
HTML:begin_element[2]: adding style to stack - DivCenter
SGML: Start <HR>
GridText: split_line(0 [now:56]) called
GridText: split_line(0 [now:0]) called
SGML: Start <TABLE>
GridText: Change to style DivLeft
HTML:begin_element[3]: adding style to stack - DivLeft
SGML: Start <TR>
HTML:begin_element[4]: adding style to stack - DivLeft
SGML: Start <TD>
HTML:begin_element[5]: adding style to stack - DivLeft
SGML: Start <FONT>
HTML:begin_element[6]: adding style to stack - DivLeft
SGML: Start <A>
new Anchor 252018 named `' is child of 2696a8
Entered HTAnchor_findChildAndLink
HTParse: aName:http://www.yahoo.com   
relatedName:http://login.yahoo.com/config/login_verify2?.src=ym&.lg=us&.done=http%3a//f1.mail.yahoo.com/py/ymTop.py%3fy=1%26.rand=9rf8aqm5fo2o0
1
HTParse:      result:http://www.yahoo.com/
HTParse: aName:http://www.yahoo.com/   relatedName:
HTParse:      result:
Entered HTAnchor_findAddress
Anchor 25ef50 with address `http://www.yahoo.com/' already exists.
Linking anchor 252018 to anchor 25ef50
HTML:begin_element[7]: adding style to stack - DivLeft
SGML: End </A>
HTML:end_element[7]: Popped style off stack - DivLeft
HText_endAnchor: number:8 link_type:1
SGML: Start <BR>
GridText: split_line(0 [now:59]) called
SGML: Start <B>
Beginning underline
HTML:begin_element[7]: adding style to stack - DivLeft
GridText: split_line(68 [now:68]) called
SGML: Start <A>
new Anchor 251fd8 named `' is child of 2696a8
Entered HTAnchor_findChildAndLink
HTParse: aName:http://www.yahoo.com/docs/info/privacy.html   
relatedName:http://login.yahoo.com/config/login_verify2?.src=ym&.lg=us&.done=http%3a//f1.mail.yahoo.com/py/ymTop.py%3fy=1%26.rand=9rf8aqm5fo2o0
1
HTParse:      result:http://www.yahoo.com/docs/info/privacy.html
HTParse: aName:http://www.yahoo.com/docs/info/privacy.html   relatedName:
HTParse:      result:
Entered HTAnchor_findAddress
Anchor 25d730 with address `http://www.yahoo.com/docs/info/privacy.html' 
already exists.
Linking anchor 251fd8 to anchor 25d730
HTML:begin_element[8]: adding style to stack - DivLeft
SGML: End </A>
HTML:end_element[8]: Popped style off stack - DivLeft
HText_endAnchor: number:9 link_type:1
SGML: End </B>
HTML:end_element[7]: Popped style off stack - DivLeft
Ending underline
SGML: End </FONT>
HTML:end_element[6]: Popped style off stack - DivLeft
SGML: End </TD>
HTML:end_element[5]: Popped style off stack - DivLeft
SGML: End </TR>
HTML:end_element[4]: Popped style off stack - DivLeft
GridText: split_line(0 [now:70]) called
SGML: End </TABLE>
HTML:end_element[3]: Popped style off stack - DivCenter
GridText: Change to style DivCenter
GridText: split_line(0 [now:0]) called
SGML: End </CENTER>
HTML:end_element[2]: Popped style off stack - Normal
GridText: Change to style Normal
SGML: End </BODY>
HTML:end_element[1]: Popped style off stack - Normal
SGML: End </HTML>
HTML:end_element[0]: Popped style off stack - Normal
Data transfer complete
Gridtext: Entering HText_endAppend
GridText: split_line(0 [now:0]) called
GridText: Removing bottom blank line: 
GridText: New bottom line: 
GridText: Removing bottom blank line: 
GridText: New bottom line: 
GridText: Removing bottom blank line: 
GridText: New bottom line: ^Cabout how we use your information, see our 
[9]^EYahoo Privacy Policy^F^D
Gridtext: Entering HText_trimHightext (final)
Gridtext: Anchor found on line:3 col:0 [0] ext:2
anchor text: '^CHi, lvirden^D'
GridText:     add link on line 3 col 3 [0] in HText_trimHightext
Gridtext: Anchor found on line:3 col:0 [0] ext:2
anchor text: '^CHi, lvirden^D'
GridText:     add link on line 3 col 3 [0] in HText_trimHightext
Gridtext: Anchor found on line:3 col:0 [0] ext:2
anchor text: '^CHi, lvirden^D'
GridText:     add link on line 3 col 3 [0] in HText_trimHightext
Gridtext: Anchor found on line:3 col:0 [0] ext:2
anchor text: '^CHi, lvirden^D'
GridText:     add link on line 3 col 3 [0] in HText_trimHightext
Gridtext: Anchor found on line:3 col:0 [0] ext:2
anchor text: '^CHi, lvirden^D'
GridText:     add link on line 3 col 3 [0] in HText_trimHightext
Gridtext: Anchor found on line:5 col:3 [1] ext:2
anchor text: '[1]_______________  [2]Submit'
GridText:     add link on line 5 col 6 [1] in HText_trimHightext
Gridtext: Anchor found on line:5 col:23 [2] ext:2
anchor text: '[1]_______________  [2]Submit'
GridText:     add link on line 5 col 26 [2] in HText_trimHightext
Gridtext: Anchor found on line:7 col:4 [3] ext:27
anchor text: '^C[3]^EGet help signing in here.^F^D'
GridText:     add link on line 7 col 6 [3] in HText_trimHightext
Gridtext: Anchor found on line:9 col:4 [4] ext:13
anchor text: '^C[4]^EChange User^F ^D'
GridText:     add link on line 9 col 6 [4] in HText_trimHightext
Gridtext: Anchor found on line:20 col:3 [5] ext:16
anchor text: '[5]^EPrivacy Policy^F.'
GridText:     add link on line 20 col 10 [5] in HText_trimHightext
Gridtext: Anchor found on line:22 col:3 [6] ext:11
anchor text: '[6]^EY! Pager ^F'
GridText:     add link on line 22 col 6 [6] in HText_trimHightext
Gridtext: Anchor found on line:25 col:5 [7] ext:7
anchor text: '^C^D[7]^ENTAP ^F'
GridText:     add link on line 25 col 6 [7] in HText_trimHightext
Gridtext: Anchor found on line:28 col:25 [8] ext:13
anchor text: 'Copyright © 1994-1999 [8]^EYahoo! Inc.^F All rights reserved.'
GridText:     add link on line 28 col 28 [8] in HText_trimHightext
Gridtext: Anchor found on line:30 col:47 [9] ext:22
anchor text: '^Cabout how we use your information, see our [9]^EYahoo Privacy 
Policy^F^D'
GridText:     add link on line 30 col 49 [9] in HText_trimHightext
HTAccess:  status=200
HTAccess: 
`http://login.yahoo.com/config/login_verify2?.src=ym&.lg=us&.done=http%3a//f1.mail.yahoo.com/py/ymTop.py%3fy=1%26.rand=9rf8aqm5fo2o0'
 has been accessed.
GridText: HText_pageDisplay at line 1 started

GridText: Not showing link, hightext=H

GridText: Not showing link, hightext=H

GridText: Not showing link, hightext=H

GridText: Not showing link, hightext=H

GridText: Not showing link, hightext=H
GridText: HText_pageDisplay finished
-- 
Larry W. Virden                 <URL: mailto:address@hidden>
<URL: http://www.purl.org/NET/lvirden/> <*> O- "No one is what he seems."
Unless explicitly stated to the contrary, nothing in this posting should 
be construed as representing my employer's opinions.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]