diff options
| author | Barry Warsaw | 2011-05-14 13:01:10 +0200 |
|---|---|---|
| committer | Barry Warsaw | 2011-05-14 13:01:10 +0200 |
| commit | c201299b4932ea153e765f6316bab4c02ff09e50 (patch) | |
| tree | 8aef406732fd19caee9d3c51688d705f3fddb68c /src/mailman/queue/outgoing.py | |
| parent | 7af50e2b346b76daab8206c448e5e67f06cbacbd (diff) | |
| download | mailman-c201299b4932ea153e765f6316bab4c02ff09e50.tar.gz mailman-c201299b4932ea153e765f6316bab4c02ff09e50.tar.zst mailman-c201299b4932ea153e765f6316bab4c02ff09e50.zip | |
Diffstat (limited to 'src/mailman/queue/outgoing.py')
| -rw-r--r-- | src/mailman/queue/outgoing.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mailman/queue/outgoing.py b/src/mailman/queue/outgoing.py index 07d45c0bd..dfa60a02d 100644 --- a/src/mailman/queue/outgoing.py +++ b/src/mailman/queue/outgoing.py @@ -70,7 +70,7 @@ class OutgoingRunner(Runner, BounceMixin): # Also, if personalization is /not/ enabled, but # verp_delivery_interval is set (and we've hit this interval), then # again, this message should be VERP'd. Otherwise, no. - elif mlist.personalize <> Personalization.none: + elif mlist.personalize != Personalization.none: if as_boolean(config.mta.verp_personalized_deliveries): msgdata['verp'] = True elif interval == 0: |
