|
|
@ -93,9 +93,10 @@ go and fetch new email if available. Do not use too short delays if you do not
|
|
|
|
want to be blacklisted by external services, but not too long delays if you
|
|
|
|
want to be blacklisted by external services, but not too long delays if you
|
|
|
|
want to receive your email in time.
|
|
|
|
want to receive your email in time.
|
|
|
|
|
|
|
|
|
|
|
|
The ``RECIPIENT_DELIMITER`` is a character used to delimit localpart from a
|
|
|
|
The ``RECIPIENT_DELIMITER`` is a list of characters used to delimit localpart
|
|
|
|
custom address part. For instance, if set to ``+``, users can use addresses
|
|
|
|
from a custom address part. For instance, if set to ``+-``, users can use
|
|
|
|
like ``localpart+custom@domain.tld`` to deliver mail to ``localpart@domain.tld``.
|
|
|
|
addresses like ``localpart+custom@example.com`` or ``localpart-custom@example.com``
|
|
|
|
|
|
|
|
to deliver mail to ``localpart@example.com``.
|
|
|
|
This is useful to provide external parties with different email addresses and
|
|
|
|
This is useful to provide external parties with different email addresses and
|
|
|
|
later classify incoming mail based on the custom part.
|
|
|
|
later classify incoming mail based on the custom part.
|
|
|
|
|
|
|
|
|
|
|
|