diff options
Diffstat (limited to 'Mailman/Queue/LMTPRunner.py')
| -rw-r--r-- | Mailman/Queue/LMTPRunner.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Mailman/Queue/LMTPRunner.py b/Mailman/Queue/LMTPRunner.py index 3e6e6f46b..d7a2617a2 100644 --- a/Mailman/Queue/LMTPRunner.py +++ b/Mailman/Queue/LMTPRunner.py @@ -77,6 +77,7 @@ smtpd.__version__ = 'Python LMTP queue runner 1.0' def getlistq(address): localpart, domain = address.split('@', 1) + localpart = localpart.split(config.VERP_DELIMITER, 1)[0] l = localpart.split(DASH) if l[-1] in subqnames: listname = DASH.join(l[:-1]) |
