~dcrodman/mailman/dcrodman-fix

« back to all changes in this revision

Viewing changes to src/mailman/config/schema.cfg

  • Committer: Barry Warsaw
  • Date: 2011-05-08 02:54:38 UTC
  • mfrom: (7002.1.3 bounces)
  • Revision ID: barry@list.org-20110508025438-3oyz48fnbyptmz22
Merge bounces branch (still incomplete, but tests pass).

Show diffs side-by-side

added added

removed removed

Lines of Context:
477
477
verp_delivery_interval: 0
478
478
 
479
479
# VERP format and regexp for probe messages.
480
 
verp_probe_format: %(bounces)s+%(token)s
 
480
verp_probe_format: $bounces+$token@$domain
481
481
verp_probe_regexp: ^(?P<bounces>[^+]+?)\+(?P<token>[^@]+)@.*$
482
482
# Set this 'yes' to activate VERP probe for disabling by bounce.
483
483
verp_probes: no