[mailman] Disable processing of old bounce events
As mailman didn't processed bounce events, just saved them in the database, we need to say that we don't want to process the old ones. See https://docs.mailman3.org/en/latest/upgrade-guide.html#upgrade-from-3-3-1-to-3-3-1 for more info. Signed-off-by: Michal Konecny <mkonecny@redhat.com>
This commit is contained in:
parent
eb11e320f1
commit
08204451a8
1 changed files with 2 additions and 0 deletions
|
@ -73,6 +73,8 @@ jump_chain: discard
|
|||
smtp_port: 587
|
||||
# Remove DKIM signatures in the email headers.
|
||||
remove_dkim_headers: yes
|
||||
# Don't process old stale bounces
|
||||
verp_probes: yes
|
||||
|
||||
|
||||
[language.en]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue