diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2015-06-04 08:40:20 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2015-06-07 02:54:22 +0200 |
commit | 2d5f8163021b68c639d8ae884386b04b255ab45f (patch) | |
tree | 0377dfb7ee5bb0b6e9b4728ce538e62d8aff0c9b /roles/lists/files | |
parent | 03e593ad7e619fb57497a69badf4d8246c83ef65 (diff) |
VERP management.
Diffstat (limited to 'roles/lists/files')
-rw-r--r-- | roles/lists/files/etc/sympa/sympa.conf | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/roles/lists/files/etc/sympa/sympa.conf b/roles/lists/files/etc/sympa/sympa.conf index f761383..5fe9405 100644 --- a/roles/lists/files/etc/sympa/sympa.conf +++ b/roles/lists/files/etc/sympa/sympa.conf @@ -176,9 +176,13 @@ legacy_character_support_feature off ###\\\\ Bounce related ////### +verp_rate 100% +#tracking_delivery_status_notification on +#tracking_message_disposition_notification on + ## Welcome message return-path ( unique | owner ) ## If set to unique, new subcriber is removed if welcome message bounce -welcome_return_path owner +welcome_return_path unique ## Remind message return-path ( unique | owner ) ## If set to unique, subcriber is removed if remind message bounce, use with care |