File format for new user logfile


All new subscribers added to the system (except those done from the admin interface) are logged to a new user logfile. This logfile is used for producing the system statistics, and is periodically cleaned out by the clean-logs.pl script.

The new user logfile is contained in the system configuration directory within the CGI directory. Each new user has a single record within this file describing the user. Each record contains the name of the sponsor and the e-mail address which was added. The record is as follows:

"sponsor", "e-mail address"
    
Example:
"kingkong", "kong@donkey.com"
    
The data shown above represents the following subscriber:

Sponsor: kingkong
Removed e-mail: kong@donkey.com