diff options
| author | Barry Warsaw | 2007-07-08 07:47:03 -0400 |
|---|---|---|
| committer | Barry Warsaw | 2007-07-08 07:47:03 -0400 |
| commit | bebaec0e24f3492ff4190c36074b6c51cd44589b (patch) | |
| tree | a24842e355bad7140fe0b1c10e1e9bf3cc6ef058 /Mailman/Handlers/ToOutgoing.py | |
| parent | b9ad1b7308a7e174e1539b600fa3af0586af6dcd (diff) | |
| download | mailman-bebaec0e24f3492ff4190c36074b6c51cd44589b.tar.gz mailman-bebaec0e24f3492ff4190c36074b6c51cd44589b.tar.zst mailman-bebaec0e24f3492ff4190c36074b6c51cd44589b.zip | |
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: |
