diff options
Diffstat (limited to 'src/mailman/mta/verp.py')
| -rw-r--r-- | src/mailman/mta/verp.py | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/mailman/mta/verp.py b/src/mailman/mta/verp.py index 00d1104a2..85b777486 100644 --- a/src/mailman/mta/verp.py +++ b/src/mailman/mta/verp.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2010 by the Free Software Foundation, Inc. +# Copyright (C) 2009-2011 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # @@ -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( |
