{% extends "baseTemplate/index.html" %} {% load static %} {% comment %} Per-mailbox autoresponder (vacation), backed by a Dovecot Pigeonhole Sieve "vacation" script written into the mailbox's own Maildir home. Ownership is enforced server-side on every AJAX call, so this page only ever shows and edits a mailbox the caller actually owns. {% endcomment %} {% block title %}Autoresponders{% endblock %} {% block content %}

Autoresponders

Reply automatically to mail sent to one mailbox, for a fixed date range.

{% if not domains %}
There are no domains available to you yet.
{% else %}
The same sender is not replied to again until this many days pass.
{% endif %}
{% endblock %} {% block scripts %} {% endblock %}