This paragraph defines bounce management parameters (you may also read the section that describe how Sympa deal with bounces ) :
warn_rate bounce_warn_rate robot parameter) halt_rate bounce_halt_rate robot parameter) halt_rate, messages for the list will be halted, i.e. they are retained for subsequent moderation. Once the number of bounces exceeds this value, messages for the list are no longer distributed.expire_bounce_task daily) task_manager.pl is running.Example:
## Owners are warnt with 10% bouncing addresses ## message distribution is halted with 20% bouncing rate bounce warn_rate 10 halt_rate 20
rate default_bounce_level1_rate sympa.conf parameter)action remove_bouncers | notify_bouncers | none notify_bouncers) notification none | owner | listmaster owner) rate default_bounce_level2_rate sympa.conf parameter) action remove_bouncers | notify_bouncers | none remove_bouncers) notification none | owner | listmaster owner) Example:
## All bouncing adresses with a score between 75 and 100
## will be unsubscribed, and listmaster will receive an email
Bouncers level 2
rate:75 Points
action: remove\_bouncers
Notification: Listmaster
welcome_return_path unique | owner
(Default value: welcome_return_path robot parameter)
If set to unique, the welcome message is sent using a unique return path in order to remove the subscriber immediately in case of bounce. See the welcome_return_path sympa.conf parameter.
remind_return_path unique | owner
(Default value: remind_return_path robot parameter)
Same as welcome_return_path, but applied to remind messages. See the remind_return_path sympa.conf parameter.
(Default value: verp_rate host parameter)
See VERP for more information on VERP in Sympa.
When verp_rate is null, VERP is not used; if verp_rate is 100% VERP is always in use.
VERP requires plussed aliases to be supported and the bounce+* alias to be installed.
This paragraph defines message tracking management. (you may also read the section that describe how Sympa deal with bounces ) :
delivery_status_notification tracking_delivery_status_notification robot parameter) format on|off\\control DSN request for outgoing messages. If this parameter is off, tracking is disabled otherwise, tracking for delivery is requested by Sympa for all messages of that list. message_delivery_notification racking_message_delivery_notification) format on|off|on_demand\\control MDN request for outgoing messages. If set to on_demand tracking by MDN is active if this service is requeted by the original sender of each message (that is the incoming message contain a Disposition-Notification header).Example:
## tracking delivery_status_notification on message_delivery_notification on_demand