diff options
Diffstat (limited to 'src/mailman/mta/verp.py')
| -rw-r--r-- | src/mailman/mta/verp.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mailman/mta/verp.py b/src/mailman/mta/verp.py index 00d1104a2..2e8b755fc 100644 --- a/src/mailman/mta/verp.py +++ b/src/mailman/mta/verp.py @@ -68,7 +68,8 @@ class VERPMixin: # deliver it to this person, nor can we craft a valid verp # header. I don't think there's much we can do except ignore # this recipient. - log.info('Skipping VERP delivery to unqual recip: %s', recip) + log.info('Skipping VERP delivery to unqual recip: %s', + recipient) return sender return '{0}@{1}'.format( expand(config.mta.verp_format, dict( |
