iwakuweb/templates/abuse.html.tera

22 lines
892 B
Text
Raw Normal View History

2024-10-05 00:48:55 +02:00
{% extends "base" %}
{% block title %}report abuse{% endblock title %}
{% block content %}
We ask that you report any abuse you find to: abuse@iwakura.rip.<br>
Please make sure your e-mail contains the following:
<ol>
<li>Type of abuse</li>
<li>Evidence (no screenshots, <b>hard evidence only</b>)</li>
<li>Origin of abuse (e-mail address, IP, domain etc)</li>
<li>Additional information that might help us.</li>
</ol>
Please consider the following when sending an abuse e-mail.
<ol>
<li>We are *not* able to provide any personal identifiable information, as we do not store them.</li>
<li>We take abuse notifications very serious. Sending us multiple false abuse reports will result in a permanent block from our mailserver.</li>
<li>We try to respond within 48 hours. Do not flood our inboxes.</li>
<li>Please be respectful at all times.</li>
</ol>
{% endblock content %}