Mostly technical explanation
-
We store HTTP server logs for 4 days. Logs we store:
-
IP address
-
What page/resource you have requested
-
Time of your request
-
Where you navigated from (“Referrer” information provided by browser)
-
User Agent string
-
-
Emails sent to reinfo.wiki and received by User/Jackson is kept forever
Very technical information
Nginx logs configuration:
log_format vcombined '$host:$server_port $remote_addr - $remote_user [$time_local] "$request" $status $body_bytes_sent "$http_referer" "$http_user_agent"';
We store those logs nginx logs for up to 4 days.
There's not much else about emails.