diff options
Diffstat (limited to 'Mailman/Handlers/ToOutgoing.py')
| -rw-r--r-- | Mailman/Handlers/ToOutgoing.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mailman/Handlers/ToOutgoing.py b/Mailman/Handlers/ToOutgoing.py index 8db969fa5..ff263e9a3 100644 --- a/Mailman/Handlers/ToOutgoing.py +++ b/Mailman/Handlers/ToOutgoing.py @@ -37,7 +37,7 @@ def process(mlist, msg, msgdata): # # Note that the verp flag may already be set, e.g. by mailpasswds using # VERP_PASSWORD_REMINDERS. Preserve any existing verp flag. - if msgdata.has_key('verp'): + if 'verp' in msgdata: pass elif mlist.personalize: if config.VERP_PERSONALIZED_DELIVERIES: |
