Merge ~kotodama/smtp-relay-charm/+git/smtp-relay-charm:check_recipient_access into smtp-relay-charm:master

Proposed by Loïc Gomez
Status: Merged
Approved by: Haw Loeung
Approved revision: a6d6f33e26bd471640901a0092dfbcbb9c52ceaa
Merged at revision: 4cc60e3f11cb7cca6adbb15a05aa92b5ee1698b8
Proposed branch: ~kotodama/smtp-relay-charm/+git/smtp-relay-charm:check_recipient_access
Merge into: smtp-relay-charm:master
Diff against target: 12 lines (+1/-0)
1 file modified
reactive/smtp_relay.py (+1/-0)
Reviewer Review Type Date Requested Status
Haw Loeung +1 Approve
Canonical IS Reviewers Pending
Review via email: mp+429261@code.launchpad.net

Commit message

Add append_x_envelope_to to config_changed() triggers

To post a comment you must log in.
Revision history for this message
🤖 Canonical IS Merge Bot (canonical-is-mergebot) wrote :

This merge proposal is being monitored by mergebot. Change the status to Approved to merge.

Revision history for this message
Haw Loeung (hloeung) wrote :

LGTM

review: Approve (+1)
Revision history for this message
🤖 Canonical IS Merge Bot (canonical-is-mergebot) wrote :

Change successfully merged at revision 4cc60e3f11cb7cca6adbb15a05aa92b5ee1698b8

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/reactive/smtp_relay.py b/reactive/smtp_relay.py
2index 861a719..0958a9c 100644
3--- a/reactive/smtp_relay.py
4+++ b/reactive/smtp_relay.py
5@@ -107,6 +107,7 @@ def configure_smtp_auth(dovecot_config='/etc/dovecot/dovecot.conf', dovecot_user
6 'config.changed.admin_email',
7 'config.changed.additional_smtpd_recipient_restrictions',
8 'config.changed.allowed_relay_networks',
9+ 'config.changed.append_x_envelope_to',
10 'config.changed.connection_limit',
11 'config.changed.domain',
12 'config.changed.enable_rate_limits',

Subscribers

People subscribed via source and target branches