181
183
# see if it's destined for a valid mailing list. If so, then queue
182
184
# the message to the appropriate place and record a 250 status for
183
185
# that recipient. If not, record a failure status for that recipient.
186
189
to = parseaddr(to)[1].lower()