File format for removals logfile


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

The removals logfile is contained in the system configuration directory within the CGI directory. Each removal has a single record within this file describing the removal. Each record contains the name of the sponsor and the e-mail address which was removed. 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